Log in

View Full Version : Help with Splash page



hakopa
01-29-2006, 09:04 AM
Hello,
Im trying to make a splash page but for testing purposes I will not need http.
But this is a problem with the script. I need to open anther local html page by using the splash page.
I am useing the current script that seems to freeze my browser.
var targetdestination="file://test.htm" This is where I want the splash page to dirret me to another html document that resides locally on my computer.
The other file is in the root or same location as the splash page is located. Im trying to get from one page to another.
What command do i use? as im not on the net so i wont need:
var targetdestination="http://www.test.com.htm" as such?
Any help will be appreciated,
Thanks,
Jacob matysek

jscheuer1
01-29-2006, 11:24 AM
var targetdestination="test.htm"

hakopa
01-30-2006, 01:50 AM
yeah thanks man i tried that as well b 4 but didnt wrk. but i kept trying and the stupid command was :
var targetdestination="file:///test.htm"
notice the file: follwed by three ///.
Stupid but it worked.
N e way thanks for that,
JACOB MATYSEK