Click to See Complete Forum and Search --> : Frames


Tasmanian Devil
05-30-2003, 09:50 PM
How can i get a link in the left fram to open a page in the main fram?
Thanks

Jona
05-30-2003, 09:52 PM
This is an HTML question, my friend. It goes like this, if your left frame is named, "nav" and your right frame is named, "cont." The following will open the link in the left frame in the right frame:


<a href="file.html" target="cont">Text</a>


Jona

Tasmanian Devil
05-30-2003, 09:54 PM
Jona~
I was not sure if it was HTML or Java, but thak you again.

Jona
05-30-2003, 09:58 PM
Java? Java is different from JavaScript. See: http://www.w3.org/Security/Faq/wwwsf2.html#CLT-Q6


Jona