
January 30th, 2009, 10:29 PM
|
|
Registered User
|
|
Join Date: Jan 2009
Posts: 1
Time spent in forums: 11 m 52 sec
Reputation Power: 0
|
|
|
Web Browser
<script language="javascript" type="text/javascript">
function test()
{
window.open(' ');
}
</script>
<body onunload="test()">
this is test
</body>
</html>
The above code is working in IE, Filezilla - local machine
working only in filezilla after uploading in to provider space but not in IE..
[both the possibilities i'm testing in same IE in same machine]
Please correct me where i'm wrong
|