This is all code
<HTML>
<HEAD>
<TITLE>buttons</TITLE>
<script>
function ButtonPress(buttonnumber) {
document.write('You pressed button number : '+buttonnumber);
}
</SCRIPT>
<script>
for (index=1;index<=200;index++)
document.write('<BUTTON onclick="ButtonPress('+index+');">Button '+index+'</BUTTON>');
function ButtonPress(buttonnumber) {
parent.information.document.write('<LI>You pressed button number : '+buttonnumber+'</LI>');
}
</SCRIPT>
</HEAD>
</HTML>
... i purschade u'r help

New Topic/Question
Reply


MultiQuote





|