开发者

How do I create a HORIZONTAL menu in a CGI Perl program?

开发者 https://www.devze.com 2023-01-15 16:18 出处:网络
I have a CGI page Login.cgi w开发者_Python百科ith a form where I need to enter the valid password and it would then redirect to another page called Main.cgi. In this page I want a HORIZONTAL menu with

I have a CGI page Login.cgi w开发者_Python百科ith a form where I need to enter the valid password and it would then redirect to another page called Main.cgi. In this page I want a HORIZONTAL menu with UsersList, Logs, Logout etc. like the menu on this page with Questions, Tags, Users etc. When I point the mouse on it then it should give the list of users like it gives in a dropdown list when we click it.

I am using Apache 2.2, CGI 1.1 and ActivePerl and I am using a SQLite DB on Windows XP platform. I am new to this CGI Perl programming so please do help me out, provide me any links which might help me, or any websites.


A good beginning introduction to CGI and perl is Ovid's CGI Course

0

精彩评论

暂无评论...
验证码 换一张
取 消