NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Stu on November 06, 2011, 11:05:23 PM

Title: Retrieving the CreateButton/Input html ID value
Post by: Stu 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?
Title: Re: Retrieving the CreateButton/Input html ID value
Post by: linas@debetas.lt on November 07, 2011, 06:44:03 PM
But is it not the equate?

Linas
Title: Re: Retrieving the CreateButton/Input html ID value
Post by: Bruce on November 07, 2011, 09:18:25 PM
Browse or Form buttons?

cheers
Bruce
Title: Re: Retrieving the CreateButton/Input html ID value
Post by: Stu on November 07, 2011, 10:48:04 PM
Form in my current case.