It is currently Wed May 22, 2013 2:20 am

All times are UTC


You can access below Applications



Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: how to open a window with mutiple tabs using javascript
PostPosted: Wed Jun 09, 2010 4:56 am 
Offline

Joined: Tue Mar 02, 2010 11:25 am
Posts: 190
Location: Kovilpatti
Hi
i want to open a window with multiple tabs having different url,using javascript

now i use code like this

Code:
function openwindow(url)//open a link in a new window
{
window.open(url,'_blank', 'toolbar=1,location=1,menubar=1');
}


i call this openwindow function in for loop having array variable containing list of url's and pass the url to the openwindow function .

it open all the links in new window, but i want to open in same window with multiple tabs

guide me to solve this problem.


Thanks
A.Thangasornam
Share |


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron