Nope, still not working...I can't even get this to fire.
VB Code:
  1. <body onload="javascript:alert('Testing');">
  2. [color=red]Or[/color]
  3. <body onload="alert('Testing');">
This has got me confused because, it works fine in another application, but not this one.