• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Cross Browsing

 
Ranch Hand
Posts: 1402
3
Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a web app working fine in a wide range of browsers but it doesn't works in IE 9.

I am using the next line of code in order to do it browser compatible:



I have pasted it in the head tag. But it doesn't works.

Any idea, please?

Thanks
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Without a clue as to what your problem is or what "doesn't work" means, well, we have no clue.
 
Angus Ferguson
Ranch Hand
Posts: 1402
3
Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have tabs like "company" "overview" when I click at that links in other browsers it works but not in ie 9

Any idea, please?

Thanks
 
author
Posts: 297
5
Android Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any code, please?
 
Angus Ferguson
Ranch Hand
Posts: 1402
3
Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is for a big app(commercial) and I can't provide code, The unique thing I want is know which code is needed for make it IE 9 compatible. Which tag should I insert in the head

I have tried tags like




The links look like disable, when I click in Mozilla it works but in IE 9 when I click there is no effect. Some parts work no anothers.

Any idea,please?

Thanks
 
Rob Crowther
author
Posts: 297
5
Android Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is no magic element you can add to the head of the document which means "fix all of the coding mistakes I've made and just make it work". If you want us to help you fix your code, you will have to show us your code.
 
Angus Ferguson
Ranch Hand
Posts: 1402
3
Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes it is true, send you code would very helpful.

What do you think about the next code



The problem I see is that js is executed after the browser is load the first time then this code could be useless

What do you think?

Regards

 
Bear Bibeault
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think that you are not understanding that dicking around with meta tags is not going to solve any problems.
 
Angus Ferguson
Ranch Hand
Posts: 1402
3
Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, if add megatags are not going to solve any problems. Which is the proper approach? Which area of the code is needed change?

Please, could you give me orientation?

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

Angus Ferguson wrote:Well, if add megatags are not going to solve any problems. Which is the proper approach? Which area of the code is needed change?

Please, could you give me orientation?

Thanks



This is what this conversation is like.

So you call up the doctor.

Dr: hello
You: I am sick, fix me please.
Dr: I need to see you in person
You: No, what is wrong
Dr: I need to see you in person
You: No, what is wrong

You need to show examples of what is broken!
 
Angus Ferguson
Ranch Hand
Posts: 1402
3
Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It was a problem related to a distributed code. Another person fixed it. Sorry for not provide code

Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic