Hi
I am having problems with a Web application I'm working on. It's a fairly large app, but nothing
radical. It involved a PHP script generating a HTML page, which loads other javascript
files for execution.
However, when I start Firebug (1.12.6), I don't see the scripts/code on the initial page. The
javascript loaded via <script ..> is there fine.
Thinking it was the fact that I was passing parameters, I wrote a test script that worked
fine, so I am trying to find out why I am not seeing the source code.
There don't appear to be any error messages, save the
1 Reload the page to get source for: http://bsbasa.org/NewWebEntry/MeetEntry.php?Meet=AG14and when you refresh the page, you see what appears to be the source code in the window, briefly, before it is replaced by this message.
Anything I can turn on/monitor/etc so I can try and get to see my source code - I'm blind without my firebug!
Jonathan