:: Forum >>

Is IFrame a suitable solution

Hi,

I am new to this forum. I am in a situation to display a formatted text onto a jsp, on click of a button. Now I initially thought of a simple TextArea but as it does not support different fonts, I planned a shift to iframes, please let me know if the solution is apt. Also guide me using the iframe effectively.

Thanks in advance,
Kalyan
Monday, May 8, 2006
How about, instead of iFrames, you just use an innerHTML call in javascript. You would do this:
var gridArea = document.getElementByID("my_html_id");
gridArea.innerHTML = obj //obj is the grid object you created...


that should display everything fine....just use CSS for styling
Joe C
Monday, May 8, 2006

This topic is archived.


Back to support forum

Forum search