Re: simple popup
Code:
<html>
<head>
<title></titile>
<script type=text/javascript>
<--JS begin
function popup()
{
window.open(http://www.google.com);
}
//JS END-->
</script>
</head>
<body onLoad=popup()>
....
</body>
</html>
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
Last edited by The Unknown; 12-03-2007 at 07:52 PM.
|