E
Edwin Hannan
Hi all
I have posted previously (see my previous post dated 20/9/2006 and titled
;Help-Need confirmation page email address to be assigned to a javascript
variable)
so in connection with that (because I can now get the email address into the
javascript variable..but the tracking companies script will fail because it
cannot make use of it as the querystring containg this variable is within a
noscript tag. (i have notified them of my attempts to implement their code
and how it appears yo be failing)
so....can I do something with the query string???? using javascript or html
/dhtml??
Can I add a string to the end of the http string below, ie where it says
wgorderreference= can I replace email with a value from a hidden
field or contruct a string that contains
[email protected] and concatenate the string so it is
on the end..or is it impossible to manipulate the contents of this?
</script>
<noscript>
<img
src="http://track.webgains.com/transaction.html?wgver=1.1&wgprogramid=111&wg
rs=1&wgvalue=123&wgeventid=111&wgorderreference=[Email]" alt="" />
</noscript>
I have the actual email address I need to pass in a javascript variable and
in a hidden form field..so I can get the value out.. I know this url is
contained within a noscript tag and have been tod that the javascript
variable will be unavailable. but what about the contents of a hidden form
field..can this be used somehow to contruct the url and querystring I need?
I really dont know what to ask any more.. in my previous post that Ronx
kindly replied, he mentioned server variables..but that is beyond me.
see my previous post dated 20/9/2006 and titled ;Help-Need confirmation page
email address to be assigned to a javascript variable
cheers
Edwin Hannan
edwinDOThannanATntlworldDOTcom
I have posted previously (see my previous post dated 20/9/2006 and titled
;Help-Need confirmation page email address to be assigned to a javascript
variable)
so in connection with that (because I can now get the email address into the
javascript variable..but the tracking companies script will fail because it
cannot make use of it as the querystring containg this variable is within a
noscript tag. (i have notified them of my attempts to implement their code
and how it appears yo be failing)
so....can I do something with the query string???? using javascript or html
/dhtml??
Can I add a string to the end of the http string below, ie where it says
wgorderreference= can I replace email with a value from a hidden
field or contruct a string that contains
[email protected] and concatenate the string so it is
on the end..or is it impossible to manipulate the contents of this?
</script>
<noscript>
<img
src="http://track.webgains.com/transaction.html?wgver=1.1&wgprogramid=111&wg
rs=1&wgvalue=123&wgeventid=111&wgorderreference=[Email]" alt="" />
</noscript>
I have the actual email address I need to pass in a javascript variable and
in a hidden form field..so I can get the value out.. I know this url is
contained within a noscript tag and have been tod that the javascript
variable will be unavailable. but what about the contents of a hidden form
field..can this be used somehow to contruct the url and querystring I need?
I really dont know what to ask any more.. in my previous post that Ronx
kindly replied, he mentioned server variables..but that is beyond me.
see my previous post dated 20/9/2006 and titled ;Help-Need confirmation page
email address to be assigned to a javascript variable
cheers
Edwin Hannan
edwinDOThannanATntlworldDOTcom