
czy jest jakaś szansa żeby w tym kodzie dodać funkcję sterowania prędkości wywołanego dokumentu, czy muszę podpiąć pod jquery?
<p class="rteright"><input a="" class="btn big colored" onclick="var id = document.getElementById('test'); var hide = document.getElementById('test2'); if(id.style.display == 'block'){ id.style.display = 'none'; id.style.visibility = 'hidden'; }else{ id.style.display = 'block'; id.style.visibility = 'visible'; hide.style.display = 'none'; hide.style.visibility = 'hidden';}" type="image" value="Jetzt kostenlos testen!" /><iframe frameborder="no" id="test" name="test" scrolling="no" src="http://jakasstrona.php" style="WIDTH: 100%; HEIGHT: 650px; TEXT-ALIGN: center; display:none; visibility: hidden;"></iframe></p>
Dzięki.