I have looked at other questions posted about this subject.
I have taken the suggested code and placed it into a page and it all works wonderfully.
However, when I include this in a page generated by Ultradev as a function the VBscript function when called froma Javascript function is either ignored or said not to be defined.
Ultradev generates vbscript with <@language="vbscript"> and then <% %> used to delimit where vbscript is used.
However the code I had found and used above seems to need <script LANGUAGE="VBSCRIPT"> </script>.
I know this is a stupid question but what is the difference between <@language="vbscript"> and <script LANGUAGE="VBSCRIPT"> ..... client and server side ?
If I try to put the function within the <script version then all my instructions that seem fine within <% now seem to have invalid syntax.
My basic requirement is within my Javascript validation function I wish to call a vbscript function (which accesses data files). Its not much to ask ... I need very little in life... just an answer to this idiot question.
If you cab help please make this very frustrated person very happy.
Thanks
I have taken the suggested code and placed it into a page and it all works wonderfully.
However, when I include this in a page generated by Ultradev as a function the VBscript function when called froma Javascript function is either ignored or said not to be defined.
Ultradev generates vbscript with <@language="vbscript"> and then <% %> used to delimit where vbscript is used.
However the code I had found and used above seems to need <script LANGUAGE="VBSCRIPT"> </script>.
I know this is a stupid question but what is the difference between <@language="vbscript"> and <script LANGUAGE="VBSCRIPT"> ..... client and server side ?
If I try to put the function within the <script version then all my instructions that seem fine within <% now seem to have invalid syntax.
My basic requirement is within my Javascript validation function I wish to call a vbscript function (which accesses data files). Its not much to ask ... I need very little in life... just an answer to this idiot question.
If you cab help please make this very frustrated person very happy.
Thanks