- Posts: 44
- Thank you received: 0
Internet Explorer
-
Jeannine
Inactive member -
Topic Author
- Member
-
Less
More
11 years 4 months ago #34208
by Jeannine
Internet Explorer was created by Jeannine
Hello there. I strongly hope anybody out there can help me!!
I just tried to fetch the site www.forumtand.dk/newSite in Internet Explorer in compatibility view - as if the site is looked up in IE version 6 or IE 7. There actually are some users in our target group still using this old browser versions...
But the site cannot even be seen. All you can see is a black circle indicating to fetch the site..
I just tried to fetch the site www.forumtand.dk/newSite in Internet Explorer in compatibility view - as if the site is looked up in IE version 6 or IE 7. There actually are some users in our target group still using this old browser versions...
But the site cannot even be seen. All you can see is a black circle indicating to fetch the site..

Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #34229
by ivan.milic
Replied by ivan.milic on topic Internet Explorer
We are simply not supporting IE 6,7,8 , even Microsoft does not support them on its sites
Please Log in to join the conversation.
-
Jeannine
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 44
- Thank you received: 0
11 years 4 months ago #34968
by Jeannine
Replied by Jeannine on topic Internet Explorer
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #34980
by ivan.milic
Replied by ivan.milic on topic Internet Explorer
Can you tell us what is the link you click to get there on your site.
If you would put <a data-ajax="false" ... that would solve problem but or you could put this code at bottom of dunlayout.js
$(document).bind("mobileinit", function(){
//Disable ajax link
$('.external').click(function(event){
$.mobile.ajaxFormsEnabled = false;
});
});
then you would need to set class="external" for each such links. To tell you more closely how to do that send us link and tell us which link.
If you would put <a data-ajax="false" ... that would solve problem but or you could put this code at bottom of dunlayout.js
$(document).bind("mobileinit", function(){
//Disable ajax link
$('.external').click(function(event){
$.mobile.ajaxFormsEnabled = false;
});
});
then you would need to set class="external" for each such links. To tell you more closely how to do that send us link and tell us which link.
Please Log in to join the conversation.
-
Jeannine
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 44
- Thank you received: 0
11 years 3 months ago #35014
by Jeannine
Replied by Jeannine on topic Internet Explorer
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #35018
by ivan.milic
Replied by ivan.milic on topic Internet Explorer
Ok but where do I click to produce that issue ?
Please Log in to join the conversation.
Time to create page: 0.098 seconds