Posted by Kirk.Johnson on 12/29/05 23:57
Add the "value" property: document.forms['query_form'].elements['q']
..value.
Kirk
jonathan <news_php@arclocal.com> wrote on 12/29/2005 02:45:23 PM:
> <form name="query_form">
> <input type="text" name="q"></input>
> <input type="button" onclick="drawImg('A',document.forms
> ['query_form'].elements['q']);" value="Search"></input>
> </form>
>
> When the user clicks on the button, I want the text that is in input
> elment 'q' to be sent to the Javascript function drawImg but when I
> debug it via alerts, it appears to be NULL.
Navigation:
[Reply to this message]
|