Linking to IFRAMES HEEELP!?

Joined
Apr 27, 2002
Messages
102
Reaction score
0
OK i sorted the IFrame problem out

BUT HEEEEEELP :angry:

I have a Java Menu and on the data part of it which would be al the text and links i have


td_1 = "Home "
url_1 = "home.html "
td_2 = "Biography "
url_2= "bio.html"
td_3 = "Gallery "
td_4 = "W W W "
td_5 = "Guestbook "
url_5 = ""
td_6 = "More... "

and alot more of course!

but how do i get them to open up in the Iframe :confused:

do i put them like this?

td_1 = "Home "
url_1 = "home.html " target="main"
td_2 = "Biography "
url_2= "bio.html" target="main"
td_3 = "Gallery "
td_4 = "W W W "
td_5 = "Guestbook "
url_5 = ""
td_6 = "More... "

And so forth?

I would realy apreciate some help here
anyone got any ideas if this is correct or if theres a better way of doing it?
 
Joined
Sep 4, 2003
Messages
399
Reaction score
0
I need to see more of the code, if you can find the line(s) that have the 'url_1' variable in them somewhere then that should give me a better idea.
 
Joined
Apr 27, 2002
Messages
102
Reaction score
0
Well thats all that in the


menu_data.js

File!

ive added it to attachments if it will go on there, and you can take a look for ya self!
 

Attachments

  • menu_data.zip
    416 bytes · Views: 234

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