T
The Natural Philosopher
1/. Can anyone tell me why renaming a function from 'update()' to
'form_update()' makes Safari work when it didn't before?
2/. I would LIKE if possible, to do the following.
User is filling in a BIG form. MYSQL/PHP generated. he finds that the
option he needs in a select statement isn't there, and needs to be added
via a different form.
I can easily spawn a new window to do this, but what I need to happen is
- new window opens in NEW WINDOW - not new tab..even if that's how the
browser is configured.
- on shutting down new window..yea even unto clicking on it's corner and
saying 'close' , the main program window can be forced to reload its
data, to pick up the changes.
I am very unsure of inter-window communications, and could use any
pointers...
'form_update()' makes Safari work when it didn't before?
2/. I would LIKE if possible, to do the following.
User is filling in a BIG form. MYSQL/PHP generated. he finds that the
option he needs in a select statement isn't there, and needs to be added
via a different form.
I can easily spawn a new window to do this, but what I need to happen is
- new window opens in NEW WINDOW - not new tab..even if that's how the
browser is configured.
- on shutting down new window..yea even unto clicking on it's corner and
saying 'close' , the main program window can be forced to reload its
data, to pick up the changes.
I am very unsure of inter-window communications, and could use any
pointers...