PDA

View Full Version : Page opens in Firefox but not in IE - PLEASE HELP



martin888
17 Sep 2010, 06:13 PM
All, I totally new to this, I apologize in advance. Thispage opens ok in Firefox but fails to open completely in IE. the code is below.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Refresh" content="180">
<meta http-equiv="pragma" content="no-cache">
<title>ASCIP Information Bulletins</title>
<link rel="shortcut icon" href="favicon2.ico" >
</head>

<frameset rows="153,*" frameborder="NO" border="0" framespacing="0">
<frameset cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="infobull_marquee.htm" name="bullmarquee" scrolling="NO" noresize id="bullmarquee" >
</frameset><frameset cols="*" frameborder="NO" border="0" framespacing="0">

<frameset rows="*" framespacing="0" frameborder="NO" border="0">
<frameset cols="168,*" framespacing="0" frameborder="NO" border="0">
<frame src="infobull_list.htm" name="bull_list" scrolling="YES" noresize id="bull_list">
<!--
<frame src="infobull_display.htm" name="bull" scrolling="YES" noresize id="bull">
-->
<frame src="infobullhtm/IB-Shakeout20102.htm" name="bull" scrolling="YES" noresize id="bull">


</frameset>


</frameset>

</frameset>
</frameset><noframes></noframes>

</html>