![]() |
#1
|
|||
|
|||
![]()
Hello fellow today need your help to make a website connect through vizhtml.
The tutorial says http://docs.worldviz.com/vizard/inde...te_browser.htm * "Vizhtml.registerCode (url, code, directory = None) " but it is I'm doing wrong, this is my code " import viz import vizhtml viz.go () url = 'http://localhost/DemoVizard1/index.html' filename = 'index.html' vizhtml.registerFile (url, filename) " and my html is: <html> <head> <meta content="text/html; http-equiv="Content-Type" charset=utf-8"> <title> Domain Parameters in Vizard </ title> </ head> <body> <form name="the_form" method="post"> **** Variable: <input> </ form> </ body> </ html> Why I can not see my page? I'm trying to get in this way (localhost:8080/vizhtml/http://localhost/DemoVizard1/index.html/) |
#2
|
|||
|
|||
If index.html is in the same directory as the vizard script you could use:
Code:
vizhtml.registerFile('','index.html') Code:
http://localhost:8080/vizhtml/index.html |
![]() |
Tags |
html, remote browse, vizhtml |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problems with vizhtml displayURL | TarkaDahl | Vizard | 6 | 02-22-2011 02:11 PM |