Jump to content

Recommended Posts

Hello all,

 

I would like to pass a textfield value into a javascript function:

 

Here is the function:

 

<script type="text/javascript">

function changetext(){

document.getElementById('text').value='TEXTFIELD textB's value'}

</script>

 

HTML Form:

 

Onclick, the value of textfield "text" will change to whatever textfield "textB"'s value

<input type="button"  value="change" onclick="changetext();" />

 

I want to get this value and pass to the function:

<input type="text" value="This is what to get" name="textB" id="textB" />

 

<input type="text" name="text" id="text" />

 

 

 

Please help

 

 

 

If you want to actually pass the value as a function argument, that's one thing.

 

If you're just throwing that terminology around because it's what you heard, then there's an easier way. See that document.getElementById function? See what it does? Think about it and try using it.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.