I\'ve a JavaScript file that processes tab switches. Here is the source:
var tCount = 0; function SwitchToTab(id) { if (id < 0 || id > tCount) { i
You are suppose to do it the second way. in you are referencing an external javascript file, your inline code should go into a second script block.