重金悬赏$200(200分)

  • 主题发起人 smallshrimp
  • 开始时间
S

smallshrimp

Unregistered / Unconfirmed
GUEST, unregistred user!
我看了论坛中关于CGI的讨论,
单发现似乎没什么结果.
重金悬赏$200那位大虾能写一个
登陆进入本论坛的一个浏览器的
小例子.




 
>登陆进入本论坛的一个浏览器的小例子.
Think about Text style, table, image, etc. and network
connection, proxy,
Hehe, A browser itself is so complex, so you can't call it a simple example, :).

But I can write a program, let you input your LoginID and password,
then get the file that descript yourself. You can use a real browser
to open that file, :). (Be careful, the program may steal your LoginID
and passwd, like a Troyan Horse, :)
 
登陆进入本论坛的一个浏览器的小例子.
主要是和论坛打交道部分,例如用
delphi里面的coolstuf/webbrows.dpr进入
http://www.gislab.ecnu.edu.cn/delphibbs/
出现"您需要支持Frame的浏览器才能进入本站"
如何能进入,像IE一样能浏览欢迎页和注册页!
pegasus大虾
敬侯佳音!
<a href="mailto:qzhao.mail@263.net">Email:qzhao.mail@263.net</a>
if recieve then
$200;
 
Haha, this is not because our Master is using CGI, this is only
because the coolstuf browser do not support "FRAME", look at
the main part of the source that returned from the url of
"http://www.gislab.ecnu.edu.cn/DelphiBBS/"
(between two lines of "-------")
--------------------------------------------------------------------
<frameset frameborder="0" cols="112,*">
<frame name="contents" target="main" src="menu.htm" scrolling="auto" noresize>
<frame name="main" src="main.htm">
<noframes>
<body>
<p>您需要支持Frame的浏览器才能进入本站。</p>
</body>
</noframes>
</frameset>

<frameset>
<noframes>
</noframes>
</frameset>
</html>
--------------------------------------------------------------------
Now you can see that a FRAME-aware browser will automatically
go fetching menu.htm and main.htm, and it will not display
the string contained in &ltnoframes&gt &lt/noframes&gt.

But I know it must be hard to tell collstuf how to recognize FRAME,
I may not take the 200 points easily, :(~~~~~~~~~~~~~~~~~~~~~~
 
用微软的 IE带的 OCX, 我以前作过回答, 你用 "TWebBrowser" 检索一下; 支持
ActiveX, Frames:

1. Choose Component | Import ActiveX Control from the main menu. The
Import ActiveX dialog box is displayed.

2. Locate Microsoft Internet Controls (Version 1.x) in the list of
ActiveX controls (see Figure BD.4). If you have Internet Explorer 3
installed, the version number will be 1.0. If you have Internet
Explorer 4 installed, the control will be listed as version 1.1.
Notice that the Class names field shows TWebBrowser as the control
contained in this file. If you have Internet Explorer 4, the Class
names field will also show TWebBrowser_V1 (the original WebBrowser
control) and TShellFolderViewOC.
 
检索不到!?
 
我在"我要一个CGI的一个完整的例子和如何使用GetEnvironmentVariable函数!"
问题里写了个CGI的例子,不知道对你有没有帮助!
 
Hehe, smallshrimp must have already resolved this problem
 

Similar threads

顶部 底部