rexolio2008
Technical User
I have a javascript include file I received from a third party (web analytics) that has a variable in it called s.PageName. This variable is dymanically generated.
On the actual page that is being tracked, after the above javascript file is referenced, there's some on page javascript. One of the variables there is s.prop1.
I can enter the value for it by hand, but I actually need it to mirror the value for s.PageName (don't get caught up in the "why", as its too long to explain.)
So what I'd like to do, in effect, is say:
s.prop1 = s.PageName, but obviously that won't work. I literally need the value to be put there.
Any ideas? Impossible? Am a moron... er... off base?
On the actual page that is being tracked, after the above javascript file is referenced, there's some on page javascript. One of the variables there is s.prop1.
I can enter the value for it by hand, but I actually need it to mirror the value for s.PageName (don't get caught up in the "why", as its too long to explain.)
So what I'd like to do, in effect, is say:
s.prop1 = s.PageName, but obviously that won't work. I literally need the value to be put there.
Any ideas? Impossible? Am a moron... er... off base?