13 lines
475 B
HTML
13 lines
475 B
HTML
|
<!-- Link to dynamic table -->
|
||
|
<SCRIPT language="Javascript" type="text/javascript" src="../rzahg/iccommon.js"></SCRIPT>
|
||
|
<SCRIPT language="Javascript" type="text/javascript">
|
||
|
//<![CDATA[
|
||
|
//Do not split up the following string. Keep it on one line.
|
||
|
var textA = "<p>To easily compare and sort the data in this table, use the <a href='dyntable.xml'>interactive table<\/a>.<\/p>";
|
||
|
if (isIE5) {
|
||
|
document.writeln(textA);
|
||
|
}
|
||
|
//]]>
|
||
|
</SCRIPT>
|
||
|
<!-- End of link to dynamic table -->
|