[thelist] Netscape 6 loads page twice

Charlie Llewellin sallyevans at eden.com
Wed Dec 6 14:50:08 CST 2000


Answering myself...
turns out to be a vendor javascript that is included in the page for "save
this" and "email this" pages that is acting up.. out of my immediate control

but my next Netscape 6 question is ...

do javascript links not function??

calling this...

function commentit() {
    document.suggest.action = "/admin/feedback.php";
    document.suggest.submit();
}

with this..

<a href="#" onclick="commentit();return false;">Comment</a>

does not work in Netscape 6.. works fine in other browsers.

> 
> Does any one have any idea why Netscape 6 loads this page twice? It seems to
> be something with the browser detection script but I am not sure.
> 
> http://dev.texasmonthly.com/index.php





More information about the thelist mailing list