J
Javier
I used a function that is in one web and I tried to modify to my web but
give an error,
This is an example:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Go</title>
<script language="JavaScript"><!--
function functionName(fileName1,fileName2) {
parent.frameName1.location.href = fileName1;
parent.FrameName2.location.href = fileName2;
}
//--></script>
</head>
<body>
<a href="javascript:functionname('pf1.htm','pf2.htm')">Go</a>
<p><iframe name="frameName1">
Floating Frame 1
</iframe></p>
<p><iframe name="frameName2">
Floating Frame 2
</iframe></p>
</body>
</html>
When I clic on Go the "Page error" is showed in the bottom bar, I have the
web pages pf1.htm and pt2.htm in my practice folder.
Wath is my error? I think is in the iFrame, but I don't find it.
I'm using Floating Frames in Frontpage 2003
Best Regards,
Javier Salvatierra
give an error,
This is an example:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Go</title>
<script language="JavaScript"><!--
function functionName(fileName1,fileName2) {
parent.frameName1.location.href = fileName1;
parent.FrameName2.location.href = fileName2;
}
//--></script>
</head>
<body>
<a href="javascript:functionname('pf1.htm','pf2.htm')">Go</a>
<p><iframe name="frameName1">
Floating Frame 1
</iframe></p>
<p><iframe name="frameName2">
Floating Frame 2
</iframe></p>
</body>
</html>
When I clic on Go the "Page error" is showed in the bottom bar, I have the
web pages pf1.htm and pt2.htm in my practice folder.
Wath is my error? I think is in the iFrame, but I don't find it.
I'm using Floating Frames in Frontpage 2003
Best Regards,
Javier Salvatierra