Has anyone ever tried to call a dhtml session from an asp page??? I dhtml compiled into a activex dll and I am trying to call the dll from an asp page. I can...
... What do you mean by this ? The dhtmled.ocx is an AxtiveX dll - just as it is ! If you a trying to wrap the dhtmled.ocx together with some additional ...
Hi, This is probably a really obvious question but how do I Stop an TDHTMLEdit LoadFromFile operation half way through if it is taking too long to load?...
Hi All , An easy question, is their a server side version of DHTMLED or MSHTML that I can use to pass HTML strings to for easy DOM manipulation. A vb.net...
... install ... posts ... can ... of ... I have to sympathize with you, I just spent a whole day trying to get it installed! And I finally did, but frankly I'm...
... variables ... all ... Help! I am having the same problems trying to compile DHTML.dpr in delphi 6. When I replaced the occurrences of "nulvariant" with...
try specifying the command group and make sure your browser is in edit mode: // Make sure editmode is on // I dun recommend this method to activate edit mode,...
Has decided to use WebBrowser1 questions have appeared 1. How to load from HTML the text without use of a file. 2. WebBrowser1. OnExit and OnEnter are not...
1.) How can I insert a bookmark? It's code goes like this : <a name="bookmark name">bookmark object</a> I need to put the selected object's html code between...
Hi all, Has anyone idea how to catch navigation errors (e.g. 404 not found) for images? OnNavigateError (TWebBrowser) works fine for simple pages, frames but...
That's easy, this is all there is to it: DHTMLEditor1.DOM.bgColor := '#000000'; the color up there ^ is black, you can put any other color there (with or...
HI i want to add a flash to the dhtledit 2 things: 1) in BrowseMode = false, i see the flash window in black in BrowseMode = true, i see the flash playing ok,...
Hi I have been using the ocx with success. Only one thing remaining. Everytime I have done anything even saving the anoying Save dialog is poping up. Could...
Hi Just wondering if anyone could advice me of how I could get rid of the Save as dialog everytime I have done some changes. I would like to do all my saving...
Hi, Don't have my code at my work, but you can try using the pasteHTML function. Something like -> document.pasteHTML('EMBED'); After that you can create a ...
hi 10x for your answer cant i just do document.pastehtml('<EMBED SRC=' + EmbedObj + '>'); ? ... From: Peter Oostwoud [mailto:poostwoud@...] Sent: Tuesday,...
hello, It depends on whether or not you want to be able to replace your current selection. Check out this sample below: sel := document.selection; if sel <>...
I believe document.pasteHTML will do the trick then, however I'm not quite sure if it will do anything with the current selection... however if it does you can...
HI if BrowseMode=FALSE, the embeded file (flash in this case) is not displayed, but i see a black box where the flash should be. if BrowseMode=TRUE, the flash...
Hey, Not possible, as far as I know....dhtmledit uses the same concept (or vice versa) as for example FrontPage. There is a WYSIWYG editor part and a preview...
the real problem is that the size of the black square is much bigger than the size of the flash window when viewing it. true, i can control it, but i want it...