L
Lae135
I hope I explain this right. I have a header frame and can navigate back to
my target - no problem, however, when I "preview" the 2 frames together, the
link will only follow in the header, leaving the mainframe as is....
***Also, the scipt just changes on its own, for example -the column changes
on it's own once saved, like cols="*" just changes to cols="*,*" any idea
why? Other parts of the script change too...
The script for the mainframe is:
<html>
<head>
<title>CondosofCT.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="54,*" frameborder="NO" border="0" framespacing="0">
<frameset frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="topFrame" scrolling="NO" noresize
src="headerforsearchmls.htm" >
</frameset>
<frameset frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="mainFrame" src="http://coldwellbankermoves.com/property">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</body></noframes>
</html>
my target - no problem, however, when I "preview" the 2 frames together, the
link will only follow in the header, leaving the mainframe as is....
***Also, the scipt just changes on its own, for example -the column changes
on it's own once saved, like cols="*" just changes to cols="*,*" any idea
why? Other parts of the script change too...
The script for the mainframe is:
<html>
<head>
<title>CondosofCT.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="54,*" frameborder="NO" border="0" framespacing="0">
<frameset frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="topFrame" scrolling="NO" noresize
src="headerforsearchmls.htm" >
</frameset>
<frameset frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="mainFrame" src="http://coldwellbankermoves.com/property">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</body></noframes>
</html>