Home > Archive > ASP > January 2006 > copying page
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Is there a way, to make a page that gets info from a DB using scripting.
then take that page, and copy it to another folder, BUT, not having the
script there. making it become all html?
so the page would contain html, but would be the result of what was
scripted.
so i guess i am saying, that the page would become the source.
i hope i am explaining myself clearly
Jeff
| |
| Evertjan. 2006-01-30, 6:55 pm |
| Jeff wrote on 30 jan 2006 in microsoft.public.inetserver.asp.general:
> Is there a way, to make a page that gets info from a DB using scripting.
> then take that page, and copy it to another folder, BUT, not having the
> script there. making it become all html?
> so the page would contain html, but would be the result of what was
> scripted.
>
> so i guess i am saying, that the page would become the source.
>
> i hope i am explaining myself clearly
You can try serverside datamining via the web of your own page,
in that's what you mean.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
| |
| Bob Barrows [MVP] 2006-01-30, 6:55 pm |
| Jeff wrote:
> Is there a way, to make a page that gets info from a DB using
> scripting. then take that page, and copy it to another folder, BUT,
> not having the script there. making it become all html?
> so the page would contain html, but would be the result of what was
> scripted.
>
> so i guess i am saying, that the page would become the source.
>
> i hope i am explaining myself clearly
>
> Jeff
1. Create the page that generates the html from the database info
2. Create another page that uses ServerXMLHTTP to run the first page, saving
the ResponseText into a variable, whose contents are subsequently written
into a file using a FileSystemObject.
Do a search at www.aspfaq.com for articles relating to these terms.
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
| |
|
|
"Evertjan." <exjxw.hannivoort@interxnl.net> wrote in message
news:Xns975B9FE5036AEeejj99@194.109.133.242...
> Jeff wrote on 30 jan 2006 in microsoft.public.inetserver.asp.general:
>
>
> You can try serverside datamining via the web of your own page,
> in that's what you mean.
not sure what you mean by datamining. guess i will have to cearch that
thanks
>
>
> --
> Evertjan.
> The Netherlands.
> (Please change the x'es to dots in my emailaddress)
| |
| Evertjan. 2006-01-30, 6:55 pm |
| Jeff wrote on 30 jan 2006 in microsoft.public.inetserver.asp.general:
> not sure what you mean by datamining. guess i will have to cearch that
>
Bob writes the same in his parallel posting but is as usual more explicit.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
|
|
|
|
|