RE: pop-up window with database access

2002-09-27 Thread Kipp, James
First work on your back end DB (mySql). Then you probably want to install the DBI module. The front end can be done with HTML and CGI, maybe javascript. Break this project into pieces and then post questions to this list and the DBI and CGI list as you progress. I would break it down like this:

pop-up window with database access

2002-09-27 Thread Jim Lundeen
Hello, I'm creating a web site for our department at my school. We have a sign-up form for a society that people can join. I want to create a MySQL database of university names and allow the user to click on a "Lookup" button on the sign-up form when they get to the field "University Affiliatio

Mail::MboxParser

2002-09-27 Thread Margaret
Hi I'm trying to get some examples for this module but cannot find any. Can someone please send me a simple example. I want to extract the headers and body of the messages and also be able to delete the messages. Thanks Margaret -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: css attributes in CGI

2002-09-27 Thread Janek Schleicher
Jimmy George wrote at Fri, 27 Sep 2002 00:36:42 +0200: > When we use commands such as > > $q->p("some line of text"); > > when doing prints, is there any way of giving the output attributes such > as we can with css descriptors? e.g. $q->p({-style => 'color: red; font-size: 24pt'}, "som

css attributes in CGI

2002-09-27 Thread Jimmy George
Hello All When we use commands such as $q->p("some line of text"); when doing prints, is there any way of giving the output attributes such as we can with css descriptors? thanks for any help JimmyG -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT