Skip to main content
-1 votes
0 answers
16 views

How to Build dotnet with ActiveX on windows 11?

Working on a dotnet 3.5 repo that has a programmer's lifetime of tech debt built in ActiveX. Would anybody have any idea of how to get an I.E. 9 distro without a random GitHub repo? Any upgrade/...
Alexandre Pelagaggi's user avatar
0 votes
0 answers
88 views

PNG image encoded in base64 shows in IE and doesn't show in chromium browsers

I have that html code with base64 image: <div class="Section"> <img style="position:relative; top:10;" src="data:image/png;base64,...
L4rever's user avatar
0 votes
1 answer
66 views

cursor offset while editing code in leetcode.com by edge

one day I find the cursor didn't emege in the right place in my code editor in leetcode.com by microsoft edge, while when I use the chrome to try,the problem vanished. Because I used to use edge as my ...
Different's user avatar
-1 votes
1 answer
75 views

Same code used in Internet Explorer navigate has different results

The issue that I'm facing is that in two different Excel macros in different Workbooks I use the Internet Explorer navigate with a string variable for the URL. The codes are similar for the IExplorer ...
Javamaral's user avatar
0 votes
0 answers
73 views

Need VBA code to retrieve ALL data from a webpage

I’m trying to retrieve a list of attendees to an event on a webpage. If I use a browser, to the webpage, right click, and choose View Page Source I can see the names of the attendees. I need to do ...
Brooks's user avatar
  • 3
1 vote
2 answers
60 views

Where and how Internet Explorer stores desktop icons for hyperlinks

When a website is opened in Internet Explorer and the URL is dragged from the address bar onto the Windows' desktop, an icon is created. The image of this icon in most cases looks like the website's ...
Jimski's user avatar
  • 914
0 votes
0 answers
55 views

Excel VBA & IE : Input value to a prompt popup and enter

In short: How do you 1. Focus on a prompt popup on IE, 2. Type in a value, and 3. Return? In Long: Hi, I am trying to automate a login/file-downloading process on a company intranet server through VBA....
halp's user avatar
  • 1
0 votes
0 answers
58 views

Why does the web request use internet settings?

Hello I have an application, middleware application, When I use C# HttpWebRequest it exhibits the same behavior as Internet explorer. I cannot access a site with Internet Explorer that I can access ...
yhackup's user avatar
  • 309
0 votes
0 answers
21 views

IE custom protocol handler to open chrome not working

I have an MVC 4.0 website that runs on IE. One of the links on the web page opens in Chrome. Until today we had chrome version 80 on our servers and in order to open chrome from IE we used a custom ...
Itay.B's user avatar
  • 4,101
0 votes
0 answers
84 views

How to write code to resize window displaying an HTML Document?

I am working on a developing a demo displaying a html document and some other things. For this I need to place a window displaying an html document in the top right corner of my screen taking up a ...
chalrac's user avatar
0 votes
0 answers
49 views

Siebel - Copy text from screen to Pick/pop-up

Many years ago, when we moved on Open UI, we have customized text area on Siebel to show as a pop-up dialog box (as for High Interactive) instead of Open UI text area For this functionality we have ...
Enthusiastic's user avatar
1 vote
0 answers
61 views

Excel VBA IE click open a new window and nothing happens, with no error too

Despite I'm just an entusiast absolutelly non pro, I'm using with moderate success an Excel vba code to fill some forms of an intranet company procedure written in html/java and download some data ...
TheGrill Firenze's user avatar
0 votes
0 answers
36 views

How do I Choose from this webpage dropdown in IE using VBA

I am trying to scrape a website using VBA and I cant seem to figure out how to select from the choices in a dropdown. It seems like the Options are hidden and only show in the HTML code one they are ...
ezfrish's user avatar
  • 11
0 votes
0 answers
51 views

document.write(htmlPage) throwing SCRIPT1002: Syntax Error in IE but works in Chrome and other browsers

I have an Iframe that loads up an HTML page. The HTML page contains the usual html code along with some javascript with it. When I do a document.write(HtmlData); then in the F12-IE chooser app I see a ...
Rohit Banerjee's user avatar
1 vote
1 answer
70 views

display:none not hiding the empty option in dropdown in IE

I have running Angular 11 application. In the page I have 2 radio buttons and one dropdown. The behavior is that whenever I change the radio button selection, I want to reset dropdown value and show ...
Asif Zaidi's user avatar

15 30 50 per page
1
2 3 4 5
2598