aspose file tools
The moose likes JSF and the fly likes resizing window with iframe Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "resizing window with iframe " Watch "resizing window with iframe " New topic
Author

resizing window with iframe

Priyanka Deshmukh
Greenhorn

Joined: Jan 04, 2010
Posts: 1
Hi,
I want to resize(realign text accordingly) winodw using iframe. I have written code for it but it is working in Firefox not in IE.

Here is code

<iframe
id="messageFrame#{ReportWidgetStateBean.subscriptionId}"
scrolling="yes" name="messageFrame" frameborder="0"
height="280px" width="470" style="overflow:auto;width:100%;white-space:break-word;border:.1em blue solid;word-wrap:break-word;" >

</iframe>

Can anyone give suggestion on this?

Waiting for response..

Thanks,
Priyanka
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: resizing window with iframe
 
Similar Threads
Unable to print embedded word document
no scroll bar in IE,but Scroll bar in MF
syntax for include file
Issue in Viewing and Printing Word Document in IE
IFRAME height difference between IE and Firefox