You need to sign in to do that
Don't have an account?
iframe newbie
I would like to display an iFrame on a custom object record page and pass a value from one of the fields to the URL.
For example I have the value abcdefg on my record, so i need to pass that to the URL
So let say the full URL should be:
http://xyz/User/User?&d_user_name=abcdefg&source=1
I've looked at this page but it doesn't help me that much as I am an Apex and VF newbie.
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_iframe.htm
How would I do this?!
For example I have the value abcdefg on my record, so i need to pass that to the URL
So let say the full URL should be:
http://xyz/User/User?&d_user_name=abcdefg&source=1
I've looked at this page but it doesn't help me that much as I am an Apex and VF newbie.
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_iframe.htm
How would I do this?!
You might also need to hide iframe until you do not change URL.
Call "setSrcIFrame" from button click after which iframe is loaded or on pageload.
Is there a tutorial online somewhere maybe? I did some googling but couldn't find anything helpful