게시판 본문 ASP, ASP.NET, IIS & Script - Read Only
re: asp 관련해서 질문하나만 드릴께요..... |
---|
작성자: 김상현
작성일시: 2003-11-17 11:24,
조회수: 3,730
|
<% Option Explicit
Dim inet Dim url, str, domain, domainInfo Dim iStart, iEnd domain=request("domain") if domain = "" then domain = "" end if url = "http://search.naver.com/search.naver?where=nexearch&query="&domain&"&frm=top" Set inet = Server.CreateObject("InetCtls.Inet") inet.RequestTimeOut = 20 inet.Url = url str = inet.OpenURL iStart = "<div id=menulink>" response.Write iStart iStart = instr(str, iStart) iEnd = "END DIRSEARCH RESULT" iEnd = instr(str, iEnd) if iStart = 0 and iEnd = 0 then else domainInfo = Mid(str,iStart,iEnd-iStart) end if %> <HTML> <link rel="stylesheet" type="text/css" href="css/beegle.css"> <script language=javascript> <!-- function preview(a,src){ window.open("http://dir.naver.com/"+src,'preview','width='+'727'+',height='+'710'+',border=0,scrollbars=yes,resizable=no'); a.innerHTML = "<font color=purple>"+a.innerHTML+"</font>"; } //--> </script> <BODY> <form method="post" action="test.asp" ID="Form1"> <input name= "domain" value="<%=domain%>" ID="Text1"> </form> <b><%'= domain%></b>검색결과<p> <pre><%=domainInfo%></pre> </BODY> </HTML> 이렇게 작업을 했습니다..... |
IP 주소: 211.220.196.197
|
전체 2,095 건의 게시물,
84 페이지로 구성된
ASP, ASP.NET, IIS & Script 게시판의
79 페이지입니다.
![]() |
게시물 | |||
---|---|---|---|---|
158 | 2003-11-24 | 6,654 | ||
157 | 2003-11-24 | 3,593 | ||
156 |
|
2003-11-24 | 3,606 | |
155 | 2003-11-23 | 3,375 | ||
154 | 2003-11-23 | 3,304 | ||
153 | 2003-11-21 | 3,385 | ||
152 | 2003-11-21 | 3,527 | ||
151 | 2003-11-21 | 3,973 | ||
150 | 2003-11-21 | 3,284 | ||
149 | 2003-11-19 | 3,349 | ||
148 | 2003-11-19 | 3,462 | ||
147 | 2003-11-18 | 3,313 | ||
146 | 2003-11-18 | 3,332 | ||
145 | 2003-11-18 | 3,172 | ||
144 | 2003-11-17 | 3,310 | ||
143 | 2003-11-18 | 3,457 | ||
142 | 2003-11-15 | 3,505 | ||
141 | 2003-11-15 | 3,234 | ||
![]() |
2003-11-17 | 3,730 | ||
139 | 2003-11-17 | 3,676 | ||
138 | 2003-11-17 | 3,510 | ||
137 | 2003-11-18 | 3,175 | ||
136 |
최경우 |
2003-11-13 | 801 | |
135 | 2003-11-13 | 3,427 | ||
134 |
최경우 |
2003-11-14 | 911 |