This is a discussion on "Need JavaScript for html links should open in a new window in the first time, after.." within the JavaScript Forum section. This forum, and the thread "Need JavaScript for html links should open in a new window in the first time, after.. are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Need JavaScript for html links should open in a new window in the first time, after..
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Need JavaScript for html links should open in a new window in the first time, after..
I have created one asp page. In that page i have used three frames left, center and right.
In the left and right frames, i have imported another asp pages for left and right side. that pages (left and rightside asp pages)contains links. My problems are: If the user need to click on the link it opens the link in a new window. Again, on selecting any other link on the right side frame (another aps page) link the new page should open in the previously opened window instead of opening in a new window. - I believe this needs to be achieved by Javascript. i tried target this is working fine. but it perform on single page. I need for common script for all. Could anyone help me to solve this problem. Please send the script to my mail. my mail id is jayram.mca@gmail.com <HTML> <TABLE> <TR> <TD><font face="Arial, Helvetica, Sans-Serif" size="2"><strong>Sample </strong></font></TD> </TR> <TR> <TD ><a href="http://www.google.co.in#one" target="newindow();">Google</a></TD> </TR> <TR> <TD><a href="https://mail.google.com/mail/#two" target="newindow();">Gmail</a> </TD> </TR> <TR> <TD ><a href="http://mail.yahoo.com#three" target="newindow();">Yahoo</a> </TD> </TR> </TABLE> </body> </HTML> |
|
|
![]() |
| Tags |
| javascript for links |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how can have iframe links to open in a new window? | onSPOT | Web Page Design | 1 | Mar 10th, 2008 07:43 |
| Open another new window from javascript window | thehermitage | JavaScript Forum | 10 | Jan 27th, 2008 19:42 |
| Why do links in a frame open a new window? | SpecialBrew | Web Page Design | 8 | Jan 25th, 2008 08:50 |
| javascript to open new window | snappy | JavaScript Forum | 4 | Nov 9th, 2006 13:02 |
| Need to open ALL links in new window | javascript | JavaScript Forum | 4 | Aug 4th, 2006 18:46 |