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="#" onClick="section()"><img src="image"></a>
Works OK on Firebird, IE, and PC Netscape 4.76.
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="#" onClick="section()"><img src="image"></a>
Works OK on Firebird, IE, and PC Netscape 4.76.