본문 바로가기

카테고리 없음

form action, target, method 변경 (펌)

 

매핑이 /insert_prod일 때

폼요소.action = 'insert_prod';

 

폼요소.target = '';

 

폼요소.method ='put';

 

이런 식으로 바꾸면 됨

 

 

https://solbel.tistory.com/398

 

[javascript] form action 변경예제

[javascript] form action 변경예제

solbel.tistory.com