Re: pop-up window with database access

2002-09-30 Thread david
the sign-up form when they get to the field > "University Affiliation" and the pop-up window would then go out and get > a list of universities in the database and allow them to select the > university they are with, then the selected value would be put in the > correct

pop-up window with database access

2002-09-30 Thread Jim Lundeen
eld "University Affiliation" and the pop-up window would then go out and get a list of universities in the database and allow them to select the university they are with, then the selected value would be put in the correct text box on the main page form. I would guess that JavaScript is involve

RE: Pop-up window (Now it's *really* off topic)

2001-06-08 Thread iansmith
On Fri, 8 Jun 2001, Ryan Ware wrote: > Not only off topic, but pop ups suck Well, when used for advertisements they certianly do. There are cases where they are usefull. In an online Baseball game I am working with, we use pop-up windows for scouting reports because almost every time a player c

RE: Pop-up window

2001-06-08 Thread Ryan Ware
Not only off topic, but pop ups suck

Re: Pop-up window

2001-06-08 Thread Aaron Craig
The answer would be completely off topic here, since it's a JavaScript question -- try subscribing to [EMAIL PROTECTED] At 17:43 07.06.2001 -0700, you wrote: >Hi, > >Any pointers on how to best create a pop-up window with some selection >(radiobuttons) in it and then get th

Pop-up window

2001-06-07 Thread Philip Peeters
Hi, Any pointers on how to best create a pop-up window with some selection (radiobuttons) in it and then get the result back and deal with them. Im familiar with javascript's window.open and the POST-ing of a form, but I don't know how to get my form in the newly opened window (bas