Thomas
Wed Jun 13 14:50:37 CDT 2007
Bill,
>> I also read that if a client does not use MS/IE, the validation script
>> will run on the server. Is that true?
Don't know if the above is true, but it will be easy to test once you have a page on line.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
"Bill" <bookreader127@yahoo.com> wrote in message news:rrh073hqh8dpime60nm3uij9ngupdcuv11@4ax.com...
> On Wed, 13 Jun 2007 14:49:02 -0400, "Steve Easton"
> <admin@95isalive.com> wrote:
>
>>
>>"Bill" <bookreader127@yahoo.com> wrote in message
>>news:2f9073hsgfvt22qbj0p8jlo3g1v8al2k34@4ax.com...
>>> On Wed, 13 Jun 2007 12:27:41 -0400, "Thomas A. Rowe" <tarowe@mvps.org>
>>> wrote:
>>>
>>>>Under the FP extensions on your local machine you would have to set the Default
>>>>Scripting language
>>>>to VBScript (Tools |Web / Site Settings). This will then write all FP generated scripts,
>>>>such as,
>>>>form field validation in VBScript, instead of the default JavaScript. If you are working
>>>>with a
>>>>disk-based web locally you will not see this option, at least I don't under FP2000.
>>>>
>>>>Is there a specific reason why you must use VBScript client-side instead of the internet
>>>>default
>>>>client-side JavaScript?
>>>
>>> As a VB programmer, VBScript is more intuitive for me and easier to
>>> work with. It has certain built-in functions that are not available
>>> in JavaScript.
>>>
>>> Thanks.
>>
>>Just as a matter of curiosity, what functions are lacking in javascript?
>
> Just as an example for validating a page, IsDate( ) in VBScript will
> return whether or not the parameter is a valid date.
>
> I looked through the Java Script books and couldn't find a similar
> function.
>
> Is there one? However, I am just used to using VBScript in other
> non-web projects. If there is a compelling reason, I would do so.
> Again, being only usable by Microsoft / IE is OK.
>
> I also read that if a client does not use MS/IE, the validation script
> will run on the server. Is that true?
>
> Thanks.