Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MAC Netscape 4.72

Status
Not open for further replies.

aarrgghh

Technical User
Sep 5, 2002
60
US
Hey all,

Can anyone help me with this code? I can't seem to get this code to work on MAC Netscape 4.72.

// Keeps away the cache

var n=Math.floor(Math.random()*100000);

// function that is called

function section(){

window.document.form1.control.value = "understanding";
window.document.form1.action = "page.php?" + n;
window.document.form1.submit();
}

// the link

<a href=&quot;#&quot; onClick=&quot;section()&quot;><img src=&quot;image&quot;></a>

Works OK on Firebird, IE, and PC Netscape 4.76.
 
Well, the code works fine in NS 6.2 and NS 7.02 on the Mac, but is mighty weird on NS 4.73.

It works fine the first time on NS 4.73, but then fails (or works sometimes).

We all know that early NS versions had weird reactions... I guess this is a perfect example.

Sorry,
Jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top