Submit button

Thread Solved

Join Date: Oct 2009
Posts: 2
Reputation: AKE_daniweb is an unknown quantity at this point 
Solved Threads: 0
AKE_daniweb AKE_daniweb is offline Offline
Newbie Poster

Submit button

 
0
  #1
20 Days Ago
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
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 21
Reputation: webwest is an unknown quantity at this point 
Solved Threads: 3
webwest's Avatar
webwest webwest is offline Offline
Newbie Poster
 
0
  #2
20 Days Ago
Make the button an image
SEO Website Design | Custom MIVA Merchant Online Stores
Webwest.net One-stop Web Development Shop since 1995
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 1,311
Reputation: almostbob has a spectacular aura about almostbob has a spectacular aura about 
Solved Threads: 161
almostbob's Avatar
almostbob almostbob is offline Offline
Nearly a Posting Virtuoso
 
0
  #3
20 Days Ago
  1. <button type='submit' name='thisorthat' value='whatever you want'>displayed label</button>
Last edited by almostbob; 20 Days Ago at 2:43 pm.
Failure is not an option It's included free
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it

Please mark solved problems, solved
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 2
Reputation: AKE_daniweb is an unknown quantity at this point 
Solved Threads: 0
AKE_daniweb AKE_daniweb is offline Offline
Newbie Poster
 
0
  #4
17 Days Ago
thanks, that did the trick!
Reply With Quote Quick reply to this message  
Join Date: Apr 2009
Posts: 281
Reputation: SKANK!!!!! is an unknown quantity at this point 
Solved Threads: 2
SKANK!!!!! SKANK!!!!! is offline Offline
Posting Whiz in Training
 
0
  #5
15 Days Ago
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>
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC