If u mean server side, then web server must be installed, or else .htm can't be viewed either; if u mean client side, then no server is needed, since .asp is interpreted at server side
-flipflop(翻云覆雨);
2001-8-15(#167588@0)
You can create ASP pages to allow companies to change their product data in database, then display these products to customers in ASP pages, too.
-oldgun(老枪);
2001-8-15(#168274@0)
Thank you very much. ""I am assuming you want to create a standlone program to collect data from database, however generate the output into htm file which can be viewed by a web browser. " This is the point. I don't want to use c++.
"You can do it by Access 2000 " Can access generate html files? How? I
And thank you for your suggestion. I didn't regret anyway, because I learnt something.
-aboat(aboat);
2001-8-16{383}(#168653@0)
哎,我想起来了SQL server可以生成html文件,我以前试过一次,是用的SQL server 7.0,生成的页面比较的丑陋:P 能不能在程序自动生成就不太清楚了。你可以往这方面找找资料什么的。
-antmm(antmm);
2001-8-16(#168668@0)
明天我去翻翻书,查一下.
-aboat(aboat);
2001-8-16(#168813@0)
另:欣赏你这种明知山有虎,偏向虎山行的傻劲:) just do it! 就应该这样:)
-antmm(antmm);
2001-8-16(#168672@0)
You mentioned so many methods here :-) Thank you all for your warm hearts. I only have 4 days to finish it, so I hope there is an easy way to learn and to develop. ….Unfortunately, my knowledge is very narrow. I know a lot about C++ but know very little about others. After I finish this project, I may try all the ways you mentioned here.
I am in China, so there is almost no problem about the cost.
BTW, what do you mean by ‘keep bugging the webmaster sailor’?
-aboat(aboat);
2001-8-16{304}(#168832@0)
...so, you are in china right now. your problem seems to be too many choices left for you.
If what you need is just collecting data and dynamically generating html file, I believe pb,vb or delphi, even vc has bulid in function library for this purpose. so pick up one and go ahead.
you had mentioned there are around 500 html files? so you may like to
consider to generalize and create some kind of template files rather than seperated html files. After all, 500 is not a small number.
-mcdonald(麦当劳);
2001-8-17{490}(#169940@0)
You know VB right? ASP (VB Script) is one part of VBAccording to HTTP protocol, you get a "GET" or "POST" from IE Browser then produce and print out a HTML file to IE Browser.
If there are just serveral ASP files, you can put them together to become a big exe file. Otherwise to read one ASP file , produce and print out one HTML file to IE Browser is a faster way. In this way, you actually create a simplified web server, like IIS, in fact.
-yx1(yx);
2001-8-16{406}(#168953@0)