kdthakur
11-12-2007, 11:55 PM
hey please anybody help me here,
i have a form >>>>>>>>>
<form method="post" action="kdthakur.html" target="domains">
<input type="hidden" name="action" value="checkdom" />
<input type="hidden" name="ord_referred_by" value="" />
<input type="hidden" name="ord_prod_id" value="0" />
<table width="100%" align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="52%" align="center"><strong>Domain Name</strong></td>
<td width="32%" align="center"><strong>Extension</strong></td>
<td width="16%" align="center"> </td>
</tr>
<tr>
<td align="right" valign="middle"><input name="ord_domain" onchange="return OnChangeField1();" type="text" value="" size="20" maxlength="58" />
</td>
<td align="center" valign="middle"><select name="type" value="com">
<option value="cc"> .cc</option>
<option value="co.in"> .co.in</option>
<option value="com" selected="selected"> .com</option>
<option value="firm.in"> .firm.in</option>
<option value="gen.in"> .gen.in</option>
<option value="in"> .in</option>
<option value="ind.in"> .ind.in</option>
<option value="info"> .info</option>
<option value="mn"> .mn</option>
<option value="mn"> .mn</option>
<option value="mobi"> .mobi</option>
<option value="name"> .name</option>
<option value="net"> .net</option>
<option value="net.in"> .net.in</option>
<option value="org"> .org</option>
<option value="org.in"> .org.in</option>
<option value="tv"> .tv</option>
<option value="ws"> .ws</option>
</select></td>
<td align="center" valign="top"><input name="Go"
style="BACKGROUND-COLOR: #ffcc00; BORDER-BOTTOM-STYLE: outset; BORDER-LEFT-STYLE: outset; BORDER-RIGHT-STYLE: outset; BORDER-TOP-STYLE: outset; COLOR: #0066CC; FONT-FAMILY: verdana; FONT-SIZE: 8pt"
type="submit" value="Go" /></td>
</tr>
</table>
</form>
i have another page:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<IFRAME name="domains" src="http://hostingwebdesigns.com/hosting_packeges/mod.php?mod=whois" height="600" width="800"></IFRAME>
</body>
</html>
and now prob. is that when i submit the form keeping the target "http://hostingwebdesigns.com/hosting_packeges/mod.php?mod=whois" then i get result of form quary.but how to get the same result when i submit the same form to a page (page format is given above )which contain i frame src=http://hostingwebdesigns.com/hosting_packeges/mod.php?mod=whois.
please help. thanks.
No need for urgent. People will respond the question quicker if it's not.
i have a form >>>>>>>>>
<form method="post" action="kdthakur.html" target="domains">
<input type="hidden" name="action" value="checkdom" />
<input type="hidden" name="ord_referred_by" value="" />
<input type="hidden" name="ord_prod_id" value="0" />
<table width="100%" align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="52%" align="center"><strong>Domain Name</strong></td>
<td width="32%" align="center"><strong>Extension</strong></td>
<td width="16%" align="center"> </td>
</tr>
<tr>
<td align="right" valign="middle"><input name="ord_domain" onchange="return OnChangeField1();" type="text" value="" size="20" maxlength="58" />
</td>
<td align="center" valign="middle"><select name="type" value="com">
<option value="cc"> .cc</option>
<option value="co.in"> .co.in</option>
<option value="com" selected="selected"> .com</option>
<option value="firm.in"> .firm.in</option>
<option value="gen.in"> .gen.in</option>
<option value="in"> .in</option>
<option value="ind.in"> .ind.in</option>
<option value="info"> .info</option>
<option value="mn"> .mn</option>
<option value="mn"> .mn</option>
<option value="mobi"> .mobi</option>
<option value="name"> .name</option>
<option value="net"> .net</option>
<option value="net.in"> .net.in</option>
<option value="org"> .org</option>
<option value="org.in"> .org.in</option>
<option value="tv"> .tv</option>
<option value="ws"> .ws</option>
</select></td>
<td align="center" valign="top"><input name="Go"
style="BACKGROUND-COLOR: #ffcc00; BORDER-BOTTOM-STYLE: outset; BORDER-LEFT-STYLE: outset; BORDER-RIGHT-STYLE: outset; BORDER-TOP-STYLE: outset; COLOR: #0066CC; FONT-FAMILY: verdana; FONT-SIZE: 8pt"
type="submit" value="Go" /></td>
</tr>
</table>
</form>
i have another page:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<IFRAME name="domains" src="http://hostingwebdesigns.com/hosting_packeges/mod.php?mod=whois" height="600" width="800"></IFRAME>
</body>
</html>
and now prob. is that when i submit the form keeping the target "http://hostingwebdesigns.com/hosting_packeges/mod.php?mod=whois" then i get result of form quary.but how to get the same result when i submit the same form to a page (page format is given above )which contain i frame src=http://hostingwebdesigns.com/hosting_packeges/mod.php?mod=whois.
please help. thanks.
No need for urgent. People will respond the question quicker if it's not.