G
Guest
Why is there not a version of this file in vbscript. I need to be able to do
this
cmdDone.Attributes.Add("onclick", "Save()")
where Save() is a vbscript function and it is not possible since the client
script generated script for validation in in javascript. If I set cause for
validation = false and right my on validation rutine, I need this
WebUIValidation in vbscript.
Why would microsoft force you to use javascript?
cmdDone.Attributes.Add("onclick", "vbscript:Save()") I have tried this too
and doesnt work
this
cmdDone.Attributes.Add("onclick", "Save()")
where Save() is a vbscript function and it is not possible since the client
script generated script for validation in in javascript. If I set cause for
validation = false and right my on validation rutine, I need this
WebUIValidation in vbscript.
Why would microsoft force you to use javascript?
cmdDone.Attributes.Add("onclick", "vbscript:Save()") I have tried this too
and doesnt work