|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Frames
I have four frames. The first frame has links in it, the others all display info. Is there anyway to make all three change when I click a link?
|
|
#2
|
|||
|
|||
|
RE: Frames
I have no idea on this, but iam sure that you can achieve what you want if use tables or css in designing your web pages.
do u know that frames has some pros and cons? |
|
#3
|
|||
|
|||
|
RE: Frames
This can be done with javascript -- you need client-side scripting.
This might help: http://webmonkey.wired.com/webmonkey/97/02/index4a.html?tw=authoring |
|
#4
|
|||
|
|||
|
RE: Frames
Thanks. I can't use tables because of the nature of the site (I won't try to explain because it's quite complicated).
It gets a little harder though, one of the frames I am trying to change is inside another frame...I can change it on it's own from the link but not with any others. My thoughts were perhaps you could target the header("Location:...") function to open in a different frame but I'll give the JS ago |
|
#5
|
|||
|
|||
|
RE: Frames
The JS doesn't work. I can only change one frame at a time using the HTML target tag.
This is the JS I was using... <a href="home.php" onClick="window.category.location='cat1.php'" target="contents"> Home</a> I've tried swopping it around (having 'contents' in the JS) but still, only the frame names in the target works. I've tried the page in both FF and IE. |
|
#6
|
||||
|
||||
|
RE: RE: Frames
Code:
<a href="home.php" onClick="javascript:window.self.location='cat1.php'" target="contents"> Home</a> Try that... |
|
#7
|
|||
|
|||
|
Message Moved
Thread moved from 'PHP Coding' to 'Client Side Things' by andrew.
Reason: Clientside related |
|
#8
|
|||
|
|||
|
RE: Frames
nope - no good
In IE I have debug turned on and it says... 'window.menu2' is null or not an object |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Frames |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|