|
Site Admin |
|
Joined: 1. Aug 2005, 12:53 Posts: 11232
|
So you need to forward
wid=qwerty doc=asdf token=zxcvb
from the parent url to the iframe url?
https://mydomain.com/warranty?src=https://supplierdomain.com/warranty?login=true%26wid=qwerty%26doc=asdf%26token=zxcvb%26lang=en%26loginReq=true%23login
The problem is that the src seems to be the only parameter - right? So parameters can be forwarded but in you case the src parameter would has to be parsed.
So if I understand this right you would need a custom version where the "sub" parameters of src need to be extracted.
Best, Michael
|
|