Web Analytics Made Easy -
StatCounter open a local file in netscape - CodingForum

Announcement

Collapse
No announcement yet.

open a local file in netscape

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • open a local file in netscape

    Hi all,

    I need to open a local file (.htm or .wmv or .rm) in C: driver or CDROM by click a link in a html page.
    Javascript code "window.location.href("file:///C:/temp/default.htm");"
    window.open("file:///C:/temp/default.htm")
    work for IE but not for Netscape.

    Any ideas?

    Thanks.

    amy

  • #2
    This shows up in my Address Bar in NS4 When I view an html document from my hard drive.

    file:///C|/html/announcebox.html

    And this in NS6:
    file:///C:/html/messagebox.html

    Comment


    • #3
      window.location = "somepage.html";
      bluemood | devedge | devmo | MS Dev Library | WebMonkey | the Guide

      i am a loser geek, crazy with an evil streak,
      yes i do believe there is a violent thing inside of me.

      Comment

      Working...
      X