3.2.0

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
May 8,
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
May 8,

This topic is archived.

See also:


Back to support forum