Click here to Skip to main content
15,922,155 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: problem with frame levels Pin
Wim Engberts28-Nov-06 22:50
Wim Engberts28-Nov-06 22:50 
GeneralRe: problem with frame levels Pin
Bradml28-Nov-06 22:56
Bradml28-Nov-06 22:56 
GeneralRe: problem with frame levels Pin
Wim Engberts28-Nov-06 23:10
Wim Engberts28-Nov-06 23:10 
GeneralRe: problem with frame levels Pin
Bradml29-Nov-06 0:34
Bradml29-Nov-06 0:34 
GeneralRe: problem with frame levels Pin
Wim Engberts29-Nov-06 0:43
Wim Engberts29-Nov-06 0:43 
GeneralRe: problem with frame levels Pin
Bradml29-Nov-06 0:50
Bradml29-Nov-06 0:50 
GeneralRe: problem with frame levels Pin
Wim Engberts29-Nov-06 1:24
Wim Engberts29-Nov-06 1:24 
GeneralRe: problem with frame levels Pin
Wim Engberts28-Nov-06 23:30
Wim Engberts28-Nov-06 23:30 
Brad,

To be complete, I also give you the main "index.htm", from which the html that I just posted is called:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<link href="Styles/Margo.css" rel="stylesheet" type="text/css" />
<title>Margo Engberts</title>
</head>
<frameset framespacing="0" border="0" frameborder="0" rows="2%,*,2%" name="MainFrame">

<Frame src="Blank.htm" noresize scrolling="No" />
<frameset framespacing="0" border="0" frameborder="0" cols="20%,*,20%">
<Frame src="blank.htm" noresize scrolling="No"/>
<frameset framespacing="0" border="0" frameborder="0" rows="22%,*">
<frame src="Margo.htm" name="TopFrame" noresize scrolling="No" />
<Frameset framespacing="0" border="1" frameborder="0" name="middenFrame" cols="25%,*">
<Frame src="Menu.htm" name="MenuFrame" noresize scrolling="No"/>
<Frame src="Home.htm" name="BodyFrame" noresize scrolling="Yes"/>
</Frameset>
</Frameset>
<Frame src="Blank.htm" noresize scrolling="No"/>
</frameset>
<Frame src="Blank.htm" noresize scrolling="No"/>
</Frameset>
</html>

The call to "Aquarel/index.htm (which I posted earlier) is done when the menu-item "Aquarel" is selected from menu.htm:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<link href="Styles/Margo.css" rel="stylesheet" type="text/css" />
<title>Margo Engberts</title>
</head>
<body>
<!-- menubalk -->
<Center>
<TABLE class=inner cellSpacing=0 cellPadding=0 border=0>

<TR>
<TD class=navi colSpan=1>
<UL class=navi>
<LI><A title="Home"
href="Home.htm" target="BodyFrame">Home</A></LI>
<LI><A title="Biografie"
href="Biografie.htm" target="BodyFrame">Biografie</A></LI>
<LI><A title="Olieverf schilderijen"
href="Olieverf/Index.htm" target="BodyFrame">Olieverf</A></LI>
<LI><A title="Aquarellen"
href="Aquarel/Index.htm" target="BodyFrame">Aquarellen</A></LI>
<LI><A title="Links"
href="links.htm" target="BodyFrame">Links</A></LI>
<LI><A title="Kontakt"
href="Kontakt.htm" target="BodyFrame">Kontakt</A></LI>
</UL>
</TD>
</TR>
</table>
</Center>

</body>
</html>

Hope this will help.

Regards,
William
Questionproblem with update database in php Pin
Arif Liminto28-Nov-06 21:30
professionalArif Liminto28-Nov-06 21:30 
AnswerRe: problem with update database in php Pin
Bradml28-Nov-06 22:42
Bradml28-Nov-06 22:42 
QuestionProblem with XMLHTTPRequest Pin
resmy.m@gmail.com28-Nov-06 20:06
resmy.m@gmail.com28-Nov-06 20:06 
AnswerRe: Problem with XMLHTTPRequest Pin
Bradml28-Nov-06 20:16
Bradml28-Nov-06 20:16 
GeneralRe: Problem with XMLHTTPRequest Pin
resmy.m@gmail.com28-Nov-06 20:24
resmy.m@gmail.com28-Nov-06 20:24 
GeneralRe: Problem with XMLHTTPRequest Pin
Bradml28-Nov-06 21:21
Bradml28-Nov-06 21:21 
GeneralRe: Problem with XMLHTTPRequest Pin
resmy.m@gmail.com28-Nov-06 22:29
resmy.m@gmail.com28-Nov-06 22:29 
GeneralRe: Problem with XMLHTTPRequest Pin
Bradml28-Nov-06 22:47
Bradml28-Nov-06 22:47 
GeneralRe: Problem with XMLHTTPRequest Pin
resmy.m@gmail.com28-Nov-06 23:09
resmy.m@gmail.com28-Nov-06 23:09 
GeneralRe: Problem with XMLHTTPRequest Pin
Bradml29-Nov-06 0:41
Bradml29-Nov-06 0:41 
GeneralRe: Problem with XMLHTTPRequest Pin
ednrgc29-Nov-06 6:51
ednrgc29-Nov-06 6:51 
QuestionLogin System Implementation Pin
Bradml28-Nov-06 19:13
Bradml28-Nov-06 19:13 
QuestionFont problem in net Pin
kumar bharat bhusanam28-Nov-06 19:10
kumar bharat bhusanam28-Nov-06 19:10 
AnswerRe: Font problem in net Pin
Bradml28-Nov-06 19:14
Bradml28-Nov-06 19:14 
QuestionGoogle map API - adding overlays/tiles Pin
Grapes-R-Fun28-Nov-06 15:19
Grapes-R-Fun28-Nov-06 15:19 
QuestionTable-less layouts Pin
JimmyRopes28-Nov-06 13:42
professionalJimmyRopes28-Nov-06 13:42 
AnswerRe: Table-less layouts Pin
MatrixCoder28-Nov-06 14:06
MatrixCoder28-Nov-06 14:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.