NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: billbarker on March 29, 2015, 11:36:35 AM

Title: New browser Tab on a button
Post by: billbarker on March 29, 2015, 11:36:35 AM
I have this url on a button:-

'http://maps.google.com/maps?&saddr=' & p_web.gsv('UserPostcode') & '&daddr=' & p_web.gsv('clu:V_Postcode') & '&t=m'

Can I force this url into a new browser window (or new browser tab)?

Thanks
Title: Re: New browser Tab on a button
Post by: kevin plummer on March 29, 2015, 05:15:54 PM
yes for new tab, in the Target field type '_blank'
Title: Re: New browser Tab on a button
Post by: billbarker on March 30, 2015, 07:19:28 AM
PERFECT.... thanks