Switch to full style
JavaScript code examples
Post a reply

redirect to another page

Thu Sep 15, 2011 12:44 am

changing the location of page using javscript
Code:
<html>
<
title>Redirect using javascript</title>
<
body>
 
<input type="button" value="redirect" onclick="javascript:window.location='http://www.codemiles.com'" />
</
body>
</
html> 




Post a reply
  Related Posts  to : redirect to another page
 How can i redirect to a one servlet from a two jsp page?     -  
 Redirect to a New Page javascript code     -  
 redirect page based on user selection radio button     -  
 Image Scroller-scrollbar-LINE_UP,LINE_DOWN-PAGE-UP-PAGE-DOWN     -  
 Redirect to a URL     -  
 redirect after countdown     -  
 How do you 301 redirect a dynamic URL?     -  
 redirect webpage using meta tag     -  
 How to add CSS to a web page     -  
 Page Call MySelf PHP     -  

Topic Tags

JavaScript Basics