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 PROTECTED]

Reply via email to