I want to pass a field name to a VBScript in a web page (client side) so I call the Script MySript('Name'), the function gets the field name, but what I can't figure out is how to get the field value, I know in JavaScript it's eval('document.form.'+fieldname+'.value') but what is the syntax to do this in VBscript.