But when the page is rendered and I do a view source it is being rendered as <iframe class="abc" src="javascript:'<html& gt;</html& gt;';" scrolling="no" frameborder="0"></iframe>
which is breaking other code.
Can we get/render this as '>' in place of this '& gt;' when used with iFrame?
Note: I have intentionally put space between '&' 'gt' so that I can display the issue.
Miku Ranjan wrote:Can yoy show your full code and how it is looking after breaking.
Please do not. It's not necessary to see much more and it'll just confuse the issue. Please initially just show us what you intend for the value of the src attribute to be.