SOLVED

iframed Marketo LP using URL Builder for several URL

Go to solution
Anonymous
Not applicable
I have URL's created by the URL builder.  These links will be placed into the following; Newsletter, Linkedin, and our Blog post.  

The URL's below are based on this URL "http://info.scivantage.com/INV_Commercial_Investor_Video.html" as our main URL which will be iframed into our corporate website. 

My question is, if this main URL / Landing Page lives (as an iframe) inside our Corporate Website the URL for our Corporate website that contains this iframed URL would be for example;

"http://www.scivantage.com/iFrameTemplate.php".  When clicking any of those links below , I would need to be directed to our cororate website, but capture the data in forms contained on those landing pages. 
 
 
Newsletter:
http://info.scivantage.com/INV_Commercial_Investor_Video.html?ls=&lsd=InvestorVideo&cpid=&cpstat=&pf=Investor&lss=Newsletter
 
LinkedIn:
 http://info.scivantage.com/INV_Commercial_Investor_Video.html?ls=&lsd=InvestorVideo&cpid=&cpstat=&pf=Investor&lss=Linkedin
 
 
Blog:
http://info.scivantage.com/INV_Commercial_Investor_Video.html?ls=&lsd=InvestorVideo&cpid=&cpstat=&pf=Investor&lss=Blog
 
 
I greatly appreciate any help on this.
Tags (1)
1 ACCEPTED SOLUTION
Jep_Castelein2
Level 10
You need to add some JavaScript that passes the URL parameters from the parent page to the iframe URL. Additional information has been compiled by Eric Hollebone: http://test2.hollebone.ca/iframe-dynamic-parameters-demo/

View solution in original post

1 REPLY 1
Jep_Castelein2
Level 10
You need to add some JavaScript that passes the URL parameters from the parent page to the iframe URL. Additional information has been compiled by Eric Hollebone: http://test2.hollebone.ca/iframe-dynamic-parameters-demo/