Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hidden Field

Status
Not open for further replies.

basball

Technical User
Dec 18, 2002
192
US
In MX 7.0

Ad form field that is hidden that contains a value and is referenced by a name
 
That's the same as a standard variable if I understand you correctly - if you're using loadVars just add the name and value you want to send like this:

Code:
myLoadVars.variableName='someValue'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top