posted 13 years ago
Hi,
I am using below tag
<iframe class="abc" src="javascript:'& lt;html& gt;& lt;/html& gt;';" scrolling="no" frameborder="0"></iframe>
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.
Thanks in advance.
Ashu