[Javascript] Passing data

TomMallard mallard at serv.net
Wed Apr 4 07:16:11 CDT 2001


A hidden frame may be a good way to load this before it's parsed and ready
for the viewer (I don't like frames but this is a case where it makes
sense)...sounds like the source isn't a file, so, processing it on the
server by stripping out the key names if they aren't needed on the client as
you thought is a good idea to reduce the amount going over the wire. By
using the hidden frame you can use a virtual address to the server to get
this string like a file using an object on the server...
http://www.domain.com/some.dll then the requesting page will get whatever
you send which can be defined on the client as a string and parsed. You may
need to play with the mime type on the server side...

tom
----- Original Message -----
From: "Steve White" <steve at VirtualMechanics.com>
To: <javascript at LaTech.edu>
Sent: Tuesday, April 03, 2001 10:27 PM
Subject: RE: [Javascript] Passing data


> Will this work with large amounts of data or is there a better solution?
See
> my previous post for more details.
>
> Thanks
>
> Steve White
> www.VirtualMechanics.com
> www.DHTMLMagic.com
> www.SVGMagic.com
> www.IMSWebTips.com
>






More information about the Javascript mailing list