What do I put in my index.html file?

liunx

Guest
I want my index.html to open "search.asp".<br />
<br />
I am totally new to this as you can guess.<br />
<br />
Thanks in advance<br />
<br />
Julie<!--content-->I think you want to redirect your index.html to search.asp,If I am right then place this script in your index.html page <br />
<br />
<script language="Javascript"> <br />
window.location.href = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.yoursite.com/search.asp" <br />
</script><!--content-->
 
Back
Top