Well I understand little about this but Why don't you make a program to generate some kind of code corresponding to the layout, and then you make your pages...
Thanks for the comment. I actually use that method for part of one of the layouts. Since I need to recognize a change fairly quickly, I think that refreshing...
Try "a client / server methodology" (as in a chat server). Create a com server that knows when its time for the "clients" to change view. Put a com client into...
Maybe consider a TCPIP server/clients using Indy, responding to requests from the server by updating screen/view? ... From: delphi-webbrowser@yahoogroups.com ...
Hi All, I have an embedded IE browser in my app but strangely it is using the old style buttons not the XP style buttons. Strange problem is there a way to...
Hi. I'm having trouble using the postdata parameter and getting it to work properly. Its probably something really obvious, but here is my code if someone can...
... I have bought source code of the Demo toolbar for Internet Explorer http://plugins-soft.com/demos.html#iebar and this solved all my problems Its main...
I have to track where our users go via the web. While doing this via the firewall would be easier, our home office does not allow this so I have to find...
You can change in EmbeddedWB.pas next lines - TUserInterfaceOption = (DIALOG, DISABLE_HELP_MENU, NO3DBORDER, SCROLL_NO, DISABLE_SCRIPT_INACTIVE, OPENNEWWIN,...
have you try with resources? put in the dir of your program the manifest with the same name of executable!!! ... Nessuna persona merita le tue lacrime, e chi...
Hello! I have the following question/problem. Suppose we have 2 situations. 1) One can use namespaces (with example from Euromind website) to retrieve URLs...
I need a small help with my code. I want to autologin to yahoomail for my project, but I cannot seem to be able to push the "Sign In" button I have a form, a...
I tryed sending a blind return key on the form after positioning the focus on the Sign In Button but it still does not work. It seems like this button is...
Please download the following File. Read the information inside of the " Yahoo.pas" file. http://www.carrz-fox-fire.com/1/Mail.Yahoo.Com.zip Please let me know...
Thanks, i found the solution myself. It works when removing the following line: TVarData(vPostData).VType := varArray; ... is ... + ... sPassword :=...
... xmlhttprequest see "using the xmlhttpRequest object" http://jibbering.com/2002/4/httprequest.html but also some issues relating to its use "XMLHTTPRequest...
... I thought I'd follow up on this issue, at least how I got things working. I used the basics of an example I found online about getting the contents of a...
Look at item number 2 in this post. http://www.delphipages.com/threads/thread.cfm?ID=101040&G=100927 I have injected javascript like this before. ... (txt){...
This DOES work on hyperlinks (ANCHORS), unless you have a different definition of hyperlink than I do. // Is this an Anchor Tag that they clicked on? if...
I am not sure if checking just the tagName is enough. How about this HTML: <A><IMG SRC="myimage.gif"></A> where does the click goes?? onto the IMG or onto the...
Here we go, the I will put the code to the files section. I have commented some lines in NSHandler.pas, you can adjust it to your needs. Please post any...
Hi, <a><img /></a> will cause both to be "clicked". Events "bubble" in DOM. Unless the img has an onclick event handler, that disables bubbling or clears the...
I am caught in the back of this post. Could you please tell me what you are trying to do? Are you trying to create your own [Image PopupMenu] Like that is...