Re: pop-up window with database access

2003-01-27 Thread Todd Wade
"Zentara" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Mon, 30 Sep 2002 11:47:37 -0500, [EMAIL PROTECTED] (Scot Robnett) > wrote: > > >Define "a lot of people." > > I just did a quick google search for javascript statistics, and most > of the surveys show

Re: pop-up window with database access

2002-09-30 Thread zentara
On Mon, 30 Sep 2002 11:47:37 -0500, [EMAIL PROTECTED] (Scot Robnett) wrote: >Define "a lot of people." I just did a quick google search for javascript statistics, and most of the surveys show somewhere between 10% and 15 % of people have disabled javascript. >I guess it depends how important th

Re: pop-up window with database access

2002-09-30 Thread david
Jim Lundeen wrote: > 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

RE: pop-up window with database access

2002-09-30 Thread Scot Robnett
r 30, 2002 11:30 AM To: [EMAIL PROTECTED] Subject: Re: pop-up window with database access On Mon, 30 Sep 2002 10:28:51 -0500, [EMAIL PROTECTED] (Scot Robnett) wrote: >"Avoid Javascript" is a pretty far-reaching statement. If you want to launch >a popup window, Perl isn't going t

Re: pop-up window with database access

2002-09-30 Thread zentara
On Mon, 30 Sep 2002 10:28:51 -0500, [EMAIL PROTECTED] (Scot Robnett) wrote: >"Avoid Javascript" is a pretty far-reaching statement. If you want to launch >a popup window, Perl isn't going to do that, Javascript is. It only takes >one or two lines of client-side code. There are easy-to-follow Java

RE: pop-up window with database access

2002-09-30 Thread Scot Robnett
f. HTH, Scot R. inSite -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of zentara Sent: Monday, September 30, 2002 10:02 AM To: [EMAIL PROTECTED] Subject: Re: pop-up window with database access On Fri, 27 Sep 2002 14:43:50 -0400, [EMAIL PROTECTED] (Jim Lundeen)

Re: pop-up window with database access

2002-09-30 Thread zentara
On Fri, 27 Sep 2002 14:43:50 -0400, [EMAIL PROTECTED] (Jim Lundeen) wrote: >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 >"Lo

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: