I would like to reference the "name=value " parameters sent to my page
(submit'ted from a previous page with a <form>.) in my javascript.
I can do it if my second form is called with a "get" using the
window.location .search property, etc.
I don't know where these parameters are if my second page is called with a
"post"...
Thanks
Mike
(submit'ted from a previous page with a <form>.) in my javascript.
I can do it if my second form is called with a "get" using the
window.location .search property, etc.
I don't know where these parameters are if my second page is called with a
"post"...
Thanks
Mike
Comment