presence of javascript breaks page formatting

  • Thread starter Thread starter jeffmagill
  • Start date Start date
J

jeffmagill

Hi everyone,

I've got an odd problem that I have been unable to find a solution for.
The title says it all. The presence of a javascript block on my asp1.1
page is screwing up the formatting of the page - things become off
center, divs become smaller, etc... Without it, everything is peachy.

I have two <script> tags. One for server-side VB and one for
client-side javascript. The VB code does some DB access and the
javascript is supposed to perform validation on the form. I suppose I
could just do the validation in VB but I like the way Javascript uses
Regular Expressions.

Any thoughts? Thanks in advance!

Jeff
 
Back
Top