Hello,
This is an extension of my previous question
http://www.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/VB_Controls/Q_21572733.html
This time I create a div by str...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_21576677....
Zones:
VB ControlsDate Answered: 09/28/2005 Rating: 7.8 Views: 9
Hello everyone! My problem is: How to hook MSHTML functions, like... SetInnerHTML, InsertAdjacentHTML and so on, from IHtmlDocument2, or generaly any other procedure from an interface? Mainly, I'd ...
http://www.experts-exchange.com/Web_Development/Components/ActiveX/Q_22559822.html
Zones:
ActiveX,
Wi...Date Answered: 01/10/2008 Rating: 7.6 Views: 0
Hi,
I have a problem with DHTML application in VB6.
My question is, when I put a radio button with "insertAdjacentHTML" in a table row(TD), like this
Dim a as string
a = "<input type=radi...
http://www.experts-exchange.com/Programming/Misc/Q_20426762.html
Zones:
ProgrammingDate Answered: 12/15/2002 Rating: 9.0 Views: 0
Hi there, hopefully i am asking this in the right area,
What im attempting to do is write a table content into a pre-existing table within an IHTMLDocument. the html code is as follows:
-----...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20464635.htm...
Zones:
Windows MFCDate Answered: 07/16/2004 Rating: 8.0 Views: 0
Hello, is there a way to make the following function work for Mac users? It works for both Internet Explorer and Netscape for PC users. Any ideas? (I'm using an emulation of insertAdjacentHTML f...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21078437.html
Zones:
JavaScriptDate Answered: 08/02/2004 Rating: 9.6 Views: 0
What is the best way to add DIVs into an Iframe? Links are in one iframe, DIVs are added to a 2nd Iframe. In Iframe1, a link could be like this -- but doesn't have to be JS -- am interested in al...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_21362387.ht...
Zones:
HTMLDate Answered: 03/30/2005 Rating: 7.0 Views: 0
I am using insertAdjacentHTML in IE to create DIVs on the fly, but how can I do this in FireFox/Mozilla/other?
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22040465.html
Zones:
JavaScriptDate Answered: 10/28/2006 Rating: 9.6 Views: 8
Ive tried (code below) to do something like
document.body.innerHTML = document.body.innerHTML + HM_CurrentMenu.htmlString + "</DIV>"
but doesnt work... code below works in IE but not Moz....
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22497962.html
Zones:
JavaScriptDate Answered: 04/18/2007 Rating: 9.6 Views: 0
I am currently using a script that writes everything in a div tag to a seperate frame's div tag using the innerHTML property. Instead of writing redundant information over and over I would prefer t...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20777967.html
Zones:
JavaScriptDate Answered: 10/25/2003 Rating: 8.8 Views: 0
Hello,
I am having trouble getting the following code to display transparent png files. This code sits in an external .js file that is loaded when the html page is loaded. If this code is placed...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21289448.html