ie로 법제처 들어가서 법령을 검색하면 찾고자 하는 법령이 화면에 보입니다.
근데, 파폭(1.0)으로 검색하면,
<%@page import=java.net.*";%>라는 메시지가 나오고,
찾고자하는 법령은 화면에 나오지 않는 군요.
파폭에서도 볼수 있는 방법이 있나요?
참고로, 제 컴퓨터에는 program file에 java(j2rel.4.2_06)가 깔려 있습니다.
아,, "깔려"(?) 있는 지는 정확히 모르겠군요. 어쨌던 java란 놈이 있군요.
법제처 검색시 오류수정 방법?
-
- 해커
- Posts: 691
- Joined: 2004 08 11 22:14 59
- Contact:
Code: Select all
<%@ page import ="java.net.*"; %>
<script>
document.write("<html>");
document.write("<head>");
document.write("<meta http-equiv='content-type' content='text/html; charset=UTF-8'> ");
document.write(" <title>법제처 종합법령정보센터</title> ");
document.write("<frameset rows='0,*' border=1 frameSpacing=0 MARGINWIDTH=0 MARGINHEIGHT=0 LEFTMARGIN=0 TOPMARGIN=0> ");
document.write(" <frame name=mainTop src=top.jsp marginWidth=0 marginHeight=0 frameBorder=no noResize scrolling=no LEFTMARGIN=0 TOPMARGIN=0> ");
document.write(" <frame name=main src=/CNT/moleg_main2.jsp?p_history=C&p_lawname=" + encodeURIComponent("") + "&p_kword=" + encodeURIComponent("") + "&p_pubno1=&p_pubno2= marginWidth=0 marginHeight=0 frameBorder=no noResize scrolling=auto LEFTMARGIN=0 TOPMARGIN=0> ");
document.write("</frameset> ");
document.write("</head> ");
document.write("<body> ");
document.write("</body> ");
document.write("</html> ");
</script>
HTML 문서는 <!DOCTYPE 으로 시작해서 최상위에 html element 가 있고 하위에 head, body element 가 있습니다. script element 는 그 body 와 head 안에만 존재할 수 있습니다. (DTD 상...)
즉 저렇게 html 도 없고 head 도 없고 body 도 없으면 script 가 작동하지 않습니다.
그리고 javascript 로 뿌리는 것 보다는 그냥 html 뿌려주면 잘 작동 할 것 같네요.
사용자 컴퓨터에 JRE 가 깔려 있는 것은 상관이 없습니다.
법제처 사이트 관리자에게 항의 하시면 해결 해 줄수도 있을 것 같습니다...만.. -o-;
(간만에 보는 Netscape 웹서버군요...)
Who is online
Users browsing this forum: No registered users and 0 guests