Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote scripting
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00339700
Message ID:
00340473
Views:
33
>>>>>>>They mention the example of continuing to fill out a form while the client-side script is calling up some script on the server to validate or query inputs you've just tabbed out of.... Now what happens when the server doesn't respond quickly enough....
>>>>>>>
>>>>>>>I guess for some purposes it might be workable.
>>>>>>I think in the same way.
>>>>>>Mark
>>>>>
>>>>>It appears to be just another approach to giving web pages a more responsive UI. I want to try some of the samples before making a judgement on it.
>>>>
>>>>To run samples do we have to install anything on the server?
>>>>Mark
>>>
>>>Here is a down and dirty way to check. I can't tell you right now what version scriptengine was the first but I can tell you that Ver. 4.0.2926 does not have remote script and Ver. 5.0.3715 does.
>>>
>>>

Class Test


>>>
>>>< %
>>>s = "" ' Build string with necessary info.
>>>s = ScriptEngine & " Version "
>>>s = s & ScriptEngineMajorVersion & "."
>>>s = s & ScriptEngineMinorVersion & "."
>>>s = s & ScriptEngineBuildVersion
>>>Response. Write s
>>>
>>>% >
>>>
>>>
>>>

End Class Test


>>That's what I see in the browser:
>>< % s = "" ' Build string with necessary info. s = ScriptEngine & " Version " s = s & ScriptEngineMajorVersion & "." s = s & ScriptEngineMinorVersion & "." s = s & ScriptEngineBuildVersion Response. Write s % >
>>Mark
>
>Sorry, I assumed you would see that I had placed spaces in the script delimiter.
>
>>
>jeff

Yeah, I fixed that. Now I see VBScript Version 5.0.3715. Still samples dont work.
Mark
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform