Need JavaScript for html links should open in a new window in the first time, after..

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 19th, 2007, 09:00
Junior Member
Join Date: Jun 2007
Location: India
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
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>&nbsp;&nbsp; </TD>

</TR>
<TR>

<TD ><a href="http://mail.yahoo.com#three" target="newindow();">Yahoo</a>&nbsp;</TD>

</TR>
</TABLE>
</body>
</HTML>
Reply With Quote

Reply

Tags
javascript for links

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 22:46.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43