묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
javacript 값을 html의 hidden 값으로 서버로 옮길수??
2002.12.18 10:30
제목그대로에요.
폼을 서버로 넘기기 전에 javascript로 array이나 혹은 string을 만들어서 html의 hidden을 이용해서 넘겨줄려고 하는데 어떻게 하죠?
========================================================================
<script>
var thisstring=""
function tempstring()
{
thisstring="how are you?";
}
</script>
<body>
<form onsubmit="tempstring" action="..." method="post">
<input type="hidden" name="thisstring" value=".....................?????">
</form>
</body>
=========================================================================
좋은 하루되세요..
폼을 서버로 넘기기 전에 javascript로 array이나 혹은 string을 만들어서 html의 hidden을 이용해서 넘겨줄려고 하는데 어떻게 하죠?
========================================================================
<script>
var thisstring=""
function tempstring()
{
thisstring="how are you?";
}
</script>
<body>
<form onsubmit="tempstring" action="..." method="post">
<input type="hidden" name="thisstring" value=".....................?????">
</form>
</body>
=========================================================================
좋은 하루되세요..