Redirecting the user through javascript
Friday, June 6th, 2008Some times we need to redirect the user
for this we can use javascript
Syntax:
<script type="text/javascript"> <!-- window.location = "http://www.google.com/" //--> </script>
You can easily insert this in a javascript function and take out advatage
thanks
krates