0
원인 : 403 오류가 발생했습니다 ... 내 서버가 디렉토리 목록을 활성화하지 않았기 때문입니다. 아무도 그런 짓을하지 않았습니까?나는 thickbox 라이브러리와 jquery를 사용하여 GET 메소드 데이터를 보내야합니다.
감사합니다.
원인 : 403 오류가 발생했습니다 ... 내 서버가 디렉토리 목록을 활성화하지 않았기 때문입니다. 아무도 그런 짓을하지 않았습니까?나는 thickbox 라이브러리와 jquery를 사용하여 GET 메소드 데이터를 보내야합니다.
감사합니다.
이와같이?
/* 'somepage.php' is our script source.
'username' is our varible, jonathansampson is the value
'result' will hold anything the script sends back
'text' is the type of data we're expecting. */
$.get("somepage.php", {"username":"jonathansampson"}, function(result){
alert(result);
}, "text");