| Author |
Need urgent Help..Please
|
Mishra Anshu
Ranch Hand
Joined: Sep 16, 2003
Posts: 224
|
|
Hi!! I have the following frame structure :-- Index.jsp includes... +++++++++++++++++++++ + Top + +++++++++++++++++++++ + L + Right_Top + + E ++++++++++++++++ + F + + + T + + + + Right + + + + + + + + + + +++++++++++++++++++++ I have Change password "link" on the Right and Right_top.jsp pages. I have added like <a href="" onclick=window.open(Pagename.jsp, size)> Change Password </a> the link. It works fine and opens the "pagename.jsp", but in the backgroud (also, after closing pagename.jsp, one can see), that the entire index.jsp appears in the "Right.jsp". Same is the case with "Right_top.jsp". But , I just don't want to change these pages (Right.jsp and Right_top.jsp) . Plz. help..
|
"Ignorance is bliss"
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
|
|
don't use links like this <a href="" onclick=window.open(Pagename.jsp, size)> Change Password </a> use them like this <a href="javascript:window.open(Pagename.jsp, size)"> Change Password </a> you might have to add return false; after the window.open command BTW: Putting urgent in the title does nothing other then bug me.
|
 |
Mishra Anshu
Ranch Hand
Joined: Sep 16, 2003
Posts: 224
|
|
Thanks Eric... Since, here it is night , I will test it tommorrow in the office. As long as you are there, no one needs to write " urgent ". Atlest,I won't write from now onwards.
|
 |
 |
|
|
subject: Need urgent Help..Please
|
|
|