How stupid am I being 
Author Message
 How stupid am I being

I have a fairly simple web form which when submitted should return and replace the web form with a
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
this new page.

Is this such a simple matter that I'm just being stupid (excuse ready brain overload due to XP Prof
and Beta 2 arriving within a week)

Grateful if somebody could put me on the right track.

regards

Stuart McKears



Sat, 08 May 2004 09:11:00 GMT  
 How stupid am I being
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



Sun, 09 May 2004 00:32:22 GMT  
 How stupid am I being

Quote:

>The server objs are still there, so the following lines in the ASP will do
>it
>Response.Clear
>Response.Write MyString
>Response.End

Thanks, by delving even deeper, I found render which seems, at the moment, to do what I want

Thanks again

Stuart



Mon, 10 May 2004 03:41:42 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Am I that stupid ?

2. Am I too stupid to program VBA?

3. How stupid am I being?

4. Am I stupid or is it VB? [Recordsets]

5. I am stupid but pleez help me

6. Am I Stupid ???

7. Am I Stupid ?...

8. Am I that stupid?

9. Using MSMAPI ocx: Am I stupid or what?

10. Is the dataCombo control stupid or am I?

11. MDI-problem-am i stupid or is it a bug -2 icons in menubar

12. Am I stupid? :)

 

 
Powered by phpBB® Forum Software