Accessing an IFrame's document.
6 Aug 2005 07:00:31 -0700
I am writing an test automation library in C# using mshtml. All was
going well in testing the web application until I can to a page
containing an IFrame element. I do not know how to access the Document
associated with the frame. I can get the IHTMLFrameElement easily
enough,but I don't know how to change c ...
|
Create an Object in DOM
Fri, 5 Aug 2005 01:35:04 -0700
Hi,
I really don't know if this is the right forum to ask this.
But I am currently building a LMS application using C#. And im following the
SCORM specifications.
THe SCORM specs requires me to create an object named API that would be
accessible in the DOM. How could I achieve that? I can't seem to crea ...
|
The facts you should know about making money online!
Thu, 28 Jul 2005 20:43:48 +0100
-Discover how to get 1 Million visitors without paying a dime
in
advertising!
-Discover how a young 31 years old man just became
a
millionaire on the Internet... in weeks!
He paid cash for a Porsche 911 Carrera convertible and a
giant domain
with private lake in only 28 days.
More than 20,000 people have be ...
|
Permissible values for the id property
Mon, 25 Jul 2005 17:46:17 -0400
Hi,
I came accross something that I found rather inconsistent today. I
inherited some HTML that I am responsible for maintaining, and I noticed
that some of the pages have <option> elements with id property values that
break the documented rules for id values.
The Microsoft DHTML documentation states ...
|
MSHTML in C#
Fri, 22 Jul 2005 13:02:45 +0530
Hi All,
I had posted this question earlier but I could not find a solution to my
problem hence reframing my question.
GOAL: I want to use the MSHTML to access a HTML page, access the DOM tree,
do some modifications in the DOM tree and save changed DOM tree to a local
HTML file. However, I do not want to ...
|
Automatically fill web form
Tue, 12 Jul 2005 14:22:55 +0200
Hi
I need to fill a web form from within my app, and here is the problem....
How can I fill automatically, it's for a journalist (it's no spoofing or
spam)
the input zones in a form without knowing the name of the input zone
I thank everyone who can help
Hubert
...
|
Programatically adding a page transition
Mon, 11 Jul 2005 12:48:05 -0700
I am attempting to add a page transition to the DOM of a document loaded in
my WebBrowser control (VC++). When I receive DISPID_NAVIGATECOMPLETE2 I
iterate through document.all until I find the "HEAD" tag. Then I use
createElement to make a new "META" tag, and setAttribute to set the
http-equiv and conte ...
|
|
|
How to close web page without any alart?
Mon, 11 Jul 2005 01:57:06 -0700
I use window object with close method to close a web page, this web page is
designed by active server page and VBscript. the code is as follows:
window.close()
however, an alart messege comes from IE. It's details: The Web page you are
viewing is trying to close the windows. Do you want to close this windows ...
|
BUG in IE6? "Stack overflow at line:0" message appeares
Wed, 29 Jun 2005 13:25:03 -0700
Hi there,
I cannot found newsgroup for HTCs (HTML Controls), so the question goes
here. I developed some HTC and I’m trying to use them.
My question totally refers to the client side, and especially Internet
Explorer. (My MS IE version is 6.0.2900.2180.xpsp_sp2_gdr.050301-1519)
The developed HTML cont ...
|
bulleted text in text boxes
Thu, 23 Jun 2005 10:40:22 -0400
I am trying to format my textboxes so that a bullet will appear when you
type text into it. I have created a style taht is attached to the text
box. All the other elements of the style are working - bold, font, etc.
But the bullet does not appear. How do I do this? This is the style that
is attached to the ...
|