Re: [WebDNA] Record click-thrus

This WebDNA talk-list message is from

2008


It keeps the original formatting.
numero = 101565
interpreted = N
texte = 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=20 >test2.html does not fire. >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > > > > Untitled Document > >
> Test Link to=20 >Yahoo! > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D >=20 > I have verified the following: >=20 > 1) No javascript errors > 2) jquery is on server at "js/jquery-1.2.6.pack.js" and loading into pa= ge > 3) test2.html is on server > 4) when hit directly, http://www.mydomain.com/test2.html, code fires (i= t's a sendmail, just for=20 >testing purposes) >=20 > I'll keep banging away at it and also looking for alternatives, but I w= anted to throw this out=20 >there in case someone can see an obvious error or for archive sake if th= is ends up not working at=20 >all. >=20 > TIA, > -Dan >=20 >=20 >=20 >=20 >=20 >=20 >=20 > On Mon, 01 Dec 2008 10:28:06 -0800 > "Dan Strong" wrote: >> Awesome guys, thanks. I will test this tonight when I get home and pos= t results. >> -Dan >>=20 >>=20 >> On Mon, 1 Dec 2008 18:21:19 +0000 >> Toby Cox wrote: >>> Nice. I would suggest >>>=20 >>>=20 >>> function pinger() { >>> $('#keepempty').get("http://www.yourserver.com/yourscript.tpl", =20 >>> function(data){ >>> return true; >>> }); >>> } >>>=20 >>> onClick=3D"return pinger();" >>>=20 >>>=20 >>>=20 >>>=20 >>> On 1 Dec 2008, at 18:17, Olin Lagon wrote: >>>=20 >>>> Makes sense. They want the direct link for their SEO. How about you = =20 >>>> use >>>> Jquery.com? I haven't tested this but this should work >>>> >>>> 1. Load jquery >>>> >>>> >>>> >>>> 2. Post function on page >>>> >>>> >>>> >>>> 3. Create link and call to function >>>>
>>>> client url >>>> >>>> >>>> This should work. The keepempty div is where jquery will "push" the = =20 >>>> results >>>> of the call to your server. It may not be needed. >>>> >>>> If it works, you can extend the pinger function to pass a variable =20 >>>> from the >>>> link so you can use one generic webdna page for tracking all urls. >>>> >>>> Hope this helps. > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ 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)
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=20 >test2.html does not fire. >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > > > > Untitled Document > >
>
Test Link to=20 >Yahoo! > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D >=20 > I have verified the following: >=20 > 1) No javascript errors > 2) jquery is on server at "js/jquery-1.2.6.pack.js" and loading into pa= ge > 3) test2.html is on server > 4) when hit directly, http://www.mydomain.com/test2.html, code fires (i= t's a sendmail, just for=20 >testing purposes) >=20 > I'll keep banging away at it and also looking for alternatives, but I w= anted to throw this out=20 >there in case someone can see an obvious error or for archive sake if th= is ends up not working at=20 >all. >=20 > TIA, > -Dan >=20 >=20 >=20 >=20 >=20 >=20 >=20 > On Mon, 01 Dec 2008 10:28:06 -0800 > "Dan Strong" wrote: >> Awesome guys, thanks. I will test this tonight when I get home and pos= t results. >> -Dan >>=20 >>=20 >> On Mon, 1 Dec 2008 18:21:19 +0000 >> Toby Cox wrote: >>> Nice. I would suggest >>>=20 >>>=20 >>> function pinger() { >>> $('#keepempty').get("http://www.yourserver.com/yourscript.tpl", =20 >>> function(data){ >>> return true; >>> }); >>> } >>>=20 >>> onClick=3D"return pinger();" >>>=20 >>>=20 >>>=20 >>>=20 >>> On 1 Dec 2008, at 18:17, Olin Lagon wrote: >>>=20 >>>> Makes sense. They want the direct link for their SEO. How about you = =20 >>>> use >>>> Jquery.com? I haven't tested this but this should work >>>> >>>> 1. Load jquery >>>> >>>> >>>> >>>> 2. Post function on page >>>> >>>> >>>> >>>> 3. Create link and call to function >>>>
>>>> client url >>>> >>>> >>>> This should work. The keepempty div is where jquery will "push" the = =20 >>>> results >>>> of the call to your server. It may not be needed. >>>> >>>> If it works, you can extend the pinger function to pass a variable =20 >>>> from the >>>> link so you can use one generic webdna page for tracking all urls. >>>> >>>> Hope this helps. > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ "Dan Strong"

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:

Seattle based Webcatters? (2000) OT: Let's see your workspace... (2005) AOL (1999) Size Limitation through a POST via SSL? (2005) Aliases disable template updates ... :( (1999) Still having problems with Authen (1997) Postprocessing CCs (2000) [WebDNA] [session] (2018) OS X Problem... (2000) [WebDNA] How to go into old WebCatalog? (2009) SKU generator? (1998) webdna email center (2003) [WebDNA] WebDNA programmers for hire? (2010) Whois (2003) Version f1 status (1997) Escape the Root! (2002) WebCatalog 2.0 & WebDNA docs in HTML ... (1997) t or f (1997) SSL, WebSTAR, WebCatalog (1998) Default contains WEBDNA (1998)