<br>
<small class="date"> <<<<== This is not valid HTML
<form action="http://www.superteam.biz.cgi" method="POST"> <<<== form needs
a name
<input type=hidden name="ID" value="12883"> <<<=== type attribute needs
double quotes
<p>Please rate the link <strong><a
href="http://www.superteam.biz">superteam
productions</a></strong> between 5 and 10, with 10 being tops.</p>
<div class="margin">
<p><select name=rate> <<<=== name attribute needs double quotes
<option>--- <<<=== give these values, e.g., <option value="---">
<option>5 <<<=== closing is optional, but good style, e.g.,
<option></option>
<option>6
<option>7
<option>8
<option>9
<option>10
</select>
<input type=submit value="Rate this Link"> <<<=== type attribute needs
double quotes
</p></div></form>
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"lincon" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
Hi
I have this code and want to make it work, I know I need to make a file
or 2
on my server.
Could someone tell me what file I need to make and what to put in it for
this
to work.
Forever grateful
Lincon
br
small class="date">(Added: 27-Sep-2003 Clicks: 85 Rating: 9.00 Votes:
3)
form action="http://www.superteam.biz.cgi" method="POST"
input type=hidden name="ID" value="12883"
p>Please rate the link <strong><a
href="http://www.superteam.biz">superteam
productions</a></strong> between 5 and 10, with 10 being tops.</p
div class="margin"
p><select name=rate
option>---
option>5
option>6
option>7
option>8
option>9
option>10
/select
input type=submit value="Rate this Link"
/p></div></form
form
br |