You are trying to post data to javascript, which won't work.  You'll
have to explicitly create the query string yourself.

(eg) onSubmit="return GB_showPage('TITULO','../logintest.php?
id='+escape(document.getElementById('id').value), 0,0);"

BTW, who do you have a this.href in there???  copy and paste error?
you're lucky that this.href will evaluate to zero :)

Tyler

On Oct 22, 9:09 pm, jamesjara <[EMAIL PROTECTED]> wrote:
> , I TEST THIS EXAMPLE, AND THIS WORK,
>
> <form action="javascript:alert('action');" method="get"
> onSubmit="javascript:return GB_showPage('TITULO','../
> logintest.php',this.href,0,0);">
> <input type=submit value="submit">
> <input name="id" type="hidden" id="id" value="44444444" />
> </form>
>
> THIS FORM SHOWME THE GREYBOX
>
> BUTTTTTTTTTT
>
> THE HIDDEN VALUE IS NOT SENDING.
>
> Y NEED SEND THE HIDDEN  <input name="id" type="hidden" id="id"
> value="44444444" />
> BY POST FORM.    I CANT USE GET.!!
>
> PLEASE A SOLUTION
>  [EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GreyBox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/greybox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to