Thread: Redirection
View Single Post
  #2  
Old 02-17-2008, 09:11 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,924

Use frames...
Code:
<html>
<head>
<title></title>
</head>
<frameset rows="100%,*" frameborder="no" border="0" framespacing="0">
<frame name="mainframe" src="URL_TO_LOAD">
</frameset>
</html>
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote