instructions.txt

来自「ASP+SQL Server动态网站开发从基础到实践教程」· 文本 代码 · 共 26 行

TXT
26
字号
Put files into the wwwroot on your computer(you must have IIS instaled!). 
Then start it .. something like this http://localhost/pool/poll.asp

poll.asp - main page
vote.asp - view votes
updateeng.asp - add vote to the database
stili.css - stylesheet

For administration type http://localhost/pool/admin/adminlog.asp

adminlog.asp - login page (1.st page!!)
admintit.asp - main admin page
adminedit.asp - edit poll
adminupd.asp - update record
adminactive.asp - set active poll
adminactiveupd.asp - update active poll record
admindel.asp - delete poll
admindelupd.asp - update record (delete)
adminnew.asp - add new poll
adminupdnew.asp - update new
stili.css - stylesheet

Poll uses cookie protection which expires in one month.

There are some bugs which will be removed in next version!

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?