| View previous topic :: View next topic |
| Author |
Message |
benhoa
Joined: 27 Oct 2005 Posts: 6
|
Posted: Wed Aug 09, 2006 3:43 pm Post subject: Pass info from visible textbox to hidden textbox? |
|
|
| I am able to pass info from a visible textbox on one page to a visible textbox on another page. Is it possible to perform this process if the textbox on page 2 is "hidden"? |
|
| Back to top |
|
 |
|
|
Scriptbanger
Joined: 23 Aug 2006 Posts: 5 Location: Boise, Idaho
|
Posted: Wed Aug 23, 2006 2:16 am Post subject: Yessireebob . . . |
|
|
| Yup! Just change the type from "text" to "hidden" and maybe pop in an alert to make sure the variable passes correctly. When satisfied just comment out the alert and you are ready to go. |
|
| Back to top |
|
 |
|