The server objs are still there, so the following lines in the ASP will do
it
Response.Clear
Response.Write MyString
Response.End
Quote:
> I have a fairly simple web form which when submitted should return and
replace the web form with a
Quote:
> dynamically created html page containing client side scripting.
> I can easily create the new page in a buffer or string but have failed to
find out how to return
Quote:
> this new page.
> Is this such a simple matter that I'm just being stupid (excuse ready
brain overload due to XP Prof
Quote:
> and Beta 2 arriving within a week)
> Grateful if somebody could put me on the right track.
> regards
> Stuart McKears