NetTalk Central

Author Topic: Retrieving the CreateButton/Input html ID value  (Read 2186 times)

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Retrieving the CreateButton/Input html ID value
« on: November 06, 2011, 11:05:23 PM »
Folks,

Is it possible to retrieve the html ID field of a button/input created by Nettalk in the CreateButton/Input procedures (in NetWeb.clw)?

I've come across an instance when using some javascript it would have been good to know the ID of the button. It's set to the name of the button (as set in the template) and then the value returned by p_web._RandomId().

Has anyone done this?

Bruce, would it be feasible to add a field in the template that allows us to set the ID?
Cheers,

Stu Andrews

linas@debetas.lt

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
Re: Retrieving the CreateButton/Input html ID value
« Reply #1 on: November 07, 2011, 06:44:03 PM »
But is it not the equate?

Linas

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11198
    • View Profile
Re: Retrieving the CreateButton/Input html ID value
« Reply #2 on: November 07, 2011, 09:18:25 PM »
Browse or Form buttons?

cheers
Bruce

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Re: Retrieving the CreateButton/Input html ID value
« Reply #3 on: November 07, 2011, 10:48:04 PM »
Form in my current case.
Cheers,

Stu Andrews