Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote scripting
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00339700
Message ID:
00339939
Vues:
25
>>>>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform