Jump to content

Button onClick/onSubmit the button's value will change.


Recommended Posts

Hello everyone. I have a problem with javascript. I want to change the value of my button when the form is submitted or the button is clicked. Like in www.myspace.com

Notice if you click the Login button in myspace.com, the button's value will change to "Logging In"

I've been googling it but all i get is wrong links.

Please help thanks in advance. More power PHPfreaks  :)
You'll need to add the following into your submit button tag:
[code]onclick="this.value = 'Logging In...'"[/code]

Eg:
[code]<input type="submit" name="login_btn" value="Login" onclick="this.value = 'Logging In...'" />[/code]
Ah ok thanks. After posting my question here in phpfreaks forum, i found out the answer to my question. Anyway thanks a lot sir fenway and sir wildteen88 for your help.

One of my dreams is to have a Zend PHP certification someday  ;D
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.