Conversation
supportHi I enter the url https://test.skarp.no/asap/ledige-stillinger/?src=https://secure.webtemp.no/WebtempCVPortal/stillingsingle.aspx?k=49&id_rekruttering=3374163 This makes the iframe load this sourc: https://secure.webtemp.no/WebtempCVPortal/default.aspx?k=49&hidewelcome=1&hiderightcol=1&src=https://secure.webtemp.no/WebtempCVPortal/stillingsingle.aspx Can I get the iframe to replace the default src with the new one from the parameter? Not adding it to the existing. This is my iframe code: <iframe id=”rwcGetParams” width=”95%” height=”1600px” src=” https://secure.webtemp.no/WebtempCVPortal/default.aspx?k=49&hidewelcome=1&hiderightcol=1″ ; frameborder=”0″></iframe> Thanks for any help! Best regards, Siv Kristin The page I need help with: [ log in to see the link]
Hi Siv, Unfortunately, this plugin is only intended to add parameters to the existing iframe source, not replace what’s there, so it’s not the right plugin for what you’re looking to do. If you check out our code on GitHub, you may be able to fork and modify to bulid something custom that will replace rather than append to the existing src URL. Good luck! https://github.com/roadwarriorwp/RWC-pass-parameters-to-iframe
Hi Siv, Unfortunately, this plugin is only intended to add parameters to the existing iframe source, not replace what’s there, so it’s not the right plugin for what you’re looking to do. If you check out our code on GitHub, you may be able to fork and modify to bulid something custom that will replace rather than append to the existing src URL. Good luck! https://github.com/roadwarriorwp/RWC-pass-parameters-to-iframe