PDA

Click to See Complete Forum and Search --> : create web pages


paul
Dec 27th, 2000, 07:36 AM
Hi
I have used VB to create applications but I have no clue to creating web pages with VB. Can anyone give me some links to tutorials or any help availible.
Thanks

Dec 27th, 2000, 09:30 AM
You can create web pages with VB6 using web classes in an IIS Application (project type) - but, I hear these are going away in VB7. You can do cgi with VB too but it's kinda ugly as well.

A better way is to do Active Server Pages. They are server-side script that uses VBScript (a semi-stripped-down version of VB) to generate HTML thru IIS.

To get started you might check out http://www.learnasp.com and/or some of the sites they point to.

Good luck,
Paul

Dec 27th, 2000, 02:00 PM
A great place to look at vbscript code (and any other code) is planet-source-code.com