WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #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
  #2  
Old 05-15-2014, 12:11 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
If index.html is in the same directory as the vizard script you could use:
Code:
vizhtml.registerFile('','index.html')
Then enter the following in the browser:
Code:
http://localhost:8080/vizhtml/index.html
Reply With Quote
Reply

Tags
html, remote browse, vizhtml

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with vizhtml displayURL TarkaDahl Vizard 6 02-22-2011 01:11 PM


All times are GMT -7. The time now is 09:03 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC