Componentes.Terceros.DevExp.../official/x.30/ExpressWeb Framework/Demos/Delphi/XPBarDemo/XPBarHome.html
2007-12-16 17:06:54 +00:00

15 lines
470 B
HTML

<html>
<head>
<title>WebNavBar Demo</title>
</head>
<frameset cols="235,*">
<frame name="contents" src="<%=Request.InternalScriptName%>/Frame1Page">
<frame name="TargetFrame" src="<%=Request.InternalScriptName%>/Frame2Page">
<noframes>
<p>
This HTML frameset displays multiple Web pages. To view this frameset, use a
Web browser that supports HTML 4.0 and later.
</p>
</noframes>
</frameset>
</html>