#1 (permalink)  
Old 08-08-2008, 09:22 PM
Junior Member
 
Join Date: Aug 2008
Posts: 2
Default How to open new window when click

Right now the code will only open in the same window when the thumbnail is clicked. How do I open a new window?

I tried:
function clickHandler(dat, lbl) {

// handler function receives "data" (dat variable) as string and "label" (lbl variable) as string
getURL(dat,'_new');

}

and did not work. Please help.
Reply With Quote
  #2 (permalink)  
Old 08-08-2008, 09:24 PM
Junior Member
 
Join Date: Aug 2008
Posts: 2
Default

Never mind, it did work. Heehee. Well, at least your users will know how to open new window.
Reply With Quote
Reply

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


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.