| |
 HTML - Integration in Middle Tier |
| |
| Integration in FrameSet (iFrame also possible) |
| |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <frameset rows="60,*" cols="*" frameborder="YES" border="1" framespacing="0"> <frame src="TopFrame.html" name="topFrame" scrolling="NO" noresize> <frame src="http://localhost:8080/jaxfront/JAXFrontServlet? app=jaxfront &action=loadjaxfront&xsdDoc=http://jaxfront.com/example/po.xsd& root=purchaseOrder name="mainFrame"> </frameset> </html>
|