emm..how to submit forms like :
without clicking the submit button?Code:<form method="POST" action="http://www.iklanads.com/ads/proses.php" enctype="multipart/form-data"> <input type="hidden" name="judul" value="<?= $title ?>" /> <input type="hidden" name="category" value="<?= $category ?>" /> <input type="hidden" name="urlweb" value="<?= $website ?>" /> <input type="hidden" name="pemasang" value="<?= $name ?>" /> <input type="hidden" name="deskripsi" value="<?= $description?>" /> <input type="hidden" name="e_mail" value="<?= $email ?>" /> <input type="hidden" name="alamat" value="<?= $address ?>" /> <input type="hidden" name="telpon" value="<?= $phone ?>" /> <input type="hidden" name="tag" value="<?= $tag ?>" /> <img width="120" height="30" src="http://www.iklanads.com/button.php" border="1" align="absmiddle" /> <input name="userdigit" type="text" class="isian" size="5" maxlength="5" /> <input type="submit" name="Submit" value="Submit Ads" /> </form>
Is it possible to send all the input type to : http://www.iklanads.com/ads/proses.php without forms ?



Reply With Quote
Good luck!



Bookmarks