ok...that worked. But a second issue developed. I have two new tabs that call the same php file with different parms.
When I set both tabs with the same script name the first one always is set as selected even after I click on the second one.
To get around this I created a clone of the php and put a suffix of "2" at the end of the file name and the script name in the cloned php Then I added the suffix to the script name in the second tab. Now everything works.
Cloning the php file is not an elegant solution by any means but it does work and is the only solution I have right now.
Thanks for the info
|