SCRIPT>
function ButtonPress(value) {
document.write('<LI>You pressed button number : '+value+'</LI>');
}
var x = "<?php echo $GrupTav; ?> ";
for (y=1;y<=x;y++)
document.write('<BUTTON style="width: 100px; height: 110px;" value='+y+' id=(TAV'+y+') onclick="ButtonPress(value);">Grupi '+y+'</BUTTON>');
</SCRIPT>
and creates a button array with the ID on DATABASE so i would like to make it when i click button 1 to appears IFRAME and create another button array in iframe .... i cannot handle it ...
Could u tell how can i reach to make this iframe and create button again in iframes

New Topic/Question
Reply


MultiQuote




|