게시판 본문 ASP, ASP.NET, IIS & Script - Read Only
이렇게는 화면에 출력이 되는데요...도움 부탁 드립니다....^^ |
---|
작성자: 김상현
작성일시: 2003-11-17 18:43,
조회수: 3,341
|
<% Option Explicit
Dim inet Dim url, str, domain, domainInfo Dim iStart, iEnd domain=request("domain") if domain = "" then domain = "" end if url = "http://search.nate.com/search/srch_krdirindex.asp?searchfield=krdir&query="&domain&"&s_start=0&pgsize=15&submit=" Set inet = Server.CreateObject("InetCtls.Inet") inet.RequestTimeOut = 20 inet.Url = url str = inet.OpenURL response.Write server.htmlencode(str) iStart = "<div id=menulink>" response.Write iStart iStart = instr(str, iStart) iEnd = "<img src=http://sstatic.naver.com/search/images5/icn_gogo.gif border=0 align=absmiddle> " 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> <table border=0 cellpadding=0 cellspacing=0 width=100% ID="Table1"> <tr> <td width=34></td> <td> <table border=0 cellpadding=0 cellspacing=0 width=100% ID="Table2"> <tr><td><small id=ln10><%=domainInfo%> <a href=test1.asp?domain=<%=domain%>>더많은 사이트 보기</a> </BODY> </HTML> |
IP 주소: 211.220.196.197
|
전체 1 건의 댓글이 존재합니다.
송원석 |
뭔가 다른 방법을 찾으셨나 보네요. ^_^;;; 제가 한 번 테스트를 해 보고 다시 말씀드리도록 하겠습니다. 감사합니다. ^_^
|
2003-11-18 02:04 |
전체 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 | ||
140 | 2003-11-17 | 3,545 | ||
139 | 2003-11-17 | 3,504 | ||
2003-11-17 | 3,341 | |||
137 | 2003-11-18 | 3,024 | ||
136 |
최경우 |
2003-11-13 | 801 | |
135 | 2003-11-13 | 3,253 | ||
134 |
최경우 |
2003-11-14 | 911 |