Been spending days on this, nothing left to try.
I have a form with links to detail grids.
I set these up as master/detail, but display them as pages in my form. These pages are displayed as tabs.
I want to use Javascript to change the style of the tabs, at load time. I do it as:
?>
<javascript styling in here>
<?php
A) When I run the form, the first record brought up displays perfectly, and is modified by my javascript.
B) After that, any navigation such as NEXT or a Quick Search, will bring up the new record, correctly displayed, but it also brings up the yellow OUTPUT pop up box, and no info in it (blank). Note: I have no echo statements anywhere in my code.
C) I can close the output box, but when I do, all my javascript styling is gone!!
D) I tried turning off the Ajax Error Output switch, in settings. That will suppress the box from popping up which is great, but then the javascript styling is never displayed.
Anyone seen this before? Any ideas for me? I am at wits end.