HighDots Forums  

I have some code, need a tiny bit of help please

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss I have some code, need a tiny bit of help please in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
lincon
 
Posts: n/a

Default I have some code, need a tiny bit of help please - 05-21-2004 , 04:53 AM






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>


Reply With Quote
  #2  
Old   
genuine airguitar
 
Posts: n/a

Default Re: I have some code, need a tiny bit of help please - 05-21-2004 , 06:55 AM






Code seems alright, maybe close the <SMALL> tag and also the <option> tags to
make them correct.

Also at the bottom you have "<form" seems like half a tag ? Delete it?

If you just put this in a new page between the "<BODY>" tags ie. FILE > NEW
and select html page it will work.

The Clicks and rating I assume are meant to be dynamic, but arent in your
coding, would have to see the full coding to give more advice.


Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: I have some code, need a tiny bit of help please - 05-21-2004 , 07:49 AM



<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




Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.