Re: ASP web page not working in Netscape 4.79

Date view Thread view Subject view Author view Attachment view

From: Political Science Webmaster (psweb@socrates.berkeley.edu)
Date: Wed Jun 25 2003 - 17:45:18 PDT


At 04:55 PM 6/25/2003, you wrote:
>And here is a web page that may address this problem:
>http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B229615
>
>I have tried to add the lines of script they suggest to the web page,
>but I am not sure if I am putting in the correct place. It didn't make a
>difference.

You'll have to put the code that Microsoft suggests in <script> tags. The
location on the page shouldn't matter that much, but I'd put it above the
<body> tag just to be sure. I would expect it should look something like:
<script language="javascript">
   function window_onload() {
     if (document.thisForm._method.value==" " |
document.thisForm._method.value==" ")
       document.thisForm._method.value="";
   }
</script>

If that doesn't work, you might try naming the function something else,
like netscapeFix() and then calling it from the <body> tag using the
"onload" event handler. I've used this type of grammar before with
success. That would look something like:
<body onload="netscapeFix();">

Hope it helps.

-Brad Herman
Network Administrator/Webmaster
Political Science Department, UC Berkeley
Institute of Governmental Studies, UC Berkeley
psweb@socrates.berkeley.edu
510.642.6630
http://www.polisci.berkeley.edu
http://ethics.berkeley.edu
http://politics.berkeley.edu
http://voteworld.berkeley.edu

-----------------------------------------------------------------------
The following was automatically added to this message by the list server:

Webnet information is available at <URL:http://webnet.berkeley.edu/>.


Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.5 : Wed Jun 25 2003 - 17:41:34 PDT