|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Can I do this document.+ VARIABLE + .submit()?
Can anyone help me with this one? I'd think it would be easy but I'm having some issues with it. Just deosn't want to work for me.
function formsubmit(CARTNUMBER) { document. + CARTNUMBER + .submit(); } |
|
#2
|
||||
|
||||
|
Try this...
Try:
eval( "document." + CARTNUMBER + ".submit();" ) Quote:
|
|
#3
|
|||
|
|||
|
That got it. Appreciate the help very much.
|
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Can I do this document.+ VARIABLE + .submit()? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|