Hi,I'm a new guy in learning JS.I have a question about the IE and FF:
----------------------------------------------------
<html>
<head>
<title></title>
<script language="JavaScript">
function onSysLogout()
{
top.close();
}
</script>
</head>
<body >
<table>
<form name="form_logout" method="get">
<TR>
<TD>
<A id=title style="text-decoration:underline; cursorointer" onClick="onSysLogout()">Exit</A>
</TD>
</TR>
</form>
</table>
</body>
---------------------------------------------
I want to close the window through clicking the "Exit" on my page.In IE7 it works,but not in firefox.I really appreciate any answering.



ointer" onClick="onSysLogout()">Exit</A>
Reply With Quote
Bookmarks