HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Dropbox targeted for another frame doesn't work in IE,
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
Lman



Joined: 12 Jan 2008
Posts: 2

PostPosted: Sat Jan 12, 2008 1:33 pm     Dropbox targeted for another frame doesn't work in IE, Reply with quote

but is working perfect in firefox.

Menu Frame:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<SCRIPT TYPE="text/javascript">
<!--
function dropdown(mySel)
{
var myWin, myVal;
myVal = mySel.options[mySel.selectedIndex].value;
if(myVal)
{
if(mySel.form.target)myWin = parent[mySel.form.target];
else myWin = window;
if (! myWin) return true;
myWin.location = myVal;
}
return false;
}
//-->
</SCRIPT>

<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
   background-color: #000000;
}
-->
</style></head>

<body>
<table width="200" border="0" align="right" cellpadding="0" cellspacing="0" bordercolor="#000000">
  <tr>
    <th scope="col"><FORM
ACTION="../cgi-bin/redirect.pl"
METHOD=POST onChange="return dropdown(this.gourl)"
TARGET=MAIN
>
<SELECT NAME="gourl">
<OPTION VALUE="" selected>Choose a Destination...
<OPTION VALUE="NowPlaying.htm">Now Playing
<OPTION VALUE="Marquee.htm">Marquee
<OPTION VALUE="Contact.htm">Contact Us
<OPTION VALUE="">Archive...
<OPTION VALUE="IAmLegend.htm">I Am Legend
<OPTION VALUE="AssassinsCreed.htm">Assassin's Creed
</SELECT>
    </FORM>
    
</th>
  </tr>
</table>
</body>
</html>


Index html:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>TheCriticis.tv</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="96%,4%" cols="*" frameborder="no">
  <frame src="Marquee.htm" NAME=MAIN>
  <frame src="Drop.htm" NAME=TITLEBAR>
</frameset>
<noframes></noframes>


<body>
</body>
</html>
sticks464



Joined: 31 Dec 2006
Posts: 933

PostPosted: Sat Jan 12, 2008 5:17 pm     Reply with quote

Try the correct doctype for the framset page.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
Lman



Joined: 12 Jan 2008
Posts: 2

PostPosted: Sat Jan 12, 2008 7:01 pm     Reply with quote

sticks464, thanks for the suggestion. That might have been part of the problem or just causing a different problem, but the change didn't fix the problem in IE. I didn't notice anything change.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial