Jump to content


Photo

frames


  • Please log in to reply
1 reply to this topic

#1 derek.sullivan

derek.sullivan

    Jedi In Training

  • Members
  • PipPip
  • 343 posts
  • Gender:Male
  • Location:Georgia
  • Interests:preaching, programming, music, friends, outdoors, moves, books

Posted 15 March 2011 - 10:24 PM

I love Firefox and so I am editing all the files and doing all the coding in firefox, so it looks right in firefox but when I open up IE the frame is off.

How do I fix this issue? bellow is the images and the frame codes

middle 3 ROW frames:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<HEAD>
  <TITLE>Public Chatroom</TITLE>
<script LANGUAGE="Javascript">
var theAgent = navigator.userAgent
if (theAgent.indexOf("Mozilla/3") == -1 && theAgent.indexOf("Mozilla/2") == -1 && theAgent.indexOf("WebTV") == -1) {
document.write('</HEAD>');
document.write("<FRAMESET ROWS=\"70,*,172\" border=0 frameborder=no>")
document.write(" <FRAME SRC=header.html scrolling=no>")
document.write(" <FRAME SRC=/cgi-bin/echat45/lister45.cgi?room=public&page=help name=messages scrolling=no>")
document.write(" <FRAME SRC=chatform.html NAME=form>")
document.write("</FRAMESET>")
document.write("<NOFRAMES>")
} else {
document.write("<META HTTP-EQUIV=Refresh CONTENT=\"0; URL=/cgi-bin/echat45/lister45.cgi?room=public&page=ffhelp\">")
document.write('</HEAD>');
}
</SCRIPT>
<BODY background="http://www.thechristianchat.com/echat45/chatbg.gif" color="#FFFFFF"><P>
<center><h3>Click [<a href="/cgi-bin/echat45/lister45.cgi?room=public&page=ffhelp">HERE</a>] to log on.</h3>
</BODY></HTML>

all frames together :

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<frameset cols="100, *,100" noresize frameborder="no" border="0">
<frame src="../index.html">
<frame src="index.html">
<frame src="../i2.html">
</frameset>
</html>

Attached Files



#2 derek.sullivan

derek.sullivan

    Jedi In Training

  • Members
  • PipPip
  • 343 posts
  • Gender:Male
  • Location:Georgia
  • Interests:preaching, programming, music, friends, outdoors, moves, books

Posted 16 March 2011 - 02:27 PM

alrighty I will do that! THanks for the tip




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users