NetTalk Central

Author Topic: New browser Tab on a button  (Read 3092 times)

billbarker

  • Newbie
  • *
  • Posts: 30
    • View Profile
    • Email
New browser Tab on a button
« 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

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: New browser Tab on a button
« Reply #1 on: March 29, 2015, 05:15:54 PM »
yes for new tab, in the Target field type '_blank'

billbarker

  • Newbie
  • *
  • Posts: 30
    • View Profile
    • Email
Re: New browser Tab on a button
« Reply #2 on: March 30, 2015, 07:19:28 AM »
PERFECT.... thanks