HTML Form

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


Joined: 24 Sep 2004
Posts: 560

PostPosted: Thu Jun 02, 2005 1:25 am    Post subject: HTML Form Reply with quote

A message

Last edited by Arctic on Sat Apr 20, 2019 5:23 pm; edited 1 time in total
Back to top View user's profile Send private message ICQ Number
roganty
-


Joined: 08 Jun 2004
Posts: 357
Location: Bristol, UK

PostPosted: Thu Jun 02, 2005 11:57 am    Post subject: Re: HTML Form Reply with quote

see this line?
Code:
<select name='site' class='forminput' size='5' multiple='multiple' onChange="javascript:formHandler()">


change it to
Code:
<select name='site' class='forminput' size='5' multiple='multiple'>


then add a button like so (notice the 'onclick')
Code:
<input type='button' value='Go!' onclick='formHandler()' />

put this line of code somewhere after the </select> and before </form>
_________________
Anthony R

Roganty
| Links-Links.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