|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Create ASP dynamically |
From: |
Tim |
Date: |
7/30/1999 8:25:33 AM |
IP: |
207.51.162.13 |
Tried "Server.Execute" and got an error, however tried "Execute" and it works fine. Try this:
<%
strASP = "Response.Write(" & Chr(34) & "Something" & Chr(34) & ")"
Execute(strAsp)
%> |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|