Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-10-2010, 08:08 PM   PM User | #1
peapowered
New to the CF scene

 
Join Date: Dec 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
peapowered is an unknown quantity at this point
Onsubmit - need to add 2 things...

Hi all,

I was wondering if i could have some help - i am not very technical!

I would like to add 2 things to an onSubmit that is on a form. However, I have been reading various things as to whether or not this is possible.

The button on the form looks like it runs some sort of validation as it starts with onsubmit="validateFormData......

I am trying to set up a goal in analytics and need to add a pageview tracker to the onSubmit as well. Is this possible?

Please help me
peapowered is offline   Reply With Quote
Old 12-10-2010, 08:22 PM   PM User | #2
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,247
Thanks: 59
Thanked 3,998 Times in 3,967 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Yes, yes, and yes.

Code:
<form onsubmit="alert('one thing'); alert('another'); alert('yet another');">
<input type="submit" />
</form>
Go ahead. Try that.

Is that the best way to do it? Almost surely not. But without more to go on than what you posted...
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:54 AM.


Advertisement
Log in to turn off these ads.