Results 1 to 3 of 3

Thread: Help with Splash page

  1. #1
    Join Date
    Jan 2006
    Location
    Stephen Island Australia (QLD)
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Help with Splash page

    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
    Last edited by hakopa; 01-29-2006 at 09:20 AM. Reason: no hits

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Code:
    var targetdestination="test.htm"
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jan 2006
    Location
    Stephen Island Australia (QLD)
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •