Display external web page in related information tab (web applet)
I am attempting to display an external web page in a related information section on the opportunity page layout.
I created a opportunity web applet
1) Location - Detail
2) Type - Html
3) no need for any user/system fields, opportunity fields or functions
4) HTML head additions is blank
5) in the Web applet html i have the following: <iframe src="http://cnn.com" frameborder = 0 height =500 width=500></iframe>
I then added the web applet to the opportunity page layout.
When i go to the page layout, i see the new tab but nothing is displayed - just an empty frame. Ideally i want to display an internal website but figured i would try first with a different website.