Re: [PHP] Another Pop-Up problem..

2002-06-27 Thread Erik Price
On Wednesday, June 26, 2002, at 08:39 PM, Doug Coning wrote: > I've got it to work now where it will pop up a window. However, now it > returns the same record each time. So which ever record you click > first, it > will bring that window up for each item. > > How do I reset or clear out the

Re: [PHP] Another Pop-Up problem..

2002-06-27 Thread Marek Kilimajer
My guess is that there is no new window opened, because you call window.open with window name that allready exists, so instead of: function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } try: var threadWindow; function MM_openBrWindow(theURL,winNam

[PHP] Another Pop-Up problem..

2002-06-26 Thread Doug Coning
Thanks all who have helped with my Javascript / PHP pop-up. I've got it to work now where it will pop up a window. However, now it returns the same record each time. So which ever record you click first, it will bring that window up for each item. How do I reset or clear out the value so that