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 value so that when you click a different
> link it brings up the proper record.  You can see what I mean by 
> visiting
> the code at: http://www.coning.com/phptest/73things_view5.php.

Doug, I took a look at your page.  The problem doesn't appear to be with 
your JavaScript, it seems to be a problem with your PHP.  Try directly 
opening the following links in your browser and you'll see what I mean:

http://www.coning.com/phptest/73things_thread.php?threadID=13
http://www.coning.com/phptest/73things_thread.php?threadID=14
http://www.coning.com/phptest/73things_thread.php?threadID=15

Even though the threadID GET value is different in each one, the same 
data is coming up.  So you need to check your back end code.


Erik


----

Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to