Encoding of Ampersand in iFrame
-
I’m using the following to generate an iFrame:
[iframe https://secure.lifelinkcorp.com/vtWebNet/mytermbroker?usr=jgblossom&[email protected]&cid=g6GHI7omqZdb01gt 978 978]
When the page renders, the ampersands are being encoded generating the src as:
https://secure.lifelinkcorp.com/vtWebNet/mytermbroker?usr=jgblossom&[email protected]&cid=g6GHI7omqZdb01gt
This is breaking the form which is being referenced in the iFrame. I need to have the ampersand NOT encoded to properly pass paramters to the form. How can I do this?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Encoding of Ampersand in iFrame’ is closed to new replies.