/[cvs]/nfo/js/com.cross-browser.cbe/cbe.js
ViewVC logotype

Contents of /nfo/js/com.cross-browser.cbe/cbe.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Fri Apr 18 16:14:42 2003 UTC (21 years, 2 months ago) by joko
Branch: MAIN
CVS Tags: HEAD
File MIME type: application/javascript
rest of main cbe include files (currently not required)

1 /* cbe.js
2 not part of CBE, only for cbe offline files
3 to get the latest cbe, visit cross-browser.com
4 */
5
6 window.cbeBasePath = "../";
7
8 function topNavBarEx() {
9 document.write("<table width='100%' border='0' cellspacing='0' cellpadding='2'><tr>"
10 +"<td height='40' class='clsTitle'><img src='../images/cb_x.gif' align='left' width='32' height='32' hspace='1' vspace='1'>CBE 4</td>"
11 +"<td height='40' class='clsSubTitle'>Cross-Browser DHTML API&nbsp;</td>"
12 +"</tr></table> "
13 +"<div id='idMenuBar' class='clsMenuBar'>"
14 +" <table width='100%' border='0' cellspacing='0' cellpadding='4'><tr><td class='clsNav' height='22' align='left'>"
15 +" &nbsp;<a class='clsAMenu' href='../index.html'>Index</a>&nbsp;|&nbsp;"
16 +" <a class='clsAMenu' target='cbeRefWin' href='../docs/cbe_reference.html' onclick='if(window.cbeDebugJsLoaded){cbeRefWindow(\"../docs/\");return false}' title='CBE Reference Window'>Reference</a>&nbsp;|&nbsp;"
17 +" <a class='clsAMenu' href='javascript:if(window.cbeDebugJsLoaded)cbeDebugWindow()' title='CBE Debug Window'>Debug</a>&nbsp;|&nbsp;"
18 // +" <a class='clsAMenu' href='javascript:if(window.cbeDebugJsLoaded)cbeTileWindows()' title='Tile the CBE Debug and Application Windows'>Tile</a>&nbsp;|&nbsp;"
19 +" <a class='clsAMenu' href='http://www.hftonline.com/forum/forumdisplay.php?forumid=16'>Support Forum</a>&nbsp;|&nbsp;"
20 +" <a class='clsAMenu' href='http://cross-browser.com/'>Cross-Browser.com</a>"
21 +" </td></tr></table>"
22 +"</div>");
23 }
24
25 function bottomNavBarEx() {
26 }

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed