473,321 Members | 1,708 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,321 software developers and data experts.

Frameset issue

I have a problem with a 3 frame page I'm working on. I have a link
that sends a url to another frame, and that works correctly. What I
would like to do is send a picture to the third frame as well when
clicking on that link. Here's an abbreviated page that will explain it
better than I can here. Thanks for any help.

http://www.zilbandy.com/ciwahexample/frameset.htm
--
Zilbandy - Tucson, Arizona USA <zi*@zilbandyREMOVETHIS.com>
Dead Suburban's Home Page: http://zilbandy.com/suburb/
PGP Public Key: http://zilbandy.com/pgpkey.htm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~
Oct 28 '06 #1
5 1358

Zilbandy wrote:
I have a problem with a 3 frame page I'm working on. I have a link
that sends a url to another frame, and that works correctly. What I
would like to do is send a picture to the third frame as well when
clicking on that link. Here's an abbreviated page that will explain it
better than I can here. Thanks for any help.

http://www.zilbandy.com/ciwahexample/frameset.htm
Frames are not very effective for laying out pages,
http://www.freewebdesign.cjb.cc/design-tips1.html
I would suggest that you use CSS to lay-out your pages and use PHP
includes to save time.
--
Regards Chad. http://freewebdesign.cjb.cc

Oct 29 '06 #2

Zilbandy wrote:
I have a problem with a 3 frame page I'm working on. I have a link
that sends a url to another frame, and that works correctly. What I
would like to do is send a picture to the third frame as well when
clicking on that link. Here's an abbreviated page that will explain it
better than I can here. Thanks for any help.

http://www.zilbandy.com/ciwahexample/frameset.htm
--
Zilbandy - Tucson, Arizona USA <zi*@zilbandyREMOVETHIS.com>
Dead Suburban's Home Page: http://zilbandy.com/suburb/
PGP Public Key: http://zilbandy.com/pgpkey.htm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~
Dear sir,
You could most likely add an onClick attribute to your <atag so that
when it sends the URL to the second frame, it can call a script or
function that also sends a URL or modifies the <imgtag in the third
frame so that it displays the picture you want. You can do this with
JavaScript fairly easily.

I have the honor to remain your most humble and Ob't Sv't in our war
against the King.

--
Patrick Reilly
1st Coy.
Colonel Seth Warner's Regiment

Oct 29 '06 #3
On 29 Oct 2006 15:27:23 -0800, "pe********************@gmail.com"
<pe********************@gmail.comwrote:
>You could most likely add an onClick attribute to your <atag so that
when it sends the URL to the second frame, it can call a script or
function that also sends a URL or modifies the <imgtag in the third
frame so that it displays the picture you want.
Thanks for the suggestion. I'll read up some on the onclick and see if
I can find a good example that I can modify for my needs.

--
Zilbandy - Tucson, Arizona USA <zi*@zilbandyREMOVETHIS.com>
Dead Suburban's Home Page: http://zilbandy.com/suburb/
PGP Public Key: http://zilbandy.com/pgpkey.htm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~
Oct 30 '06 #4
Zilbandy <zi*@zilbandyREMOVETHIS.comwrote:
I have a problem with a 3 frame page I'm working on. I have a link
that sends a url to another frame, and that works correctly. What I
would like to do is send a picture to the third frame as well when
clicking on that link.
See http://www.htmlhelp.com/faq/html/fra...#frame-update2
--
Darin McGrew, mc****@stanfordalumni.org, http://www.rahul.net/mcgrew/
Web Design Group, da***@htmlhelp.com, http://www.HTMLHelp.com/

"Experience is what allows you to recognize a mistake when you make it again."
Oct 30 '06 #5
On Mon, 30 Oct 2006 19:39:48 +0000 (UTC), Darin McGrew
<mc****@stanfordalumni.orgwrote:
>What I
>would like to do is send a picture to the third frame as well when
clicking on that link.

See http://www.htmlhelp.com/faq/html/fra...#frame-update2
Thanks. That looks like it could do it. :) It's great to see an old
timer to the group still here. I got help from you back in 1996 with
getting my Dead Suburban page up and validated with the WC3 group.
Thanks for today's help.
--
Zilbandy - Tucson, Arizona USA <zi*@zilbandyREMOVETHIS.com>
Dead Suburban's Home Page: http://zilbandy.com/suburb/
PGP Public Key: http://zilbandy.com/pgpkey.htm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~
Oct 30 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Hans | last post by:
Hi There, I have a page that has links with some variables and I need to open the results set in a frameset. I have tried doing this in various different ways, but still cannot get the variable...
1
by: Hartmut Dippon | last post by:
Hello, does anybody know how I can access and modify properties of my frameset within my code behind class, or is that not possible at all? I tried to find anything in the internet about this...
10
by: IntraRELY | last post by:
I am building an Intranet application and is more of an "Application" vs. a typical "Web Application" or "Web Site". Using a FRAMSET seems like it has many benefits and gives mainly the feel of...
1
by: Jerron | last post by:
I'm developing a web application embeded into my customer's existent web site. they two sites are on hosted in different computers. the customers's web site uses frameset. by clicking a link in the...
2
by: JJ | last post by:
Hi, I am using a frameset in an aspx page, like so: <Frameset id="Frameset" BORDER="0" ROWS="350,3%" HEIGHT="100%" FRAMEBORDER="0" FRAMESPACING="0" runat="server">
0
by: Eyal | last post by:
hi to all, i have the following: frames.html: <html> <head> </head> <frameset cols="*,*"> <frame src="a.html" name="a" /> <frame src="http://google.com" name="b" />
4
by: Andrew Poulos | last post by:
I'm trying to use the String method parseJSON (that is created in the javascript of a frameset) in one of the frames but I don't know how to correctly reference it. This: notes =...
12
by: Geoff Cox | last post by:
Hello I'm having a problem loading a frameset file using an include in a php file. Nothing is displayed and when I look at the source code I see that <html> <head> <title></title>
5
dlite922
by: dlite922 | last post by:
This is unbelievably weird. My site shows in "view source" the following in Firefox 3: <frameset rows="100%,*" border="0"> <frame src="http://www.example.com" frameborder="0" /> <frame...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.