Thread: vizhtml
View Single Post
  #1  
Old 05-06-2014, 10:25 AM
roobert roobert is offline
Member
 
Join Date: May 2014
Location: Pachuca, Hidalgo, México
Posts: 34
Send a message via Skype™ to roobert
Question vizhtml

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/)
Reply With Quote