All Questions
Tagged with mozilla internet-explorer
73
questions
0
votes
1
answer
162
views
HTML compatibility with embedded browsers like Embedded IE and Embedded Mozilla
My webpage is developed in HTML5, CSS, Bootstrap and JavaScript. Now I need to view my webpage in some embedded browser like embedded IE and Mozilla. The problem is my webpage is not loading properly. ...
0
votes
1
answer
821
views
Not able to download the file with same format In Internet Explorer
I am using JavaScript to download file from specific Folder.
I am not able to download the file with same extension.
It's downloading with .html format.
How can i get rid of this issue especially in ...
0
votes
0
answers
208
views
URL Forward slash displaced in browser
So i deployed my java application and everything works fine except when i click a link or type the full url (example: https://url.com/login?key=qwerasd) the browser shows error page title "This site ...
7
votes
3
answers
30k
views
Alternative to msSaveOrOpenBlob on Chrome
i need to find alternative to "msSaveOrOpenBlob
", that work on IE, for Firefox and Chrome. On Chrome in particular that not work and don't show the dialog box to chose if save or open file.
...
-1
votes
1
answer
185
views
Testing Authenticated website with Selenium C#
I am working on a website which is for most part authenticated for users.
Parts of the site are actually available prior to the login for authentication
the rest is all inside a secure website. I am ...
1
vote
1
answer
462
views
Is there a way to perform event tracing in browser?
I am testing my website and we encountered some issue that we cannot replicate constantly.
Is there any function we can use in the browser to see a list of event triggered, and what user entered to ...
1
vote
0
answers
675
views
Secure Connection Failed with FireFox and IE
I have created an application which has UI on js.
It uploads huge file and then processes it. Application works fine on Google Chrome but end up with error on Firefox and IE.
Error:
Secure ...
2
votes
3
answers
132
views
CSS different output in mozilla firefox and internet explorer
I'm practicing css and I came across this problem. I'm using an svg as a background. I get the result that I want when I try to run it in Opera and Google Chrome, like this:
But when I try to run it ...
5
votes
2
answers
20k
views
Clipboard.writeText() does'nt work on Mozilla & IE
I'm using the following function to copy some text to my clipboard:
navigator.clipboard.writeText('Text to be copied').then(function() {
console.log('Template copied to clipboard')
}, function() {
...
0
votes
1
answer
21
views
function that limits fields does not work in mozilla and I.E
I have a function to limit numeric type fields in my web feed. The function is this ;
$(function() {
$('#idValorTotalProdutoP, #idValorUnitarioProduto, #idProdutoQuantidade, #...
-2
votes
3
answers
54
views
This tags HTML don't work on IE and Mozilla
I try this html code on Google Chrome and works. But on Mozilla and IE11 don't works link. Why? Thanks all
<button>
<span>
<a href="/home">Home</a>
</span>
</...
-1
votes
1
answer
1k
views
How to write css only mozilla and IE?
How to write css only mozilla and IE? Targeting firefox and IE only with CSS. anyone help me please
0
votes
1
answer
447
views
What is the default size of Socket "Max Per Group" in Chrome, Mozilla and IE?
How we can change max size of socket Max Per Group?
I think this setting is done from registry...
0
votes
1
answer
2k
views
I want to disable right click option in firefox and IE [duplicate]
As per my requirement i have a PDF file to show to the users. But user should not be able to Save it. So, i need to disable the right click option of the browsers. It is working perfectly in Chrome ...
3
votes
1
answer
8k
views
"document.forms is not a function" with "document.forms(0)"
I am maintaining many old websites and CMS systems at my new job and run into an issue with one. The ASP site is using JavaScript and this line stopped working today (or slightly earlier than today):
...