A questions about frames

J

Javier

I have in a Form, 2 frames or windows that I need that changes when I clic
over some button, look in www.solinme.com I have 1 frame in the center of
form that change when I clic over the menu button. I need to put other frame
that too change when I clic over each menu button , and too change the other
data in the principal frame. The same button change the two frames.

Something like when I clic on a button, show me in frame 1 the abc.hmt and
in the frame 2 def.htm. Is possible that?

Best regards,

Javier Salvatierra
 
S

Stefan B Rusynko

See http://irt.org/script/frame.htm

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I have in a Form, 2 frames or windows that I need that changes when I clic
| over some button, look in www.solinme.com I have 1 frame in the center of
| form that change when I clic over the menu button. I need to put other frame
| that too change when I clic over each menu button , and too change the other
| data in the principal frame. The same button change the two frames.
|
| Something like when I clic on a button, show me in frame 1 the abc.hmt and
| in the frame 2 def.htm. Is possible that?
|
| Best regards,
|
| Javier Salvatierra
|
|
 
J

Javier

Thanks Stefan:

I used a function that is in your 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, I have the web pages pf1.htm
and pt2.htm in my practice folder.

Wath is my error?

Best Regards,

Javier Salvatierra

"Stefan B Rusynko" escribió:
 

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

Top