Quantcast
Channel: Easy Tutorials » through
Viewing all articles
Browse latest Browse all 2

Redirecting the user through javascript

$
0
0

Some 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


Viewing all articles
Browse latest Browse all 2

Trending Articles