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">
El explorador no admite los marcos flotantes o no está configurado
actualmente para mostrarlos.
</iframe></p>
<p><iframe name="frameName2">
El explorador no admite los marcos flotantes o no está configurado
actualmente para mostrarlos.
</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'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">
El explorador no admite los marcos flotantes o no está configurado
actualmente para mostrarlos.
</iframe></p>
<p><iframe name="frameName2">
El explorador no admite los marcos flotantes o no está configurado
actualmente para mostrarlos.
</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'm using Floating Frames in Frontpage 2003
Best Regards,
Javier Salvatierra