Raakesh's Webmaster Forum
September 06, 2010, 08:31:13 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Raakesh.com is now fully functional ...
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Another Javascript Redirect Method  (Read 1408 times)
Raakesh
Administrator
Newbie
*****
Offline Offline

Posts: 30


View Profile
« on: April 23, 2008, 03:48:32 PM »

This can be used to carry over value to another page from one page.

The meta refresh code does work fine, but this one can be used while you are executing a script or when it is done executing and needs the user to be redirected to a confirmation page.


Code:
<script>
<!--

nextpage='ANYPAGE.php';
document.location.href=nextpage
// -->
</script>
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!