include.html
<HTML>
<HEAD>
<script>var
dFrameFilePath = '../../../../../dFrame/'</script>
<script
language="Javascript"
src="../../../../../dFrame/dFrame/lib/DFrameAPI.js"></script>
<script
language="Javascript">
//Style
DFrameAPI.include('../../ExamplesStyles/blue/styleBlue.js', 'A')
DFrameAPI.onLoad = function(){
var dFrame = new DFrame([10, 10, 90, 90], 'Test for
include', dFrameStyle)
dFrame.alert('Nothing to see ...<br>else that the
style was found')
}
</script>
</HEAD>
</HTML>