|
-
Mar 29th, 2001, 05:03 AM
#1
Thread Starter
Member
Ok Here Is My Question
I have 4 frames left corner top and main.
What i would like to do is the left has all my buttons for my links and i can link one document to the main frame but i would also like the top frame to change as well when clicking the link and i do not know what i have to do to get this done. I am using dreamweaver 3 your help would be greatful thank you
Lee
-
Mar 29th, 2001, 05:37 AM
#2
Fanatic Member
I believe that you will have to go into the HTML and do it... What is it that you would like to change in the top frame? An image? I'll think about it and brb.
-
Mar 29th, 2001, 08:24 AM
#3
Fanatic Member
Thanks for the Email. One way would be to have multiple target frames from the button (main and top for example)and to have multiple files that will open in the targeted frames.... How that is done... Well I am looking at the moment... I will hopefully find the code. If not then I am sure that there is a more proficient coder than myself in the forum! I'll be back!
-
Apr 8th, 2001, 07:30 PM
#4
Addicted Member
Try using a JavaScript:
<script><!--
function DblLoad(l1,l2) {
// x1 & x2 number (beginning with 0) or name of
// target frame
frames[x1].location = l1;
frames["x2"].location = l2;
}
//--></script>
You call it this way:
<a href="javascript blLoad("location1","location2")" target="_self">HERE</a>
Hope the answer isn't too late...
Code that I author is neither elegant nor efficient. It is, however, functional. Once I get something that works, I'm generally satisfied with myself - I mean, if it works, that's good enough, right?
Originally posted by aknisely
Sorry, but I feel uncomfortable on CC with clothes on
__________________
The truth ... is out there!
-
Apr 8th, 2001, 07:31 PM
#5
Addicted Member
Sorry about the
It should be a ":" and a "D"...
Code that I author is neither elegant nor efficient. It is, however, functional. Once I get something that works, I'm generally satisfied with myself - I mean, if it works, that's good enough, right?
Originally posted by aknisely
Sorry, but I feel uncomfortable on CC with clothes on
__________________
The truth ... is out there!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|