|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
hidden field
Hi All,
I need your help I have written a code for a text box value in windows_onload function and getting the value of text box eg:document.frm_Edit.f_CO_CapitalExpense_USD.value = document.frm_Edit.f_CO_CapitalExpense.value*curren cy_conv and now whentext box is created i have written this code: <td><input type=text tabindex=3 onFocus=top.selector(me) name=f_CO_CapitalExpense_USD disabled size=10 maxlength=10> now i wanted to send this variable to one another page for updating this value in the database .How can i send it so that it will be reflected in that page. Please Help |
|
#2
|
||||
|
||||
|
-->Thread split from here. Please do not resurrect 8 year old threads. and moved to HTML Forum.
__________________
Come JOIN the party!!! Quote of the Month: Retirement: Because you've given so much of yourself to the company that you don't have anything left we can use. Questions to Ponder: What do you do when you see an endangered animal eating an endangered plant? iif([sarcasm]=true,iif([you have to ask]=true,"didn't work","ha ha ha"),"not sarcasm") copyright© 2008 sbenj69 |
|
#3
|
||||
|
||||
|
if you need the value of a text box to be passed to another page, you can't use "disable", but you can use "readonly".
|
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > hidden field |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|