×

Loading...

看看可否帮你,大部分功能是我正在用的。

本文发表在 rolia.net 枫下论坛1.c
When a html page is loaded, the event onload will triggerd on body tag. And the function for an alert is alert('Hello");

2.e
Select is a tag used with option, as a list field for you to chose, no check.
Hidden is the property for hiding a input box.
Ratio has a check property

3.d
Only onload event will be triggered for the load process

4.a
There is a substring in the response from using Request.ServerViriable("HTTP_USER_AGENT") which contains the information of browser type. For example, the "MSIE" is for Internet Explorer.

5.b
You need to use Request.Form("argument") to get values from form

6.b
The COM will be created by the ASP script. You are not running the COM EXE file but the ASP script. So only this permission is necessary.

7.should be 'c' but likely the 'f'
Since you need use the following codes:
set x = Server.CreateObject("Project.Class1")
I am not sure whether you can miss the 'Server' prefix.

8.b
There is no Post function for the form object in JavaScript.

9.c
The join table operation is decribed in SQL manual. You can check it.
The statement in the 'c' means that select all employees and departments when the DeptID of table Employee matches the ID of table Department

10.c
Only in process COM can be registered into MTS. That is the ActiveX DLL.
我也不能100分保证,你需要在你回复他们之前确认一下。予祝成功。更多精彩文章及讨论,请光临枫下论坛 rolia.net
Report