묻고답하기

원래 나모를 사용하면서 쓰던 소스인데, zbxe 에서도 쓰고싶어서 php파일로 바꾸고 올렸더니 사용이 안되네요..


<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>아파트</title>
<meta name="generator" content="Namo WebEditor v6.0">

<script>

function jsurl(){
var target = document.form.Answer.value;
if (target!=""){
document.form.action ='http://redslover.hosting.paran.com/mafiagameworld/apartment_'+ target;
return true;}
else{return false;}
}

</script>

</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<form name="form" onsubmit="return jsurl();">
아파트 <input type='text' name='Answer'>호실
<input type="submit" name="GO" value="GO">
</form>
</body>

</html>


어떻게 하면 다음 소스를 사용할 수 있을까요