Page is a not externally linkable
devilsap - 12:00 pm on Mar 17, 2008 (gmt 0)
I'm stuck... I've created a flash banner that on rollover changes to a form and onrelease posts the variables - this works fine My confusion is when I need to include the clickTAG script for adwords tracking. The code I've used is simple and is the following: on (release) { ---- and the code I need to add for the clickTag is: on (release) { --- If I have both on codes one after the other will google track correctly? Is there another way that I can pass the variables to the URL that is defined in adwords via the clickTAG? Cheers Si
Hi,
getURL("(URL address blocked: See forum rules)", "_parent", "POST");
}
if (clickTAG.substr(0,5) == "https:") {
getURL(clickTAG, "_blank");
}
}