for (var b=0; b<100; b++)
{
prop = 'example' + b;
elem.innerHTML = style.innerHTML + prop;
}
<html>
<body>
<script>
function extendEl() {
var elem = document.getElementById('extElement');
var style = document.getElementById('styleElement');
for (var b=0; b<100; b++){
prop = 'example' + b;
elem.innerHTML += style.innerHTML + prop;
}
}
</script>
<div id="styleElement"> * </div>
<div id="extElement"><a href="#" onclick="extendEl()">press to extend</a></div>
</body>
</html>
How to load these two Extensions "mcrypt", "curl" for php?
when i go to cprompt for type ping then PC goes on restart.
Why Google Map not propre show in Google Chrome ?
How can I get PrimaryKey without select after insert?
How to open enormous text files?
How can I run MySQL in standalone mode?
How PayPal identifies payment via IPN -txn_id or receipt_id?