R
Robin Lilly'
Hi,
I have a composite control that I need to reference the form id to build
some javascript that I am pushing out several places, such as:
_Anchor.Attributes.Add("OnClick", "JavaScript
opUpCalendar(this, document."
& _formId & ".elements['" & _TextBox.UniqueID & "'], ""m/d/yyyy"")")
Where _formId would need to be the page form tag.
Thanks,
Robin
I have a composite control that I need to reference the form id to build
some javascript that I am pushing out several places, such as:
_Anchor.Attributes.Add("OnClick", "JavaScript
& _formId & ".elements['" & _TextBox.UniqueID & "'], ""m/d/yyyy"")")
Where _formId would need to be the page form tag.
Thanks,
Robin