Duanne, the simplest thing to do would be to understand some of the examples that are provided with CGIDEV2. Also there are a few tutorials on HTML and Javascript that I think you should look at (they are included also). Once you understand the basic concept that HTML replaces DDS, and you have to implicitly update the variables that go out to the browser (as well as implicitly get them back in) you will be well on your way. The other important thing to remember is that the browser initiates the program, the program does NOT initiate the screen display. Also make sure you understand persistence (or lack thereof). Every time a (or the) program is initiated by the browser, you will have to keep track of where you want to be. The program is not in the same state that it was when the browser HTML was sent from it.
----- Original Message ----- From: "dmdanner" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, October 26, 2005 8:37 PM Subject: [Easy400Group] CGIDEV2 > I have downloaded and installed the CGIDEV2 programs, libraries and > such. Where do I begin to write a web page, is there any manuals, > procedures or anything to get me going on the right path. I have a > web page I would like to create and don't no where to start. Any help > or direction would be appreciated. Duane Danner > > > > > > > > Yahoo! Groups Links > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/wbFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Easy400Group/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
