Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Pessoal, preciso de uma ajuda com um formulario, eu fiz esse formulario mas gostaria que ele não abrisse a action, enviasse tudo normal, porém sem sair da página em que o usuário está (e sem iframe, por favor) este é o código:
<form name="input" action="<?php echo $funclink.?>" method="post">
<font color="#555555">IP:</font>
<input type="text" name="ip" size="15" maxlength="15" class="main" onblur = "if ( this.value=='' ) this.value = '0.0.0.0'. " onfocus = " if ( this.value == '0.0.0.0' ) this.value = ''. ">
<br> <font color="#555555">Time (sec):</font>
<input type="text" name="time" size="5" maxlength="2" class="main" onblur = "if ( this.value=='' ) this.value = 'time (in seconds)'. " onfocus = " if ( this.value == 'time (in seconds)' ) this.value = ''. ">
<br> <font color="#555555">Port:</font>
<input type="text" name="port" size="12" maxlength="5" class="main" onblur = "if ( this.value=='' ) this.value = 'port'. " onfocus = " if ( this.value == 'Porta' ) this.value = ''. ">
<br><br>
<input type="submit" value=" Send Attack ">
<br><br>
</form> alguem poderia me ajudar? obrigado.Carregando comentários...