Need help to Floating Frames error

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Need Help in a Function 2

Top