![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
On Jun 18, 8:08 pm, Chico Che <jsis... (AT) yahoo (DOT) com> wrote: 1. A user logs in to web app thru ie 2. They do an invoice for a particular item 3. Record the transaction and two text boxes get filled out on browser app Is it possible to create maybe a ie toolbar button that would grab data from those two text boxes(id is known already from ie developer bar). Hopefully this explains a little better script type="text/javascript" function grabInputContents(id) { var input = document.getElementById(id); return input.value; } /script It's important to note the lowercase "d" in Id. getElementById returns the DOM object of an element using the ID specified. |
![]() |
| Thread Tools | |
| Display Modes | |
| |