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("scriptlet"%>
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.
<%=Request("scriptlet"%>
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.