Hi,
I am not sure if this is the correct forum for this question but one of you might have experienced the same.
In results.php I have a table with an onClick event to overview.php.
Inside the table I have a button to hotlist.php.
in hotlist.php I have a button to either overview.php or results.php (session variable $previousUrl).
in results.php $previousUrl is set to "results.php", in overview.php to "overview.php".
When I am in results.php and click the button to hotlist.php, apparantly the table onClick event to overview.php is first triggered (although this is not visible as the next page is hotlist.php) because variable $previousUrl has become "overview.php" which is wrong!
Does anyone has a trick to fix this problem?
Thanks,
Ron