473,503 Members | 1,700 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Q: How to open sites into frames

1 New Member
Given:
I'm using FrontPage and I feel pretty comfortable with the basics of HTML and editing code. I have a page made of three frames, which have been named. All works fine.

Issue:
User clicks a hover button. I need to load apples.htm into the "fruit" frame AND cat.htm into the "animal" frame. The hover button can only do one of these. How can I code this? My thought is to have the hover button call apples.htm into the "fruit" frame and add a line into the code for apples.htm that loads cat.htm into the "animal" frame, but I don't know what to type. So far, I seem to get the wrong image in the "fruit" frame and nothing in the "animal" frame.

I'd appreciate some guidance. Thanks! I think this should be easy, but I can't seem to find it in books or online.
Jan 1 '07 #1
3 1593
AricC
1,892 Recognized Expert Top Contributor
Where is your code? You need to specify the name of the fram you want in the target attribut. Post your code if this doesn't help.
Jan 2 '07 #2
kestrel
1,071 Recognized Expert Top Contributor
you need to specify the target frame of the link

<a href="apple.htm" target="fruits">Apples</a>

<frameset cols="25%,50%,25%">
<frame src="fruits.htm" name="fruits">
<frame src="veggies.htm" name="veggies">
<frame src="stuff.htm" name="stuff">
</frameset>

now when you click on the "Apples" link, it will open in the fruits frame.
Jan 3 '07 #3
pravinda
23 New Member
<iframe name="about" height="220" width="360" src="about1.html" frameborder="0" scrolling="auto"></iframe>

use this, this will be help full.
Jan 4 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

6
12140
by: lukeo | last post by:
I'm shelling out to an .asp (or htm) page from an application. I want to show this in a window without the address bar, etc... Is there a way I can redirect this page using javascript to a page...
1
3910
by: ck388 | last post by:
I am trying to open a frameset in a new window......where the frame called "main" shows the file called customerGeneral.aspx. I can't get it to work though...i always get something like...
2
2371
by: sdvoranchik | last post by:
We have an application that contains links that run javascripts to create pages in a separate frame. When these links open an external site, it causes the javascripts to no longer function. When...
4
2120
by: Ian Sedwell | last post by:
Hi guys The following code works just fine in Netscape on MacOS and Windows. But in Explorer on MacOS and Windows it throws a type mismatch error at the point marked with the comment ³// bug out...
31
3011
by: wallster | last post by:
please keep the flaming to a minimum (a bucket of water is next to me) but I have a question someone here might be able to explain in basic terms for a dunce like me. I helped a friend put...
5
4318
by: ningjun.wang | last post by:
How can I submit a form to multiple web sites when user click the submit button? Something like the following: myform.action = url_of_server1; myform.submit(); myform.action = url_of_server2;...
6
3612
by: Brad | last post by:
I have a win2003 server workstation with multiple webs, each web has it's own ip address. In VS2005, if I select to open an existing web site, select Local IIS, the dialog correctly displays a...
18
3300
by: len.hartley | last post by:
Hi, I am trying to pop-up a window when the user clicks on an image. The problem is that when the user clicks on the image and the window pops up OK, but the window underneath also proceeds to...
2
4886
by: news.sbcglobal.net | last post by:
Back in the good old days (or bad old days depending on your point of view) when I used frames to develop some of my web sites, I was able to designate which frame I wanted a page to open in. Now...
0
7201
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7278
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6988
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7456
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5011
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3166
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3153
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
379
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.