• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

JavaScript problem with IE

 
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have written a javascript in HTML.

It is working fine with mozilla but creates problem when I try to see it in IE (6/7).

The problem with IE is that the page is not visible on IE but when I see the "View Source" it shows all the source I have written.

I am placing here the entire code.



Please help.

I tried debugging somewhere in IE i saw visibility error.

Thanks for the hel
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

The problem with IE is that the page is not visible on IE but when I see the "View Source" it shows all the source I have written.



View source shows what comes from the server. Does not update based on user input.

IE8 has a debugger built into it and it runs as IE7. You can also search the internet how to hook IE7/6 into different debuggers.

 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what is in your css rule for e.className = "form26_show";



 
rakesh kadulkar
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

The problem has been solved.

It has nothing to do with CSS. The only problem was that </title> is missing.

We placed it and it has worked well.

Thanks
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic