javascript
-
i want go to a url in javascript c#.net: response.redirect("http://....") in javascript: ?????
window.open("http://....");
Anand Desai Developer Atharva Infotech
-
window.open("http://....");
Anand Desai Developer Atharva Infotech
It will open the window as popup !!!
cheers, Abhijit
-
i want go to a url in javascript c#.net: response.redirect("http://....") in javascript: ?????
-
window.open("http://....");
Anand Desai Developer Atharva Infotech
-
i want go to a url in javascript c#.net: response.redirect("http://....") in javascript: ?????
use this :)
<script type="text/javascript"> <!-- window.location = "http://www.codeproject.com/" //--> </script>
and Here is 5 different way[^]cheers, Abhijit
-
It will open the window as popup !!!
cheers, Abhijit
Yes, sorry for that. it was my mistake
Anand Desai Developer Atharva Infotech