No announcements
Found 2501438 threads
-
0 Votes
extracting the innerHTML from an iFrame's < body >
To load the page in the iFrame the src attribute has to be set, so xhr is not useful because the page is not requested, it is loaded from disk.Answered | 4 Replies | 2092 Views | Created by P5music - Monday, October 22, 2012 8:24 AM | Last reply by P5music - Thursday, October 25, 2012 8:07 AM -
0 Votes
setting iFrame innerHTML causes tags being "disabled", < > becoming < and >
That seems to be because changing the innerHTML causes the iframe's readyState to change (IE doesn't fire 'complete' in cases where the doc has been modified by script) and ...Answered | 13 Replies | 5478 Views | Created by P5music - Thursday, April 5, 2012 7:27 PM | Last reply by Josh Elster - Monday, December 17, 2012 6:41 PM -
1 Votes
Extract outlook message body text with VBA from Excel
I did something similar (http://vbadud.blogspot.com/2008/04/extract-subject-and-body-of-email.html) and it worked for me In which application you are trying to ...Answered | 3 Replies | 6900 Views | Created by jamsta1972 - Saturday, January 28, 2012 11:15 AM | Last reply by Shasur - Monday, January 30, 2012 8:46 AM -
2 Votes
IS possible to extract data from email body using ssis?
You can use Script task or Script component to parse email body.Answered | 2 Replies | 2181 Views | Created by perezco - Monday, February 17, 2014 11:04 PM | Last reply by Mike Yin - Tuesday, February 25, 2014 6:06 AM -
1 Votes
Iframe in Webpart
</iframe></td></tr></table>"; //Create the innerHTML document.getElementById('testing').innerHTML = ...Answered | 16 Replies | 7686 Views | Created by Basabdatta - Wednesday, December 16, 2009 12:34 PM | Last reply by Basabdatta - Friday, December 18, 2009 12:52 PM -
0 Votes
How to enter text in a body of an iFrame using webBrowser Control
Get Started with Visual Basic from MSDN documentation that introduced many fundamentals of VB.Answered | 6 Replies | 2699 Views | Created by LetMeCode - Friday, September 23, 2016 2:19 PM | Last reply by Neda Zhang - Tuesday, September 27, 2016 3:31 AM -
0 Votes
Accessing iframe's innerHTML from Silverlight
It works for me if I try to get the innerHTML of the form instead of the body.Unanswered | 2 Replies | 7712 Views | Created by OndrejStastny - Sunday, September 30, 2007 4:50 PM | Last reply by MSDN_Forums_User - Monday, October 1, 2007 1:10 PM -
0 Votes
innerHTML value isn’t consistent with the value which is set to innerHTML
Hi, Spell Checking in Web Browsers are different from one to another, so please sure your codes are legal, or they may generate different result with different browsers, please check ...Answered | 2 Replies | 3240 Views | Created by yale.sun - Friday, March 2, 2012 11:25 AM | Last reply by FightAsABull - Thursday, March 8, 2012 2:35 AM -
0 Votes
Set iframe innerhtml from codebehind
User1047930591 posted @ Hua-Jun But where i am going to save my html content, the problem is this when the html of my ...Answered | 7 Replies | 548 Views | Created by Anonymous - Thursday, May 20, 2010 11:47 AM | Last reply by Anonymous - Monday, August 30, 2010 4:19 AM -
2 Votes
How to access Element from page loaded inside Iframe, where My page is containing that iframe Tag...Please Help
As long as the document loaded in the IFrame is from the same domain as the parent frame, then you should be able to access it's contents.Answered | 6 Replies | 34093 Views | Created by Somnath Panja - Wednesday, July 4, 2007 2:02 PM | Last reply by Jelgab - Friday, April 1, 2011 9:25 PM -
2 Votes
document.getElementById().innerHTML fails with 'Unknown Error' in IE
Support for .innerHTML on tables in IE is sketchy at best.Answered | 18 Replies | 74819 Views | Created by Lost_Pupp - Wednesday, November 16, 2005 12:51 PM | Last reply by rpuskarcik2 - Monday, April 18, 2011 1:50 AM -
0 Votes
Reload / Refresh iframe source
Caching does not seem to be a problem sinse the new innerHTML is treated as a new iframe.Answered | 10 Replies | 47678 Views | Created by Tore85 - Friday, October 26, 2007 12:36 PM | Last reply by rodrif - Thursday, September 23, 2010 10:52 AM -
0 Votes
Bing map in Iframe
The Bing Maps consumer site is blocks iframes.Answered | 2 Replies | 2280 Views | Created by Balasaheb Molawade - Thursday, January 3, 2019 10:17 AM | Last reply by IoTGirl - Friday, January 4, 2019 10:08 PM -
0 Votes
Calling WinRT component from an iframe?
Hi Yi, You can definitely call into WinRT from an iframe as I discussed in my previous reply.Answered | 3 Replies | 5141 Views | Created by Dong, Yi - Monday, November 28, 2011 12:41 AM | Last reply by Jeff Sanders - Friday, December 2, 2011 12:50 PM -
0 Votes
'System.Web.UI.WebControls.TextBox' does not contain a definition for 'InnerHtml' and ...
Error 4 'System.Web.UI.WebControls.TextBox' does not contain a definition for 'InnerHtml' and no extension method 'InnerHtml' accepting a first argument ...Answered | 1 Replies | 14021 Views | Created by Jackson_1990 - Tuesday, February 17, 2009 2:59 AM | Last reply by Shrikant Maske - Tuesday, February 17, 2009 12:24 PM -
0 Votes
iframe within a div container
<html> <body> <h1>My First Heading</h1> <p>My first paragraph.Answered | 1 Replies | 841 Views | Created by HumanityWatcher - Wednesday, November 25, 2015 11:32 AM | Last reply by Qiuyun Yu - Thursday, November 26, 2015 8:28 AM -
0 Votes
Not rendering iframe under IE9
<iframe src="b.asp"></iframe> </body> </html> b.asp - output getting generated ...Answered | 4 Replies | 5058 Views | Created by SoftEngi - Thursday, January 19, 2012 12:07 PM | Last reply by Martin Honnen - Monday, January 23, 2012 11:39 AM -
0 Votes
innerHTML ignoring DOM Changes - IE9 Standards Mode
I use innerHTML a *lot* to store user-updated input values in an array of objects so that if they collapse and then re-expand something, it shows their changes via the ...Answered | 8 Replies | 6686 Views | Created by ccaveney - Saturday, February 11, 2012 12:14 AM | Last reply by Markus Lopin - Monday, September 17, 2012 4:04 PM -
4 Votes
Extracting text from a webpage
You can extract it one by one, compare in database, fire queries.. etc..Answered | 18 Replies | 25299 Views | Created by beastmp - Monday, November 23, 2009 9:12 AM | Last reply by beastmp - Wednesday, November 25, 2009 7:52 AM -
4 Votes
How to get data from IFrame in WebBrowser?
Hi, I am not able to retrieve the document from frame in documentcomplete event.Answered | 10 Replies | 33159 Views | Created by Henry Nguyễn - Thursday, March 17, 2011 9:47 AM | Last reply by Anvesh Ananthula - Tuesday, October 2, 2012 5:31 AM - Items 1 to 20 of 2501438 Next ›
No announcements