Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > 123 Flash Chat Server Software > 123 Flash Chat Support

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-20-2004, 05:22 PM
Junior Member
 
Join Date: Aug 2004
Posts: 2
Default JS to open all links in a new window

I can't show my chat to you here because it is behind a user login, it's members only.

But I can tell you about something I did for my chat. Users were getting fed-up of accidently clicking on a link somewhere on the page that had the chat screen, and then losing the chat session because they moved to a different page on the website.

So I put in a JavaScript function that would make all the HTML links on the chat page open in a new window.

Code:
function LinksInNewWindow() {
    for (var i = 0; i < document.links.length; i++) document.links[i].target = '_blank';
}
Then, call the function from onload: <body onLoad="LinksInNewWindow()">
  #2 (permalink)  
Old 11-28-2004, 03:45 AM
joy joy is offline
Senior Member
 
Join Date: Nov 2003
Posts: 361
Default Re:JS to open all links in a new window

thank you for your contribution!
Closed Thread

Was this information helpful?    Yes No



Thread Tools
Display Modes

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



All times are GMT. The time now is 02:40 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.