Reply
Dreamweaver forms
Old 05-07-2004, 01:46 PM Dreamweaver forms
Junior Talker

Posts: 4
Hi, I need some help with setting up dreamweaver forms, I have 2 radio buttons, a text box and a submit button, and I want it so when you click submit it processes the results and displays them on a page.

Thanks in Advance
hingedshinobi is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-16-2004, 06:01 PM
Junior Talker

Posts: 4
nobody knows or no one will tell
hingedshinobi is offline
Reply With Quote
View Public Profile
 
Old 05-16-2004, 06:09 PM
praveen's Avatar
Life is a Dream

Latest Blog Post:
Mumbai Terror Attacks!
Posts: 3,576
Location: in a distant land far away from reality
setting up dreamweaver forms is easy if u ave a basic understanding of dreamweaver..

by ur query, do u want the html code for wat u asked for or u want to know how to do it?

do u want to just display the results of the form in another page or do u want to store them etc..

do u know what server side scripts u host accepts??


ohh, next time, be more specific as to wat u want.
__________________
Praveen
Web Tools - Smilies - Celebs - Short URLs - Indian Food - Create a Poll - Social Bookmark Widget

Useful Threads, Tutorials and Resources
Graphics - Templates - Dreamweaver - Javascript - SEO - Ruby on Rails - Ajax Tutorials - More Ajax - CSS - More CSS
praveen is offline
Reply With Quote
View Public Profile Visit praveen's homepage!
 
Old 05-16-2004, 06:11 PM
Junior Talker

Posts: 4
i would like to know how to do it, and the html code. Display the results on another page, and whatever the free brinkster account accepts (sorry thats not much help)
hingedshinobi is offline
Reply With Quote
View Public Profile
 
Old 05-16-2004, 06:14 PM
praveen's Avatar
Life is a Dream

Latest Blog Post:
Mumbai Terror Attacks!
Posts: 3,576
Location: in a distant land far away from reality
Quote:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>

<body>
<form name="form1" id="form1" method="post" action="">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="33%">Radio button 1 </td>
<td width="67%"><input name="radiobutton" type="radio" value="radiobutton" /></td>
</tr>
<tr>
<td>Radio button 2 </td>
<td><input name="radiobutton" type="radio" value="radiobutton" /></td>
</tr>
<tr>
<td>text box </td>
<td><input type="text" name="textfield" /></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="2"><input type="submit" name="Submit" value="Submit" /></td>
</tr>
</table>
</form>
</body>
</html>
here is code..

now u need to edit the names, and also define an action for the form.

find out wat brinkster allows u.. normally they allow asp.. but i ave heard they allow cgi as well on certain accounts..

so find that out and then head over to hotscripts.com
and get a free form processing script and put that in ur server after modifying it and then voila ur form is ready..
__________________
Praveen
Web Tools - Smilies - Celebs - Short URLs - Indian Food - Create a Poll - Social Bookmark Widget

Useful Threads, Tutorials and Resources
Graphics - Templates - Dreamweaver - Javascript - SEO - Ruby on Rails - Ajax Tutorials - More Ajax - CSS - More CSS
praveen is offline
Reply With Quote
View Public Profile Visit praveen's homepage!
 
Reply     « Reply to Dreamweaver forms
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12422 seconds with 12 queries