동적 html에서
<form>
<table>
<tr><td><input type="text" name="optionCode"></td></tr>
<tr><td><input type="text" name="optionCode"></td></tr>
<tr><td><input type="text" name="optionCode"></td></tr>
</form>
이걸 submit 해서 IE8 에서는 .getParameterValues()로 잘 받아졌는데
파이어폭스나 크롬에서 안되서 파라메터 다 찍어보니
애초에 optionCode= 이런 request객체는 넘어오지를 않더군요..
혹시 겪으신분계시면 힌트라도 부탁드립니다 ㅠㅠ
firefox 에서 form배열 혹시 안넘어가나요 ?
-
- 해커
- Posts: 724
- Joined: 2005 01 31 22:33 55
- Location: 대한민국
- Contact:
Re: firefox 에서 form배열 혹시 안넘어가나요 ?
같은 name을 배열로 전달하신다면
<input type="text" name="optionCode[]">
이렇게 해보시기 바랍니다.
모든 브라우저에서 동작에 문제가 없을 것 입니다.
<input type="text" name="optionCode[]">
이렇게 해보시기 바랍니다.
모든 브라우저에서 동작에 문제가 없을 것 입니다.
Who is online
Users browsing this forum: No registered users and 0 guests