In Document Effects/ Drop Down Document Viewer somebody know how to only open the window to external document WITHOUT scrollbars?
In Document Effects/ Drop Down Document Viewer somebody know how to only open the window to external document WITHOUT scrollbars?
Two ways I can think of right off:
1 ) Make sure your content fits in the iframe, this is the best method. You can make this more likely by using only content you control and setting the dimensions of the iframe to actual pixel units.
2 ) Set the iframe scrolling="no", ex:
This is not as good because some content may not be able to be seen and without scrolling, there is no way to view it.Code:var iframecode='<iframe id="external" style="width:95%;height:400px" src="http://www.yahoo.com" scrolling="no"></iframe>'
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
scrolling="no". OK!!!
Thank you.
See the result in http://www.poplink.com.br/headlines.htm
Bookmarks