RE: [PHP] Conditional popup driven from server-side

2008-04-08 Thread Arno Kuhl
Arno Kuhl <[EMAIL PROTECTED]> wrote: > I know popup windows are a client-side issue, but I can't figure how > to create and close a popup window from the server side only on > condition, otherwise display normal browser page. > > What I want is to accept a form, check the input, if there a

Re: [PHP] Conditional popup driven from server-side

2008-04-07 Thread Wolf
Arno Kuhl <[EMAIL PROTECTED]> wrote: > I know popup windows are a client-side issue, but I can't figure how to > create and close a popup window from the server side only on condition, > otherwise display normal browser page. > > What I want is to accept a form, check the input, if there a

[PHP] Conditional popup driven from server-side

2008-04-07 Thread Arno Kuhl
I know popup windows are a client-side issue, but I can't figure how to create and close a popup window from the server side only on condition, otherwise display normal browser page. What I want is to accept a form, check the input, if there are errors return them to the browser, if there aren't