Use of forms

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
TomBullock
-


Joined: 30 Jun 2007
Posts: 76

PostPosted: Tue Aug 28, 2007 5:25 pm    Post subject: Use of forms Reply with quote

Hello,
Im having problems with the little form type thing im using.
Here is the HTML:
Code:
<form name="GoMenuForm0" action="">
<select name="GoMenu" style="width:163px">
<option selected>Select your username</option>
<option class="_blank" value="http://81.97.108.170/hosting/users/bullock_james/index.htm">Bullock, James</option>
<option class="_blank" value="http://81.97.108.170/hosting/users/hay_matty/">Hay, Matty</option>
<option class="_blank" value="http://81.97.108.170/hosting/users/pearson_hannah/">Pearson, Hannah</option>
</select>
<input type="button" value="Login" onclick="OnGoMenuFormLink(this.form.GoMenu)">
</form>

This is the page it is located: http://81.97.108.170/hosting/choose_user.htm

I want it so when a user clicks the drop down box, and presses login the password box comes up telling them to login to the directory.
When i press login during tests nothing happens at all.

Im dont know what im doing wrong.
Can anyone help?

Thankyou.
Tom Bullock
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Tue Aug 28, 2007 6:35 pm    Post subject: Reply with quote

You're not telling it what to do and how to do it.

Code:
action=""


should be

Code:
action="nameofscripttosubmitto.php"


and include after it

Code:
method="POST"

_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group