| Author |
a href with frames
|
Naresh Chaurasia
Ranch Hand
Joined: May 18, 2005
Posts: 309
|
|
Hi can I use a href across frames. consider one.jsp two.jsp I am trying to define a href in two.jsp and the corresponding link in one.jsp. Can i access two.jsp a href in one.jsp, with out re-loading the two.jsp in the frame two.
|
SCJP 1.4, SCWCD1.4, OCA(1Z0-007)
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
Originally posted by N Chaurasia: Can i access two.jsp a href in one.jsp, with out re-loading the two.jsp in the frame two.
I really don't know what you are asking. You might try re-wording your question. Or, it's likely that the answer to the question might be the use of the target attribute on the <a> tag. Just a stab.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Naresh Chaurasia
Ranch Hand
Joined: May 18, 2005
Posts: 309
|
|
I tried to use target attribute But it opens a new window for me when i clikc link Go, What i am trying to achieve is that when i click on the link Go, I should be able to access the defined in two.jsp. i.e. When i click link Go, the two.jsp defined in frame two should be at the top(trying to replicating the functionality of defined in same file.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
the target should just be the framename, it should not include the parent reference. Eric
|
 |
 |
|
|
subject: a href with frames
|
|
|