Trooper_fan
Thread Starter
- Joined
- Nov 20, 2003
- Messages
- 800
My website consists of a main page with a frame in it to which the pages load but I need to get one page to load in a parent frame... where to I need to put the target="parent" bit in this code to get it to do that instead of open in the frame??
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<script type="text/javascript">
<!--
function delayer(){
document.location = "ijnj0001xxxp.htm"
}
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body onLoad="setTimeout('delayer()', 5000)" bgcolor="#000000" text="#FFFFFF" link="#FF0000" vlink="#FF0000" alink="#FF0000">
<div align="center">
<table width="575" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="700" height="241" valign="top"><p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><img src="p_grap/ahr062.gif" width="700" height="8"></p></td>
</tr>
</table>
</div>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<script type="text/javascript">
<!--
function delayer(){
document.location = "ijnj0001xxxp.htm"
}
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body onLoad="setTimeout('delayer()', 5000)" bgcolor="#000000" text="#FFFFFF" link="#FF0000" vlink="#FF0000" alink="#FF0000">
<div align="center">
<table width="575" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="700" height="241" valign="top"><p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><img src="p_grap/ahr062.gif" width="700" height="8"></p></td>
</tr>
</table>
</div>
</body>
</html>