|
Re: Passing a variable to a pop up window
There is a way to get around that. Change "url +"?url=" + document.location" to "url +"&url=" + document.location" Normally GET variables are separated by '&' symbols (notice the URL when you are replying to this post)
Hopefully that helps
I see that iEngage beat me with the reply...
|