게시판 본문 ASP, ASP.NET, IIS & Script - Read Only
re: asp 관련해서 질문하나만 드릴께요..... |
---|
작성자: 김상현
작성일시: 2003-11-17 11:24,
조회수: 3,545
|
<% 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,346 | ||
157 | 2003-11-24 | 3,447 | ||
156 |
처리했습니당.... [1] |
2003-11-24 | 3,439 | |
155 | 2003-11-23 | 3,211 | ||
154 | 2003-11-23 | 3,148 | ||
153 | 2003-11-21 | 3,219 | ||
152 | 2003-11-21 | 3,336 | ||
151 | 2003-11-21 | 3,760 | ||
150 | 2003-11-21 | 3,128 | ||
149 | 2003-11-19 | 3,195 | ||
148 | 2003-11-19 | 3,293 | ||
147 | 2003-11-18 | 3,153 | ||
146 | 2003-11-18 | 3,171 | ||
145 | 2003-11-18 | 3,012 | ||
144 | 2003-11-17 | 3,151 | ||
143 | 2003-11-18 | 3,309 | ||
142 | 2003-11-15 | 3,326 | ||
141 | 2003-11-15 | 3,073 | ||
2003-11-17 | 3,545 | |||
139 | 2003-11-17 | 3,504 | ||
138 | 2003-11-17 | 3,340 | ||
137 | 2003-11-18 | 3,024 | ||
136 |
최경우 |
2003-11-13 | 801 | |
135 | 2003-11-13 | 3,253 | ||
134 |
최경우 |
2003-11-14 | 911 |