NetTalk Central

Author Topic: Open webpage after action on button  (Read 2171 times)

ianburgess

  • Full Member
  • ***
  • Posts: 119
    • View Profile
    • Email
Open webpage after action on button
« on: July 17, 2012, 08:42:39 AM »
Excuse this basic question, but I have a button on a web browse that sends an email of the browse entry. After it has finished sending, I need the source code to open the "HomePage" of the Nettalk webserver app, but not sure how?

Many thanks

Ian

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11204
    • View Profile
Re: Open webpage after action on button
« Reply #2 on: July 17, 2012, 09:23:06 PM »
specifically
p_web.Script(p_web.WindowOpen('http://home.whatever.com'))

cheers
Bruce

ianburgess

  • Full Member
  • ***
  • Posts: 119
    • View Profile
    • Email
Re: Open webpage after action on button
« Reply #3 on: July 17, 2012, 11:59:30 PM »
Many thanks - I had forgotten that it was included in a reply to a previous post of mine!

Ian