Rate a Monument !

Name of Monument
Your name and/or where you are from (optional)
Rating    

Read other ratings

Ballyganner South wedge-tomb
Tom4W from...

 

Rate a Monument

Name of Monument
Your name and/or where you are from (optional)
Rating
e-mail (if you want to be notified of monthly updates)
Add me to your mailing list
Other Comments

 

How Other People Have Rated This Monument


James Smith from Dublin

Have you visited This Monument?

If so, give it a rating for others to see
Your Name
Where are you from?
Rating

 

Form Tags

Before we get going, here's a short list of all the available form tags:

Table 4.1: Form Tags

Form Tag

Description

<FORM ACTION="/cgi-bin/prog.pl" METHOD="POST">

Start the form

<INPUT TYPE="text" NAME="name" VALUE="value" SIZE="size">

Text field

<INPUT TYPE="password" NAME="value" VALUE="value" SIZE="size">

Password field

<INPUT TYPE="hidden" NAME="name" VALUE="value">

Hidden field

<INPUT TYPE="checkbox" NAME="name" VALUE="value">

Checkbox

<INPUT TYPE="radio" NAME="name" VALUE="value">

Radio button

<SELECT NAME="name" SIZE=1> <OPTION SELECTED>One <OPTION>Two : </SELECT>

Menu

<SELECT NAME="name" SIZE=n MULTIPLE>

Scrolled list

<TEXTAREA ROWS=yy COLS=xx NAME="name"> . . </TEXTAREA>

Multiline text fields

<INPUT TYPE="submit" VALUE="Message!"> <INPUT TYPE="submit" NAME="name" VALUE="value"> <INPUT TYPE="image" SRC="/image" NAME="name" VALUE="value">

Submit buttons

<INPUT TYPE="reset" VALUE="Message!">

Reset button

</FORM>

Ends form