presence of javascript breaks page formatting

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top