Flash Games
 FAQ   Search   Memberlist   Usergroups   Register  Profile   Log in to check your private messages   Log in 


Form action help needed!



 

Post new topic   Reply to topic  
   DEVPPL Forum Index -> JavaScript Forum
View previous topic :: View next topic  
Author Message
mel1



Joined: 17 Jun 2008
Posts: 6

PostPosted: Tue Jun 17, 2008 11:41 am    Post subject: Form action help needed! Reply with quote

Hi, I am wondering whether it is possible to have two onClick events for the one button in a form. I want to first "saysomething" (as in a message) and once the user clicks okay on the message I would like it to refresh the page.

My code is below but it does not work, can anyone help?

<form action="0">

<input type="button" value="Send Form"
onclick="saySomething('Your form has been sent. Thank-you for your input!')
onClick="window.location.reload()">
</form>

Any help appreciated. Mel
Back to top
View user's profile Send private message
rangana
500+ Club


Joined: 27 Feb 2008
Posts: 546
Location: Cebu City Philippines

PostPosted: Wed Jun 18, 2008 3:46 am    Post subject: Re: Form action help needed! Reply with quote

Code:

<input type="button" value="Send Form"
onclick="test=confirm('Your form has been sent. Thank-you for your input!'); if(test==true) window.location.reload();else alert('You press Cancel');">
Back to top
View user's profile Send private message Yahoo Messenger
mel1



Joined: 17 Jun 2008
Posts: 6

PostPosted: Wed Jun 18, 2008 7:37 am    Post subject: Re: Form action help needed! Reply with quote

Thank you!
Back to top
View user's profile Send private message
rangana
500+ Club


Joined: 27 Feb 2008
Posts: 546
Location: Cebu City Philippines

PostPosted: Wed Jun 18, 2008 7:40 am    Post subject: Re: Form action help needed! Reply with quote

You're welcome Wink
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    DEVPPL Forum Index -> JavaScript Forum All times are GMT + 1 Hour
Page 1 of 1

 
 
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User: Pass:
Log me on automatically each visit:

 


Powered by phpBB © 2001, 2005 phpBB Group - Modified by DEVPPL

Flash Games - Sitemap