944,092 Members | Top Members by Rank

Ad:
Nov 3rd, 2009
0

Submit button

Expand Post »
I've searched the web without any succes to try and solve this newbie question.

I have an submit button that i want to say "Answer", but i want the value to be something else.
How do I do it?

//AKE
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
AKE_daniweb is offline Offline
2 posts
since Oct 2009
Nov 3rd, 2009
0
Re: Submit button
Make the button an image
Reputation Points: 10
Solved Threads: 3
Newbie Poster
webwest is offline Offline
21 posts
since Oct 2009
Nov 3rd, 2009
0
Re: Submit button
html Syntax (Toggle Plain Text)
  1. <button type='submit' name='thisorthat' value='whatever you want'>displayed label</button>
Last edited by almostbob; Nov 3rd, 2009 at 2:43 pm.
Reputation Points: 562
Solved Threads: 368
Posting Maven
almostbob is offline Offline
2,970 posts
since Jan 2009
Nov 6th, 2009
0
Re: Submit button
thanks, that did the trick!
Reputation Points: 10
Solved Threads: 0
Newbie Poster
AKE_daniweb is offline Offline
2 posts
since Oct 2009
Nov 8th, 2009
0
Re: Submit button
im pretty sure that ie differentiates with buttons than firefox persay i had to check this button code out and i did but then when i applied an onlick event that makes the button translucent aka opacisized i came to found that ies button will not opacisize but firefox will. im pretty sure the opacisized code works for tables in ie as well as firefox although i didn not check hold on let me do so. and it doesnt. that means its not button related. does anyone know why this is just a simple code i found on here that does.. does not work in internet exp=plorer? im not worried about macs or opera. firefox and ie are the aware winning leaders in the browser history

HTML and CSS Syntax (Toggle Plain Text)
  1. <script>
  2. function lightup(imageobject, opacity){
  3. if (navigator.appName.indexOf("Netscape")!=-1&&parseInt(navigator.appVersion)>=5)
  4. imageobject.style.MozOpacity=opacity/100
  5. else if (navigator.appName.indexOf("Microsoft")!=-1&&parseInt(navigator.appVersion)>=4)
  6. imageobject.filters.alpha.opacity=opacity
  7. }
  8.  
  9. </script>
Reputation Points: 15
Solved Threads: 7
Posting Pro in Training
SKANK!!!!! is offline Offline
428 posts
since Apr 2009

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Code required, please help
Next Thread in HTML and CSS Forum Timeline: Can you make <td> relative?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC