Forever
Sun, 20 Jan 2008 12:46:51 -0800
...
|
Javascrit Reference in Two Diffrent HTML pages
Wed, 26 Dec 2007 10:56:01 -0800
hi experts,
We have a requirement in which we want to pass the information between two
different html/asp pages which are not related (no parent child relationship
is present, hence opener cannot be used for accessing the pages)
Eg,
Page1 contains textbox page_text1
Page2 contains textbox page_text ...
|
Supress SSL warnings in Internet Explorer BHO
Sat, 22 Dec 2007 22:13:42 -0800 (PST)
I'm trying to supress SSL warnings inside a IE BHO where I am using
MSHTML classes to manipulate the incoming HTML DOM. I am using the
Passthrough Asynchronous Pluggable Protocol classes generously
provided by Igor Tandetnik on these forums. My approach was to use
InternetSetOption inside the ReportProgress met ...
|
Interop Between C# and Javascript
Sat, 15 Dec 2007 17:15:18 +0800
Suppose I was writing a Browser Hosting program in C#, then
1. How to call a Javascript function within my C# code?
1. How to expose C# events to Javascript?
...
|
Problem with popping up a while using anchor tag or ousing window.
Thu, 13 Dec 2007 11:15:04 -0800
Hi,
I have this problem with anchor tag
<a href="http://xxx.com" target=_blank></a>
I have this link on a page with several input text fields and a submit button
1. I fill in the details in the page
2. Click on the link which pops up an informative window.
3. Close the window and submit the page which take ...
|
!!! SOFTWARE 4 SALE !!!?????????????????????????????????????????????????????????????????????? 11936
Friday, 23 Nov 2007 05:33:46 -0600
Software for sale. Huge Selection. 10 Euros/CD. Worldwide shipping.
Windows, Mac, and Linux. The very latest software, stock video/photo, games, etc.
Contact David for details:
david007@worldnewstonight.net
...
|
Icon display?
Thu, 15 Nov 2007 15:13:08 -0800
OK, I know this isn't an ASP question. But I'm hoping someone here knows the
answer. How do I get *my* icon to display in the address bar instead of the
standard browser's icon, like e.g. on the MSDN website? Also, I'd like to
add a link to create a desktop shortcut to my website using said icon.
Anyone?
...
|
|
|
Access on a popup via VBA and IE
Tue, 13 Nov 2007 02:34:02 -0800
Hi,
I'm programming a tool to read data from a webpage. Unfortunatelly the data
appears in a popup-window and I do not know how to access to this popup.
All the other pages I am "climbing" through can be worked on via
"objIE.Document...". But in this case, the popup isn't the active document,
but "objIE. ...
|
Attach Events to elements dynamically created by JavaScript
Mon, 05 Nov 2007 17:43:18 -0000
Hi,
I am writing an browser helper object that is used to detect clicks on
web page elements (e.g. links). During the DocumentComplete event, I
get a list of all the elements and attach events to them via the
IHTMLElement2::attachEvent method. This works fine for most pages.
However there are some pages whe ...
|
how to get IThumbnailCapture pointer
Wed, 17 Oct 2007 04:37:00 -0700
I want to use CaptureThumbnail() method of IThumbnailCapture interface. but I
dont know how to get a pointer to IThumbnailCapture Interface.
I have tried QueryInterface method on IWebBrowser2, IDispath and
IHTMLDocument2 Interfaces to get IThumbnailCapture pointer but failed. ...
|