Re: [PHP] Re: inputbox?

2002-10-01 Thread Jeff Bluemel
thanks - I will have to look through things... you explanation made sense, and I believe I can get it to work that way. I think I'm going to try Tom's Java script first, and use this is a fail safe. Jeff "Justin French" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECT

Re: [PHP] Re: inputbox?

2002-10-01 Thread Justin French
phpMyAdmin(.org) is a GUI web interface for managing MySQL databases. it's open source, so if you like what you see, you can dig around in the code and "borrow"... they pop-up confirmations on delete and empty type queries. as for a simple confirmation script... I don't really have the time righ

Re: [PHP] Re: inputbox?

2002-10-01 Thread Jeff Bluemel
Justin... could I talk you into giving me an example in code of this? (I would really appreciate it) where is this phpmyadmin? I'm not seeing a function, and I searched php's website for this string, and I'm not finding anything. Jeff "Justin French" <[EMAIL PROTECTED]> wrote in message [EMA

Re: [PHP] Re: inputbox?

2002-10-01 Thread Justin French
Confirmation is easy -- the client has the right to ask for this component. It's the method in which you want to confirm (javascript, pop-ups, etc) that is the problem. It can be as simple as: submit form page asking are you sure you want to blah blah blah submit yes or no action taken No javas

Re: [PHP] Re: inputbox?

2002-10-01 Thread Jeff Bluemel
LOL - I've been using VB for about 6 years, and I'm just beginning to convert over to php. the application I am writing is for prepaid phone cards. if they are going to activate a pin, inactivate, or recharge then I want a confirmation box. I would prefer to also have a box pop up to get the va

RE: [PHP] Re: inputbox?

2002-10-01 Thread Todd Pasley
What you seem to be looking for are the javascript functions, alert, confirm and/or prompt. for a billion examples see... http://www.google.com/search?num=20&hl=en&lr=&ie=UTF-8&oe=UTF-8&newwindow=1&; safe=off&q=confirm+alert+prompt&btnG=Google+Search Todd. > -Original Message- > From: J

Re: [PHP] Re: inputbox?

2002-10-01 Thread Brad Bonkoski
pop-up windows, reminds me of the days of visual basic programming I know you can display dialog boxes using javascript, but not sure if they will take a value in them, just like a confimirmation type box, like "Are you sure? " To the point, check some javascript references out, I know ther

Re: [PHP] Re: inputbox?

2002-10-01 Thread Justin French
I don't understand. Twice. Tell us what you need, slowly and clearly. Justin French on 02/10/02 10:35 AM, Jeff Bluemel ([EMAIL PROTECTED]) wrote: > anybody??? > > anyway to pop up an inputbox that will get a variable? also, and yes / no > or ok / cancel boxes I can make pop up? > > >