Help - Search - Members - Calendar
Full Version: IE7 not viewing the page
MSFN Forums > Coding, Scripting and Servers > Web Development (HTML, Java, PHP, ASP, XML, etc.)

   
Google Internet Forums Unattended CD/DVD Guide
harunaksoy
The problem is that my site doesn't work with IE7. Other browsers works just fine. The problems occurs when i link the page with some javascript files. If I remove that line everything seems to work fine.

CODE
<script type="text/javascript" src="js/mootools-release-1.11.js" />
<script type="text/javascript" src="js/slide.js" />
<script type="text/javascript" src="js/slimbox.js" />


Link to the site

Can somenone help me with this? I tried google but I coulnd't find anything usefull.
Thanks.
ripken204
so what do those script even do? if you say that you removed them and everything works fine..

btw, i love your site!
harunaksoy
QUOTE (ripken204 @ Dec 30 2007, 12:14 PM) *
so what do those script even do? if you say that you removed them and everything works fine..


Well if I removed the links then the page will be displayed but the div slide effect and slimbox doesn't work. If I don't then I'll just get a blank page.

QUOTE
btw, i love your site!


Thanks blushing.gif
ripken204
perhaps making sure that you have the latest files?
http://mootools.net/download

but first find out which js file is messing it up
take out one line only at a time.
Chozo4
The same error occurs with some other internet explorer browser versions. The reasoning behind your problem is due to the <script> tags being prematurely closed. For it to work in IE you MUST end every <script> tag with and end </script> expecially when using IE. Otherwise IE thinks the whole page is encased in a <script>.

This issue was solved in the following thread.
http://www.msfn.org/board/index.php?s=&...st&p=538840

.. if that doesn't still work for you then I don't know. unsure.gif


Edit in: I really like your work. Looks very well done smile.gif
harunaksoy
QUOTE (Chozo4 @ Dec 30 2007, 02:57 PM) *
The same error occurs with some other internet explorer browser versions. The reasoning behind your problem is due to the <script> tags being prematurely closed. For it to work in IE you MUST end every <script> tag with and end </script> expecially when using IE. Otherwise IE thinks the whole page is encased in a <script>.

This issue was solved in the following thread.
http://www.msfn.org/board/index.php?s=&...st&p=538840

.. if that doesn't still work for you then I don't know. unsure.gif


Yes that seems to be the problem. The page will load now but the animation doesn't work like it should. I guess it's another bug. But thanks a lot for your help thumbup.gif At least the site shows up now smile.gif

QUOTE
Edit in: I really like your work. Looks very well done smile.gif


Thank you. I'm glad you like it smile.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.