Enter Keywords:
1 - 10 of 13(0.007 seconds)
Sort By:
 
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...
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 ...
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...
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: -----...
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...
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...
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?
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.... ...
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...
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...
Zones: Web DevelopmentDate Answered: 02/01/2005 Rating: 8.0 Views: 29