Help with browsers
[email protected] ("Mundell, R. (Ronald)") Wed, 12 Mar 2003 07:40:22 +0200
| Newsgroups | perl.javascript |
|---|---|
| Message-ID | <6C07F008888C644D92DE3358112DEABA097569EC@EUROS> |
------_=_NextPart_001_01C2E859.DFA6F730
Content-Type: text/plain;
charset="iso-8859-1"
Good Day
I wrote a html page that makes use of JavaScript. This work fine under IE,
but unfortunately it does not work on any other browser. I would like to get
it working in Netscape. If anyone knows how to help me, please do
thanks
<html>
<head>
<meta http-equiv="Content-Type" content="text/html">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<title>Spport & Maintenance</title>
<base target="main">
<script type="text/javascript">
<!--
function change()
{
if(!document.all)
{
return;
}
if (event.srcElement.id=="foldheader")
{
var srcIndex = event.srcElement.sourceIndex;
var nested = document.all[srcIndex+1];
if (nested.style.display=="none")
{
nested.style.display=''
}
else
{
nested.style.display='none'
parent.main.location.href="main.html"
}
}
}
function ClearScreen()
{
parent.main.location.href='main.html'
parent.contents.location.href='nav.html'
}
//-->
</script>
</head>
<body bgcolor="#A58E5A" topmargin="0" leftmargin="0">
<IMG ALT="" border="0" src="images/System.gif" onclick="change()"
id="foldheader" width="126" height="22">
<ul id="foldinglist" style="display: none" style=&{head};>
<IMG ALT="" border="0" src="images/Admin.gif"
onclick="change()" id="foldheader" width="130" height="26">
<ul id="foldinglist" style="display: none" style=&{head};>
<a target="main" href="admin.html"><IMG ALT="" border="0"
src="images/Create_Account.gif" width="127" height="23"></a>
<a target="main" href="userframe.html"><IMG ALT=""
border="0" src="images/Delete_Account.gif" width="127" height="23"></a>
<a target="main" href="change_password.html"><IMG ALT=""
border="0" src="images/Change_Password.gif" width="127" height="23"></a>
</ul>
</ul>
</body>
</html>
Ronald Mundell
Application Support & Maintenance (Retail & Corporate)
Nedbank Ltd.
105 West
BG3
881-3751(011)
0834111107
********************
This email and any accompanying attachments may contain confidential and proprietary information. This information is private and protected by law and, accordingly, if you are not the intended recipient, you are requested to delete this entire communication immediately and are notified that any disclosure, copying or distribution, or taking any action based on this information is prohibited.
Emails cannot be guaranteed to be secure or free of errors or viruses. The sender does not accept any liability or responsibility for any interception, corruption, destruction, loss, late arrival or incompleteness of or tampering or interference with any of the information contained in this email or for its incorrect delivery or non-delivery for whatsoever reason or its effect on any electronic device of the recipient.
If verification of this email or any attachment is required, please request a hard-copy version.
********************
------_=_NextPart_001_01C2E859.DFA6F730--