|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Javascript Inline?
I want to do something like this
popUp('popTest.asp?fieldnum= <START JAVASCRIPT>window.document.ADD_ITEMS.ITEM_NO_1.value<END JAVASCRIPT>') So I just want to use the JS to pull the value from that textfiled and pass it as a param. Is that possible? |
|
#2
|
||||
|
||||
|
Yes, it's possible, it isn't recommended simply because of readability issues.
Just do a search on google. |
|
#3
|
||||
|
||||
|
Quote:
possible, but here is the correct syntax for this: popUp('popTest.asp?fieldnum=' + document.ADD_ITEMS.ITEM_NO_1.value); |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Javascript Inline? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|