Internet Explorer Extension Development announcements
-
Link
Please be aware that Microsoft Internet Explorer 11 Preview is now available. Please feel free to post questions or discussions related to IE 11 Preview in this forum.
Thanks,
Microsoft Community team
Internet Explorer Web Development announcements
-
Link
Please be aware that Microsoft Internet Explorer 11 Preview is now available. Please feel free to post questions or discussions related to IE 11 Preview in this forum.
Thanks,
Microsoft Community team
-
0 Votes
How to inject STYLE into a page
One more thing. If you simply must inject a fully formed STYLE tag using a scoped innerHTML string as describedAnswered | 13 Replies | 40432 Views | Created by John Sudds [Microsoft] - Friday, November 10, 2006 1:17 AM | Last reply by jason.Carpenter - Tuesday, September 14, 2010 1:55 AM -
0 Votes
How to reduce the CPU Usage?
I had a BHO developed in c#. It gets injected in IE. whenever a page is opened I want to change the text displayed on screenUnanswered | 1 Replies | 3720 Views | Created by SVT Gdwl - Thursday, July 9, 2009 11:43 AM | Last reply by Sheng Jiang 蒋晟 - Thursday, July 9, 2009 5:10 PM -
0 Votes
How can I force a page to render in standards mode using a BHO?
I am creating a BHO which injects some code into certain web pages. I created it to support IE8 and up, however, some of the pages that I need to inject ...Answered | 1 Replies | 3297 Views | Created by jonny_wonny - Saturday, November 19, 2011 7:31 PM | Last reply by Jesse Jiang - Tuesday, November 22, 2011 7:30 AM -
0 Votes
Create style tag
Hello, I'm creating a BHO and inject an style tag to page. Below is my ...Unanswered | 1 Replies | 908 Views | Created by Dang Hong Son - Saturday, May 17, 2014 3:39 PM | Last reply by May Wang - MSFT - Sunday, September 28, 2014 7:55 AM -
0 Votes
Resubmit error on IE-8 / Struts token functionality not working on IE-8 / Users 's request can't be processed due to resubmit error at IE-8
of document.write statements to inject markup into a page. MTL your injected markup is incorrect (different browser versions make corrections differently) or your ...Answered | 2 Replies | 3885 Views | Created by VINAYSINGH10 - Tuesday, August 14, 2012 6:26 AM | Last reply by 网游 - wang'you - Wednesday, August 15, 2012 3:26 AM -
0 Votes
Injecting JS on pages
, and I am a little lost. Basically my add on will need to inject some javscript on certain pages and modify the DOM of the page its on. Thats about it, i don't ...Unanswered | 4 Replies | 4698 Views | Created by George Stavrev - Thursday, October 14, 2010 5:27 PM | Last reply by Sheng Jiang 蒋晟 - Tuesday, June 14, 2011 4:12 PM -
0 Votes
How to inject HTML and JavaScript into an existing page using C#
. In Fire Fox and Chrome, I did this by injecting pop-up code (in html) in to the body of web page so it will show the alert to user. In IE, I find some ways to ...Unanswered | 4 Replies | 6079 Views | Created by Kent Ta - Wednesday, February 22, 2012 1:56 AM | Last reply by Kent Ta - Monday, February 27, 2012 4:05 AM -
0 Votes
html injection
I require a plug-in for Firefox that will inject html code to each webpage returned from Firefox For example i need the following html table injected as a top ...Unanswered | 1 Replies | 3778 Views | Created by adam84 - Thursday, November 22, 2007 4:51 AM | Last reply by doWhileSomething - Friday, November 23, 2007 1:27 AM -
0 Votes
Sharepoint style Menus in HTML Page
I am trying to create the Sharepoint styled menus in my HTML Page. This page will not be a part of the sharepoint site ? How could this be achieved ?Proposed | 2 Replies | 2187 Views | Created by AmitYJ - Wednesday, August 15, 2012 4:31 PM | Last reply by FightAsABull - Thursday, August 23, 2012 1:12 AM -
1 Votes
Injected script and BHO communication?
Omeriko wrote: Assuming I inject a script into the main tab web-browser content. How can the injected ...Answered | 4 Replies | 4246 Views | Created by Omeriko - Tuesday, November 29, 2011 2:34 PM | Last reply by Igor Tandetnik - Tuesday, November 29, 2011 6:02 PM -
0 Votes
IE8 RC1 public : Cannot inject style using javacript ?
Hi guys, Do you know if it is still possible to inject styles using javascript in ie8 ?The following code doesn't seem to work anymore...Unanswered | 1 Replies | 3656 Views | Created by ZeYoyoMan - Thursday, January 29, 2009 10:06 PM | Last reply by 网游 - wang'you - Tuesday, February 10, 2009 11:12 AM -
0 Votes
Script Injection? Greasemonkey-type extension?
I was just wondering if you could have some sort of script injection (JS) add-on like firefox's greasemonkey extension? For those who don't knowUnanswered | 0 Replies | 4576 Views | Created by Greg J. Brown - Wednesday, September 24, 2008 4:47 AM -
0 Votes
How to debug JavaScript injected by IE extension?
I am developping an extension that injects JavaScript into a web page and then invokes some JavaScript functions. I would like the debuger to step into JavaScript when I invoke it ...Answered | 1 Replies | 4613 Views | Created by VladLvov - Thursday, June 23, 2011 7:53 PM | Last reply by 网游 - wang'you - Thursday, June 23, 2011 10:22 PM -
0 Votes
How do I append child node in an Internet Explorer BHO extension?
Hi, I think you will find that the FB Like API's actually inject their own <iframe> tag into the page..... How to customize the ...Answered | 1 Replies | 3227 Views | Created by Zaheerm - Monday, July 18, 2011 5:29 AM | Last reply by 网游 - wang'you - Tuesday, July 19, 2011 5:51 AM -
0 Votes
How to inject script to listen for activeX events
How about executing the following after you add the control to your page: element.onsomeevent = function() {// client-side event handling code goes ...Unanswered | 1 Replies | 3730 Views | Created by chatko23 - Thursday, October 22, 2009 3:06 AM | Last reply by jscher2000 - Monday, October 26, 2009 2:43 AM -
0 Votes
injecting script into webpage problem
Hi All, Don't forget that there are security settings that can block your use of injected scripts ie. Active Scripting enabled, Allow scripting of ...Unanswered | 3 Replies | 5555 Views | Created by mlabs - Thursday, May 17, 2007 6:14 PM | Last reply by 网游 - wang'you - Tuesday, December 11, 2007 9:01 PM -
0 Votes
Impossible to inject HTML code to frame?
Hy Guys :D I want to inject Html code to one frame using C# ... does anyone know how to do this ?Unanswered | 2 Replies | 1137 Views | Created by LucasSaraiva - Wednesday, June 26, 2013 9:05 AM | Last reply by Mortene Nielsen - Wednesday, July 3, 2013 9:06 AM -
0 Votes
Injecting JavaScript into a DIV Element
the script should work fine, and not be a security issue, as long as you aren't trying to inject this on a page/window/iframe from another domain, or src (sourceUnanswered | 1 Replies | 4647 Views | Created by Renaissance 2K - Tuesday, September 4, 2007 1:15 PM | Last reply by unique_username - Tuesday, September 4, 2007 6:17 PM -
0 Votes
problem injecting script
I posted this in the BHO forum, but I'd like to get input from the script experts out there too .. are there known issues with script injection/execution ? My question is ... -
0 Votes
Inject small div at bottom right corner using BHO
MUST be uinque and must not be listed in the page style rules. Give it an Id value that is not likely to be used anywhere else on the internet eg.... ...Answered | 7 Replies | 5312 Views | Created by Inacent - Friday, January 14, 2011 9:26 AM | Last reply by 网游 - wang'you - Saturday, January 22, 2011 2:01 PM - Items 1 to 20 of 14607 Next ›
Internet Explorer Extension Development announcements
-
Link
Please be aware that Microsoft Internet Explorer 11 Preview is now available. Please feel free to post questions or discussions related to IE 11 Preview in this forum.
Thanks,
Microsoft Community team
Internet Explorer Web Development announcements
-
Link
Please be aware that Microsoft Internet Explorer 11 Preview is now available. Please feel free to post questions or discussions related to IE 11 Preview in this forum.
Thanks,
Microsoft Community team