hey.. i need some codes
1. Page exits automatically after loading.
2. Page exits automatically and a new page opens
Printable View
hey.. i need some codes
1. Page exits automatically after loading.
2. Page exits automatically and a new page opens
Try:
Change highlighted to the page you want.Code:<script type="text/javascript">
window.onload = function(){
this.open("http://google.com");
this.close();
}
</script>
Glad to help you! Your welcome!
It seems your topic is solved... Please set the status to resolved.. To do this:
Go to your first post ->
Edit your first post ->
Click "Go Advanced" ->
Then in the drop down next to the title, select "RESOLVED"