M
Mr. x
Hello,
Can I do in html code, redirection to another URL.
If so, then how ?
Thanks
Can I do in html code, redirection to another URL.
If so, then how ?
Thanks
Hello,
Can I do in html code, redirection to another URL.
If so, then how ?
Thanks![]()
Stuart said:Look at yahoo.com.......in HTML, look up 'meta refresh'.....or with JS look
up 'window.location'.
kaeli said:<script type="text/javascript">
window.location = "http://www.someserver.com/somePage.html";
</script>
--
-------------------------------------------------
~kaeli~
Jesus saves, Allah protects, and Cthulhu
thinks you'd make a nice sandwich.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace
-------------------------------------------------
news:comp.lang.javascript said:Keep in mind that search engines generally do not follow meta refresh and
Javascript redirection, and may exclude portions of your site from their index.
It is good practice to provide a regular link also in case the refresh does not
work for some reason.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.