Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/09/2005, 19:56
marcinf2
 
Fecha de Ingreso: enero-2002
Ubicación: Lima
Mensajes: 461
Antigüedad: 22 años, 3 meses
Puntos: 1
buscador de dominio disponible en flash

tengo que hacer eltipico buscador de dominio disponible en flash

www. dominio a buscar go!

consegui este codigo pero en html


************************************************** ********
<form method="get" name="pageform" action="http://tool.iwebtool.com/tools/whois/whois.php" target="pageframe" onsubmit="return validate(this);">
<input type="hidden" name="action" value="whois">
<input type="hidden" name="show" value="1">
<table border="0" style="border-collapse: collapse" width="100%">
<tr>
<td width="956" height="91" valign="top">
<table class="tooltop" style="border-collapse: collapse" width="100%" height="76">
<tr>
<td>
<table border="0" style="border-collapse: collapse" width="100%" cellspacing="5">
<tr>
<td height="28" width="216"><font size="2"><b>Domain to view</b></font><b><font size="2">:
</font></b></td>
<td height="28" width="374">
<input type="text" name="domain" size="26"><b> . </b><select name="ext"><option value=".com" selected >com</option><option value=".net">net</option><option value=".org">org</option><option value=".co.uk">co.uk</option><option value=".biz">biz</option><option value=".info">info</option><option value=".ws">ws</option><option value=".name">name</option></select></td>
<td height="28" width="334">
<input type="submit" value="Go!" style="float: left"></td>
</tr>
<tr>
<td width="216" height="21">&nbsp;</td>
<td width="715" colspan="2" height="21" valign="top"><font size="1">(eg. iwebtool.com)</font></td>
</tr>
</table>
</td>
</tr>
</table>
<script language="JavaScript">
function validate(theform) {
if (theform.domain.value == "") { alert("No domain entered"); return false; }
return true;
}
</script>
</td>
</tr>
<tr>
<td width="956">
<iframe name="pageframe" width="100%" height="367" class="toolbot" frameborder="0">
</iframe></td>
</tr>
</table>
</form>
************************************************** ******

como hago para que cuando busque un dominio en flash me devuelva en la pagina flash si esta disponible o no? supongo que debo pasar variables a html y esta consulte en whois si esta disponible devuelva la info a html y esta a flash pero como seria el codigo??