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 07-30-2010, 05:32 PM   PM User | #1
furkane
New to the CF scene

 
Join Date: Jul 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
furkane is an unknown quantity at this point
Tracking outgoing links in flash with javascript

Hello,

I can tracking outgoing links now for html links. How can I track outgoing links in flash with jquery or something else?

Best Regards
Code:
<html>
 <head>
  <meta charset="utf-8">
  <title>Tracking outgoing links with JavaScript and PHP</title>
 </head>
 <body>
  <p><a href="http://www.google.com/">Test link to Google</a></p>
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  <script>
   $(function() {
    $('a').click(function() {
     $.post('http://www.example.com/trackol.php', { result: 'click' }, 'html');
    });
   });
  </script>
 </body>
</html>

from: http://stackoverflow.com/questions/2077823/tracking-outgoing-links-with-javascript-and-php
furkane is offline   Reply With Quote
Old 07-31-2010, 10:12 AM   PM User | #2
furkane
New to the CF scene

 
Join Date: Jul 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
furkane is an unknown quantity at this point
any ideas?
furkane is offline   Reply With Quote
Old 08-10-2010, 11:58 AM   PM User | #3
furkane
New to the CF scene

 
Join Date: Jul 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
furkane is an unknown quantity at this point
Still I'm looking for answer. Any ideas ??
furkane 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 01:58 AM.


Advertisement
Log in to turn off these ads.