Michael Elfial wrote: "I always dreamed for some kind of DHTML extension that will allow me to fetch parts of the HTML from the network and change the page instead of reloading it or, as in this conversation, use the only available technique - <script src>."
There is a website that describes using an image tag to send/retrieve information from a server without actually making a full call to the page. It's called a GIF data pipe and it works well. It's written with ColdFusion in mind but it could probably be easily adapted to ASP. http://www.depressedpress.com/DepressedPress/Content/ColdFusion/Essays/G IFAsPipe/ Matthew Small IT Supervisor Showstopper National Dance Competitions 3660 Old Kings Hwy Murrells Inlet, SC 29576 843-357-1847 http://www.showstopperonline.com -----Original Message----- From: Michael Elfial [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 5:41 AM To: ActiveServerPages Subject: RE: ASP Client Side Include Hi all, I want to share some thoughts about this. A week ago I developed one component for ASP pages - fetch/send resources through any protocol (i.e. it uses URL monikers and works with everything not only HTTP). At certain moment I wonedered if it good to mark it as safe for scripting/initialization - e.g. make it easy to use on the client side in DHTML. I always dreamed for some kind of DHTML extension that will allow me to fetch parts of the HTML from the network and change the page instead of reloading it or, as in this conversation, use the only available technique - <script src>. Of course with such a component this can be done and I will spare some time to play with the idea and "feel" it. I wonder what you think about such techniques. More brains more ideas we can get to something better - who knows. The component page (NetProbe): http://www.newobjects.com/prodct/Category/65 I am trying to publish all the side products of my activity if they look like something useful :). Michael -----Original Message----- From: Ken Schaefer [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 4:26 AM To: ActiveServerPages Subject: Re: ASP Client Side Include You could use javascript to pull a file (text, ASP, whatever) from the server, and put the contents into a <textarea></textarea> Cheers Ken ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From: "Alex Elger" <[EMAIL PROTECTED]> Subject: ASP Client Side Include : Is it possible to do a client side include? : What i am trying to do it include a txt file into a multiline text-box. : Thanks for the help : Alex ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
