Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-16-2012, 09:27 AM   PM User | #1
rkriscka
New to the CF scene

 
Join Date: Dec 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
rkriscka is an unknown quantity at this point
Page not loading at top of screen

I have a WebMatrix project being published on a Windows 2003 server running IIS6. In the development environments the pages look fine. When moved to the web server the pages load near the bottom of the screen. I narrowed it down and found that if I used either of these two standard javascripts the pages load low the screen.
<script src="~/Scripts/jquery-1.7.1.min.js"></script>
<script src="~/Scripts/modernizr-2.5.3.js"></script>
Either one causes the page to load further down the screen. Include both makes it loads near the bottom of the screen. Leave these two lines out and the pages load correctly. My project uses this code so I need these lines. Anyone have an idea of why the web server does not like them? I was thinking it was an IIS setting, but the IIS forum did not think so.
rkriscka is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:50 AM.


Advertisement
Log in to turn off these ads.