There may be a syntax error in the script which causes it to not show up in the Scripts tab.
Enable the Console tab and it will show you any syntax errors encountered.
strager
2009-09-05 02:25:40
There may be a syntax error in the script which causes it to not show up in the Scripts tab.
Enable the Console tab and it will show you any syntax errors encountered.
I believe the issue is that you are using the tag to both load the bpoCases.js file and to contain locally written JavaScript.
Place the call to the bpoCases.js file in it's own separate tag. Then start a new tag block for your locally written code.