link start!
This commit is contained in:
Executable
+26
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Niagara AX Demo</title>
|
||||
<style type="text/css">
|
||||
|
||||
frame { border: 0; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<frameset rows="75,*">
|
||||
<frame src="top.html" scrolling="no" />
|
||||
<frameset cols="200,*">
|
||||
<frame src="file:^frames/tree.html" />
|
||||
<!--
|
||||
|
||||
Change this ord to point to the initial home page
|
||||
that you want to display when a user logs in.
|
||||
|
||||
-->
|
||||
<frame src="station:|slot:/PxHome" name="content" />
|
||||
</frameset>
|
||||
</frameset>
|
||||
</html>
|
||||
Reference in New Issue
Block a user