I have an issue with an inherited xslt/coldfusion/vbscript application.
It has an imbedded form inside the xslt and it uses a <form field onblur> to call an external vbscript to validate form fields.
So my question is does anyone know the syntax to call something like this on a <select input>. The <text imput> is simple enough
I was also wondering if anyone knows if vbscript dot notation is heirarchical. This person names a form field "form" so now I am not sure if the reference to this field will work or if document.form will try to call this field instead of the whole form.
Thanks for any info or direction. I am sitting here scratching my head feeling very dumb!
Va.
It has an imbedded form inside the xslt and it uses a <form field onblur> to call an external vbscript to validate form fields.
So my question is does anyone know the syntax to call something like this on a <select input>. The <text imput> is simple enough
I was also wondering if anyone knows if vbscript dot notation is heirarchical. This person names a form field "form" so now I am not sure if the reference to this field will work or if document.form will try to call this field instead of the whole form.
Thanks for any info or direction. I am sitting here scratching my head feeling very dumb!
Va.