473,386 Members | 2,078 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Google chrome works but internet explorer does not

I am a Student...I've checked a few places for an answer but I could not find one, so I thought I'd ask. I created a website on HTML5 project webside works cool on crome as i wished but it does not work on Internet Explorer.i have internet explorer 11 and latest Crome browser. ...how can i solve this problem? what can be changed in webside that it will work on internet Explorer too?
Jan 3 '20 #1
6 3432
gits
5,390 Expert Mod 4TB
this is hard to say without seeing and knowing what exactly is not working. could be something simple as the doctype to get IE to not go into quirks mode or some feature that IE doesnt support like a specific ES6 feature or such. Try to open the developer tools of the browser and see if you can see an error or notice to narrow the problem down.
Jan 3 '20 #2
There is some kind of bug everyone is facing and many users post this on their official forum don,t worry It will be solved immedietly.
Jan 11 '20 #3
SioSio
272 256MB
You can check whether JavaScript is compatible with each browser using Can I use.
https://caniuse.com/

Ex.
IE not supported
promise
fetch
arrow
ChildNode.before, ChildNode.after, ChildNode.replaceWith, ParentNode.prepend, ParentNode.append
intersection observer
class
find
for-of
include
Spread syntax
Template literal
Jan 14 '20 #4
Ishan Shah
47 32bit
For your concern that Google chrome works but internet explorer 11 do not, that is having an issue with opening some web pages, this could have happened due to several issues like configuration of your browser.
Feb 20 '20 #5
gits
5,390 Expert Mod 4TB
The configuration of the browser shouldn't have to do anything with that - if so then the entire page would be a mess in the first place since it shouldn't rely on specific configurations. There was a time when developers did rely on specific security settings in IE to use ActiveX components or such - which of course wouldn't work in any other browser then - and which today shouldn't be an issue anymore since noone should use that anymore. The OP wasn't asking about having issues with 'opening' the page but the page not working as intended.

The only thing that can happen from time to time could be that JavaScript is disabled by some paranoid user - which i personally would just ignore and give a polite hint in a noscript-section. Even if someone installs plugins and whatnot in his/her Browser it is something i would ignore if such a plugin would mess up a webpage. If you have done such on your own development machine though - then you should already know and have it fixed.

The OPs problem is most likely an issue with using a feature (JavaScript, HTML or CSS) that is not equally supported by all Browsers - thus we would need more information before shelling out anymore guesses - and the configuration or the browser is most likely the least probable issue.
Feb 20 '20 #6
Pay attention to tags, such as:
<img src="imgs/top1.jpg"></div>

It opens Input, and closes Button; IE can override it.
Mar 10 '20 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Joshua Smith | last post by:
Before I get started with my questions, I'd like to say thanks to everyone for the time they may take helping me. I'm fairly new to style sheets, so please excuse any ignorance. I've set up my...
6
by: Tim Johnson | last post by:
Hello All: Using javascript to dynamically add row elements to a table. as in ..... row.setAttribute("bgcolor",rowColor); // or cell.setAttribute("bgcolor",rowColor); Using firefox or...
3
by: Mitch | last post by:
i would like to display a swf that takes up the entire browser. netscape and firefox display the following code as i intend, but internet explorer does not. could i get some help? <HTML>...
0
by: Kerem Gümrükcü | last post by:
Hi, i use the internet explorer embeeded in SHDocVw.dll but my WebBrowser Object does not fire any event. is this a Bug and how can i "receive" events from my Browser class...? Everything...
2
by: Slawek | last post by:
Hi everyone, I need to display aspx page containing xml (using xml control) in the same way as Internet Explorer does (with nodes, and "+"). Is there any way to get xslt stylesheet used in...
2
by: Leszek Taratuta | last post by:
Hello, I am using the following code to prevent users to see the previous pages: Response.CacheControl = "no-cache"; Response.AddHeader( "Pragma", "no-cache" ); Response.Expires = -1; When...
1
by: Frederik Vanderhaegen | last post by:
Hi, I'm writing an application which handles Internet Explorer Automation. Through the application I'm able to automate logon on a certain webpage. When I automate the click on the logon button,...
7
by: raknin | last post by:
I'm using AJAX on my website, but internet explorer does not seem to actually be refreshing the data I retrieve via AJAX when I refresh the page. For example, I have a button that when pressed uses...
2
by: swethak | last post by:
Hi, I am getting the problem the problem with google map in Internet Explorer. This map worked fine in mozilla . When i opened the same map in Internet Explorer i am getting the error...
23
by: Daniel1111 | last post by:
I have the same question as https://bytes.com/topic/javascript/answers/92116-onchange-checkbox But now I am using Internet Explorer 11 and I always get errors when "onchange" is called. My...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.