SitePoint Sponsor |
|
User Tag List
Results 1 to 8 of 8
Thread: Survey formy thingy's
-
Oct 27, 2002, 17:14 #1
-
Oct 27, 2002, 17:38 #2
- Join Date
- Mar 2002
- Location
- Svíþjóð
- Posts
- 4,080
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Well, create some sort of form, static (you write the html) or dynamic (you write the script to get the questions from a database, textfile or whatever) and then a script (=the action attribute in the form) to save the answers...
Next question, please
(Like; how to design the db, how to write the script etc)
-
Oct 27, 2002, 17:45 #3
-
Oct 27, 2002, 17:59 #4
- Join Date
- Mar 2002
- Location
- Svíþjóð
- Posts
- 4,080
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Errrmmm...
How?
-
Oct 29, 2002, 00:41 #5
-
Oct 29, 2002, 12:23 #6
- Join Date
- Mar 2002
- Location
- Svíþjóð
- Posts
- 4,080
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally posted by Mustang-man
Thats what i want to know...
How are you supposed to make them work?
-
Nov 3, 2002, 19:16 #7
-
Nov 3, 2002, 20:04 #8
- Join Date
- Mar 2002
- Location
- Svíþjóð
- Posts
- 4,080
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
You can find examples in ASP/VBScript here:
http://www.w3schools.com/asp/asp_inputforms.asp
Confirmation/validation can be done with javascript...
http://www.w3schools.com/js/js_examples.asp
Bookmarks