From: Jesse V. <je...@6t...> - 2003-08-03 20:07:09
|
Yeah, JavaScript alone won't let you contact the server.....but, you can check out stuff like this: http://www.ashleyit.com/rs/main.htm It's a JavaScript remote scripting tool. Under the covers, it just creates a div that submits a form to the server, but it works nicely and gives you a way to conact the server without the whole page reloading. I'm using the JS / PHP version right now, and it works nicely. You can have your Javascript "call" a PHP function, which would read the file, then return the contents to another Javascript function. Jesse Bruce Tennant wrote: >Don't think that's possible with just DynAPI. Java script won't allow >you to modify files, security issues. > >You'll need something like php on the server or Java applets on the >client. > > >--- todd and mara <vze...@ve...> wrote: > > >>Hello >>IN addition to being a test of whether I can post a question to this >>list, >>I have a question! >>... >>Please give some advice on the BEST way to Load and Save a file, in >>DynAPI 3. >>Which hopefully works (easily?) locally, as well as from a server??? >>simple??? THANKS >>Todd. >>I mean an arbitrary file. I'd like to read (to a layer?) parse some >>data and save it....easily! >>big files too? (text). >>gratsia >> >> >> >> >> > > >===== >www.bluewolverine.com > >__________________________________ >Do you Yahoo!? >Yahoo! SiteBuilder - Free, easy-to-use web site design software >http://sitebuilder.yahoo.com > > >------------------------------------------------------- >This SF.Net email sponsored by: Free pre-built ASP.NET sites including >Data Reports, E-commerce, Portals, and Forums are available now. >Download today and enter to win an XBOX or Visual Studio .NET. >http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |