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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LinkExp

Status
Not open for further replies.

gdwood

Programmer
Jun 18, 2001
76
US
OK, now time for me to ask a question :)

Does anyone know the correct syntax to use in the LinkExp property that will utilize parameters and call javascript.

I have a value in a field: sAlias that I want to pass in this expression, so I thought it would be:

"javascript:linkToClassActionDocument(" & sAlias & ")"

or something like that, but I've tried many combinations, and it always looks like it's trying to pass the string sAlias, not the value of sAlias.

Anyone use this property with Javascript?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top