Hey there

Does anyone know how to append variables to an .aspx URL via a clickTag
button on a banner ad?
I haven't a clue (just a designer pretending to be a coder ;)

At the moment the script I have on the button is:

on (release) {
   var1 = "append=this_to_be_appended_to_URL";
   getURL(clickTag, "_blank", "GET");
   trace (var1);
   }

And then of course I'm letting whoever's hosting the banner ad know what the
base "default.aspx" URL is...

cheers
T
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to