Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pass scriptlet info through form?

Status
Not open for further replies.

BeanDog

Programmer
Jul 15, 2000
60
US
Can I pass information from a scriptlet contained in a form to the page the form leads to? How do I pull this off? Right now I have a scriptlet, just say id=scriptlet and name=scriptlet. I try this:

<%=Request(&quot;scriptlet&quot;)%>

and of course it just says [object]. How do I get at each individual element of the scriptlet, like sliders and textboxes inside of it?



~BenDilts( void );

~BenDilts( void );
benbeandogdilts@cs.com
Long-time BASIC game programmer, Internet programmer and C++/DirectX of late.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top