IFrame taglib ver. 1.1

    Custom JSP tags library lets you present a full page iframe block on your site. Where could it be used? For example the child frame is hosted elsewhere to that of the parent frame or when you are merging two web projects built on differing platforms. How to use it:
 


<%@ taglib uri="taglib.tld" prefix="i" %>

<i:FullPageIFrame src="http://www.servletsuite.com"/>

Additionally, you all also the following CSS style declaration for HTML body tag in parent's frame: margin: 0px; padding: 0px; height: 100%; border: none;

Tags are:

FullPageIFrame

Body tag lets you present a full page iframe on your site. Attributes are:

1) src Describes a link to the external site
3) id Optional attribute. Describes a CSS/DHTML id from your iFrame
4) name Optional attribute. Describes a name for your iFrame

for downloading:

Library: iframetag.jar    Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: