On Mon, 2003-07-07 at 16:28, Jorge C wrote:
> Hi you guys:
> 
> How I obtain the hidden variables that they are sending to me from
> another page?
> 
> For example, in HTML I send of this form:
> 
> -----------------------------------------------------------
> <form action="obtain.aspx" method="post">
> <input type=hidden id="myhidden" value="anything">
> -----------------------------------------------------------

I haven't done anything with aspx, so forgive me if I'm unaware of
services it provides. Normally, however, wouldn't you need to include a
name for the input element? After that, it should be available just like
any other named input field.

<input type='hidden' id='myhidden' name='myhidden' value='anything'>

-- 
Stuart Jansen <[EMAIL PROTECTED], AIM:StuartMJansen>

"What hole did you dig that up from?" 
   -- my roommate commenting on my taste in music

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to