Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   copying page (http://www.velocityreviews.com/forums/t800533-copying-page.html)

Jeff 01-30-2006 02:42 PM

copying page
 
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. 01-30-2006 02:43 PM

Re: copying page
 
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] 01-30-2006 02:46 PM

Re: copying page
 
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. 01-30-2006 02:52 PM

Re: copying page
 
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)

Jeff 01-30-2006 02:53 PM

Re: copying page
 

"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:
>
>> 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.



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)





All times are GMT. The time now is 02:49 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57