Re: [WebDNA] Record click-thrus

This WebDNA talk-list message is from

2008


It keeps the original formatting.
numero = 101566
interpreted = N
texte = --=====================_322015281==.ALT Content-Type: text/plain; charset="us-ascii" Perhaps? Test Link to Yahoo! GJK At 05:18 PM 12/7/2008, you wrote: >I tried putting the function into , but still no-go. >-Dan > > >On Sun, 07 Dec 2008 15:16:45 -0800 > "Dan Strong" wrote: >>The following code no-worky as expected. The link to Yahoo opens up in new window, but code on test2.html does not fire. >>================================ >> >> >> >> >>Untitled Document >> >> >> >> >>
>>Test Link to Yahoo! >> >> >>================================ >>I have verified the following: >>1) No javascript errors >>2) jquery is on server at "js/jquery-1.2.6.pack.js" and loading into page >>3) test2.html is on server >>4) when hit directly, http://www.mydomain.com/test2.html, code fires (it's a sendmail, just for testing purposes) >>I'll keep banging away at it and also looking for alternatives, but I wanted to throw this out there in case someone can see an obvious error or for archive sake if this ends up not working at all. >>TIA, >>-Dan --=====================_322015281==.ALT Content-Type: text/html; charset="us-ascii" Perhaps?

<a href="http://www.yahoo.com" onClick="javascript:pinger();return true">Test Link to Yahoo!</a>

GJK

At 05:18 PM 12/7/2008, you wrote:
I tried putting the function into <head></head>, but still no-go.
-Dan


On Sun, 07 Dec 2008 15:16:45 -0800
 "Dan Strong" <webdna@danstrong.com> wrote:
The following code no-worky as expected. The link to Yahoo opens up in new window, but code on test2.html does not fire.
================================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script type="text/javascript" src="js/jquery-1.2.6.pack.js"></script>
</head>
<body>
<script type="text/javascript">
function pinger() {
$('#keepempty').get(" http://www.mydomain.com/test2.html", function(data){
return true;
});
}
</script>
<div id="keepempty"></div>
<a href=" http://www.yahoo.com" target="_blank" onClick="return pinger();">Test Link to Yahoo!</a>
</body>
</html>
================================
I have verified the following:
1) No javascript errors
2) jquery is on server at "js/jquery-1.2.6.pack.js" and loading into page
3) test2.html is on server
4) when hit directly, http://www.mydomain.com/test2.html, code fires (it's a sendmail, just for testing purposes)
I'll keep banging away at it and also looking for alternatives, but I wanted to throw this out there in case someone can see an obvious error or for archive sake if this ends up not working at all.
TIA,
-Dan
--=====================_322015281==.ALT-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Record click-thrus (Donovan Brooke 2008)
  2. Re: [WebDNA] Record click-thrus (Charles Kline 2008)
  3. Re: [WebDNA] Record click-thrus ("Dan Strong" 2008)
  4. RE: [WebDNA] Record click-thrus ("Olin Lagon" 2008)
  5. Re: [WebDNA] Record click-thrus ("Dan Strong" 2008)
  6. Re: [WebDNA] Record click-thrus (Gary Krockover 2008)
  7. Re: [WebDNA] Record click-thrus ("Dan Strong" 2008)
  8. Re: [WebDNA] Record click-thrus ("Dan Strong" 2008)
  9. Re: [WebDNA] Record click-thrus ("Dan Strong" 2008)
  10. Re: [WebDNA] Record click-thrus (Toby Cox 2008)
  11. RE: [WebDNA] Record click-thrus ("Olin Lagon" 2008)
  12. Re: [WebDNA] Record click-thrus (Toby Cox 2008)
  13. Re: [WebDNA] Record click-thrus (Steve Craig 2008)
  14. Re: [WebDNA] Record click-thrus ("Dan Strong" 2008)
  15. Re: [WebDNA] Record click-thrus (Steve Craig 2008)
  16. [WebDNA] Record click-thrus ("Dan Strong" 2008)
--=====================_322015281==.ALT Content-Type: text/plain; charset="us-ascii" Perhaps? Test Link to Yahoo! GJK At 05:18 PM 12/7/2008, you wrote: >I tried putting the function into , but still no-go. >-Dan > > >On Sun, 07 Dec 2008 15:16:45 -0800 > "Dan Strong" wrote: >>The following code no-worky as expected. The link to Yahoo opens up in new window, but code on test2.html does not fire. >>================================ >> >> >> >> >>Untitled Document >> >> >> >> >>
>>Test Link to Yahoo! >> >> >>================================ >>I have verified the following: >>1) No javascript errors >>2) jquery is on server at "js/jquery-1.2.6.pack.js" and loading into page >>3) test2.html is on server >>4) when hit directly, http://www.mydomain.com/test2.html, code fires (it's a sendmail, just for testing purposes) >>I'll keep banging away at it and also looking for alternatives, but I wanted to throw this out there in case someone can see an obvious error or for archive sake if this ends up not working at all. >>TIA, >>-Dan --=====================_322015281==.ALT Content-Type: text/html; charset="us-ascii" Perhaps?

<a href="http://www.yahoo.com" onClick="javascript:pinger();return true">Test Link to Yahoo!</a>

GJK

At 05:18 PM 12/7/2008, you wrote:
I tried putting the function into <head></head>, but still no-go.
-Dan


On Sun, 07 Dec 2008 15:16:45 -0800
 "Dan Strong" <webdna@danstrong.com> wrote:
The following code no-worky as expected. The link to Yahoo opens up in new window, but code on test2.html does not fire.
================================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script type="text/javascript" src="js/jquery-1.2.6.pack.js"></script>
</head>
<body>
<script type="text/javascript">
function pinger() {
$('#keepempty').get(" http://www.mydomain.com/test2.html", function(data){
return true;
});
}
</script>
<div id="keepempty"></div>
<a href=" http://www.yahoo.com" target="_blank" onClick="return pinger();">Test Link to Yahoo!</a>
</body>
</html>
================================
I have verified the following:
1) No javascript errors
2) jquery is on server at "js/jquery-1.2.6.pack.js" and loading into page
3) test2.html is on server
4) when hit directly, http://www.mydomain.com/test2.html, code fires (it's a sendmail, just for testing purposes)
I'll keep banging away at it and also looking for alternatives, but I wanted to throw this out there in case someone can see an obvious error or for archive sake if this ends up not working at all.
TIA,
-Dan
--=====================_322015281==.ALT-- Gary Krockover

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Proper file locations (1997) OT: Poll Please (2002) all records returned. (1997) Client-side Image Maps and WebCat? (1998) Includeform Error (2002) Deleting Multiple Database Records based on Checkbox (1998) Replace Statement (1997) WC2.0 Memory Requirements (1997) Emailer help....! (1997) emailer on Windows Beta 18 (1997) Re:quit command on NT (1997) WebCommerce: Folder organization ? (1997) Out of the woodwork (2007) TCPConnect misbehavin' for me. (2000) off topic - dna snipets (1997) Webcat2, WebCommerce, Mod 10 etc. (1997) MY SOLUTION.... Send massmail (2000) Instructions for Digest (1997) [SHOWIF] (1997) multiple price line in formula.db (2004)