473,385 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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



Jan 30 '06 #1
4 1224
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)
Jan 30 '06 #2
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.
Jan 30 '06 #3

"Evertjan." <ex**************@interxnl.net> wrote in message
news:Xn********************@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)

Jan 30 '06 #4
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)
Jan 30 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Thomas Lotze | last post by:
Hi, another question: What's the most efficient way of copying data between two file-like objects? f1.write(f2.read()) doesn't seem to me as efficient as it might be, as a string containing...
3
by: Tjerk Wolterink | last post by:
Hello i have xml code like this: <page:page xmlns:page="namespacefor page"> <page:section> <page:header> <b>Hello</b>There </page:header> <page:content> --- HTML CODE like: <i>Y</i>es i...
1
by: Sarah | last post by:
Hi, Can someone please tell me if there's a way to copy image files from one server to another using ASP and FSO? Or perhaps some other way to do it? I'm trying to collect information on...
22
by: Matt | last post by:
When browsing a web page a user has the ability to highlight content on a page (by holding down the left mouse button and dragging the mouse over the desired content). Is there a way to disable...
0
by: Dan | last post by:
We debug a VB.Net App that uses compact framework to a DAP Windows CE.Net device. When I debug I would like to only have the EXE copied down. Right now it copies any referrences as well and...
9
by: Duncan Winn | last post by:
Is there any way of accessing and copying a JPG from a web page using C#. I have tried using WebRequest but I don't know what to do this the WebResponse, and I have tried using WebClient but I...
1
by: Hakan | last post by:
I am regularly downloading an asp web page and what I want to do is to do it automatically The web page consists of one main page and many linked pages to it. Firstly I am selecting the whole page...
1
by: RonLandreth | last post by:
I am writing an accounting system for a class I'm taking at SLU. I need help figuring out the best way to go about copying a 2D array to a temporary 2D array, for eventually copying it back. ...
48
by: mantrid | last post by:
Hello Is there a way to prevent users copying a full size image from a web page. Displaying the image with a smaller width and height only affects the image as viewed, the actual full size image...
7
freddieMaize
by: freddieMaize | last post by:
Hi, my first day in designing. Since I’m not a very good designer I tried copying a template from the net. Below is my problem. I saved the below web page,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.