- 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
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?
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

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?