Click to See Complete Forum and Search --> : Javascript, Im having fun now..


CLockmaker
03-03-2003, 08:43 PM
I'm having fun now. I have Front Page and working on a website for my business. Currently I have mastered limited knowledge about Javascript. With all of my books for "Dummies" and "Front page" books I have come a long way 3 weeks ago I didn't even know what "Javascript" was. But I have come to a screeching halt. I can not figure to build an ordering page for my site, with drop down boxes, check boxes and submit form, (and how does that work anyway?). Is there a site I can go to to copy and paste some script. I can modify some script but not an expert yet. Any help will be appreciated. And I'm sure this will be my last post.:confused: There are many more question to be asked....

pyro
03-03-2003, 09:00 PM
Originally posted by CLockmaker
I can not figure to build an ordering page for my site, with drop down boxes, check boxes and submit formLook up forms in your books. You can make your forms in pure HTML, but will need some sort of server side language (PHP, CGI/Perl, etc.) to get the information from the form back to you. Also, if there is going to be credit card info involved, you will need a secure server...