Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
Nett77 #1
escaped url (variables) in a banner
Hi, I have a banner which lets you put in your postcode to find your nearest
meeting. I have two varibles which are added on to the url. My code currently
is this:
findbutton.onRelease = function() {
getURL(_root.clickTag+"?href=http://www.mydomain.co.uk/util/gmf/gmf_search_resul
ts.aspx?pg=0&s=ZIP&z="+_root.post+"+"+_root.code, "_blank");
};
However the guys distributing the ad say that the url (inc appended
variables) should be escaped (all or just the variables) before being
concantenated with the clickTAG variable.
It may be a silly question, but how do I do that?
Many thanks
Lynette
Nett77 Guest
-
#39341 [NEW]: pg_fetch_assoc returns escaped data
From: jasen at treshna dot com Operating system: debian linux PHP version: 4.4.4 PHP Bug Type: PostgreSQL related Bug... -
Has anyone seen the "Mad Mad House" banner or the Pizza Hut banner? [video]
Has anyone seen these two banners anyplace? I've run into both of them on Yahoo and am desperately seeking a tutorial or any resources on how these... -
How do I glob with escaped spaces in a directory
When I use: my @foo = glob "/foo/bar baz/*"; or my @foo = glob "/foo/bar\ baz/*"; Glob doesn't return the files in those directories, @foo... -
#22382 [Com]: fgetcsv does not allow escaped quotes
ID: 22382 Comment by: mr dot heat at gmx dot de Reported By: Stevenv at operamail dot com Status: Closed Bug... -
bash: for to, reading escaped spaces in filenames
Hello, I need to scan a directory for the file names contained in it. for _scantox in $(ls $_tox); do ...... done works just file with... -
mm_screen_name #2
Re: escaped url (variables) in a banner
Sorry but, RTFM!
Press F1, Type "escape" in Help search box. Review the information on the escape() function
mm_screen_name Guest



Reply With Quote

