ÆäÀÌÁö À̵¿ ¾øÀÌ submit ÇÏ´Â ¹æ¹ý.
°ü¸®ÀÚ 08-07-29 19:58
ÆäÀÌÁö À̵¿ ¾øÀÌ submit ÇÏ´Â ¹æ¹ý.
 
Àü¼ÛÇϱâ ÀüÀÇ ÆäÀÌÁö¿¡ ¾ÆÀÌÇÁ·¹ÀÓÀ» ¸¸µé°í Àü¼Û¹öưÀ» ´­·¶À»¶§ ÇØ´ç ¾ÆÀÌÇÁ·¹ÀÓÀ¸·Î ¾×¼ÇÀ» º¸³»ÁÖ¸é ÆäÀÌÁö À̵¿¾øÀÌ Ã³¸® °¡´É.
 
<script>
function onReg(){
var f = document.form2;
f.action = "Custom.php";
f.target = "custom";
f.submit();
}
</script>
 

<form name=form2 method = "post" >

<input type= "hidden" , name= "NameSave">

<input type= "hidden" , name= "member_02">

 <input type="button" value="ÀÚ·áÀü¼Û" onClick="onReg();"></p>

<iframe name="custom" src="/blank.html" FRAMEBORDER="0" SCROLLING="no" width="0" height="0"></iframe>

</form>

 

<?

//Custom.php

 echo("

<script>

history.go(-1)

</script>

");

?>