|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Using Response.write |
From: |
Shane Huston |
Date: |
7/26/2002 12:00:24 PM |
IP: |
65.192.159.25 |
I have an asp application that generates the html code for a poll based on entered values in a database. At the end of this application, there is a line that reads,
"<% response.write thepoll %>"
As you all know, this gets written to html and the browser displays it just fine. But when I view its source code, none of the 'thepoll' stuff is there, just the reference to that variable.
How can I get at the value of 'thepoll' so that I can copy and paste the generated html elsewhere?
You might be wondering why I need to do this... it would take me along time and many paragraphs to explain it and is irrelevant.
To simplify my question:
How do I get <%response.write thepoll%> to generate its value in a way that I can copy and paste it?
Thanks in advance
Shane |
|
|
|
|
|
|
|
|
|
|
|
|