|
-
HELP: onload not work after a webpage load call!
Please look at the following code, and tell me why the onload function is not called.
<html>
<body>
<script type="text/javascript">
location = 'http://www.youtube.com/watch?v=FO52eCNTdRc&feature=popt14us02';
function oknow(){
alert("window onload");
}
window.onload = oknow;
</script>
</body>
</html>
Thanks a lot!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks