The best way to learn stuff like this (how I learned it :) is to go to a site that uses it and "view source" on their page. That's how I found it. I looked at this page <http://www.savecell.com/> which happens to be my cellular carrier. $15/month for 30min. Best deal anywhere for a minimal, mostly minor emergencies kind of service. If anyone's interested in it contact me first as we both get $10 if you mention that I sent you. ;)

Sorry for the totally shameless plug. Well, not a lot sorry, but you know.

Andrew Jorgensen wrote:
No, the fuction is implicit. It exists already.

<form method="post" action="/form.php">
   <select name="dropbox" onchange="submit()">
      <option selected>Select Something!</option>
      <option value="SOMETHING">Something</option>
      <option value="ELSE">Something Else</option>
   </select>
</form>

Wade Preston Shearer wrote:

i assume that to use that i will need a javascript function in the header called "submit()"?

if yes, what do you put in the function that submits the form?


On Wednesday, June 11, 2003, at 05:10 PM, Andrew Jorgensen wrote:


onchange="submit()"

Wade Preston Shearer wrote:

i have friend that asked me a question that i can't answer... i have been googling without any results...
he wants to make a form without a submit button... the form will be submitted when the user selects something from a dropmenu. the only languages that can be used are HTML and javascript... and it all has to happen client-side.
anyone have any ideas?
____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list




____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list





____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list



____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list


____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to