Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
108 views

HtmlDocument.Write Stripping Quotation Marks

For some reason when I try writing to an HtmlDocument it strips some (not all) of the quotation marks of the string I am giving it. Look here: HtmlDocument htmlDoc = ...
4
votes
2answers
8k views

C#: HtmlDocument object has no constructor?

What's up with that? It seems the only way to get an working HtmlDocument object is copying the Document property of an mshtml/webbrowser control. But spawning that is sloooooooooooow. I'd like to ...
3
votes
1answer
100 views

Java HTMLDocument (insertAfterEnd, insertAfterStart, insertBeforeEnd, insertBeforeStart) not working?

I have a JEditorPane that displays HTML that is generated programmatically (at runtime). Up to now when I was adding a "line" I was re-creating the whole HTML text in a string buffer and then passing ...
3
votes
1answer
487 views

Access/Change JEditorPane's html loaded elements + HTMLEditorKit problem with Unicode (Java)

that's going to be a long question so bear with me :) My Application I'm developing a Java (with JFrame GUI) desktop application that does the following: Scan (.txt) files. Parses some numbers ...
3
votes
3answers
981 views

PHP HTML DOM Parser

I'm looking into HTML DOM parsers for PHP. I've found PHP Simple HTML DOM Parser. Are there any others I should be looking at?
3
votes
2answers
1k views

How to convert HtmlDocument.DomDocument to string?

How to convert HtmlDocument.DomDocument to string ?
3
votes
4answers
742 views

Building HtmlElement object trees

I'm using the MSIE WebBrowser control in a C# desktop application and am looking for a way to build and maintain trees of HtmlElement objects outside of this control. I am trying to quickly switch ...
2
votes
3answers
159 views

Creating an HTMLDocument from a String of HTML (in Java)

I'm working on a method that takes a String of HTML and returns an analogous javax.swing.text.html.HTMLDocument What is the most efficient way of doing this? The way I'm currently doing this is ...
2
votes
1answer
148 views

How do you create an HTMLDocument from a string in Mozilla?

I have a small POW-based application that stores data as HTML files. Currently to read these files I open them in a new tab, but I'd like to reserve tabs for pages that are open for longer periods of ...
2
votes
2answers
747 views

How can I change the color of a particular element of a HTMLDocument in a JEditorPane?

I basically want to implement changing the color of the links when I hover over them. The HyperlinkEvent that is triggered when I mouse over the link hands me the HTML element, but it won't let me set ...
2
votes
5answers
5k views

Removing HtmlElement objects programmatically using C#

In a WebBrowser control, how do I remove HtmlElement objects? There are no methods in the HtmlElement class to accomplish this. As a workaround, I can create a "dummy" HtmlElement (without inserting ...
1
vote
1answer
14 views

selecting multiple items in a listbox using htmldocument's SetAttribute

I know that I can select an option in a listbox within my HTMLDocument (which refers to a webbrowser control's HTMLDocument) using SetAttribute. For example: ...
1
vote
2answers
86 views

NullReferenceException with System.Windows.Controls.WebBrowser WPF

I have a C# WPF application with a web browser control (System.Windows.Controls.WebBrowser) called wB. It is supposed to display a local html file, and some information parsed from it. I get the a ...
1
vote
1answer
59 views

Would there be any difference or performance difference between these 2 web page load method - c# - html agility pack

Currently i am using C# 4.0 and htmlagilitypack 1.4.0 for downloading webpages and extracting information. It is possible to download webpages with the way below by using htmlagilitypack ...
1
vote
1answer
84 views

How to replace whole HTMLElement's text to something else?

Here's the example. webBrowser1.Document.Body.InnerHtml contains: <img id="image1" src="myImage.gif"> and in my MyWebBrowser class I want to replate whole img tag to some text, for example ...
1
vote
1answer
110 views

Get a particular input element from a particular form, cSharp

Like the statement, string value = document.forms["sap.client.SsrClient.form"].elements["sapwdssr..requestCounter"].value; in javascript, is there a corresponding statement to get the value of a ...
1
vote
2answers
285 views

Change styles of existing HTMLDocument content in JTextPane

I am trying to build a chat client that uses JTextPane to display the conversations. I am having problems with highlighting the past sentences of a chat-participant chosen by the user. When ...
1
vote
1answer
97 views

Getting the current offset in the HTMLDocument of a JTextComponent

In a Swing application I'm using a JTextPane with an HTMLDocument backend. At one point I'm inserting some sort of placeholders programmatically into the document with document.insertString(...) ...
1
vote
1answer
187 views

PHP DOMDocument - what's my “real” document URI?

I'm trying to do some HTML DOM parsing. The parsing I am doing is dependent on the URI of the page. The problem is that when I load an HTML file like in the following: // Creat HTML DOM $dom_document ...
1
vote
3answers
433 views

How to get the Html Document in different browser, as an image when Html Document is Loaded completely?

I have a problem on taking the snapshot of html document running on different browsers. I want to take snapshots of the web page running in different browser (Chrome,Fire Fox,ie etc) for browser comp ...
1
vote
2answers
365 views

C# webBrowser HTMLDoc.Click fires more then once, why?

I have the code below but when I click on the web page it fires 2 - 6 times. How can I make it just fire once? private void webBrowser1_DocumentCompleted(object sender, ...
1
vote
2answers
377 views

How can I retreive all the text nodes of a HTMLDocument in the fastest way in C#?

I need to perform some logic on all the text nodes of a HTMLDocument. This is how I currently do this: HTMLDocument pageContent = (HTMLDocument)_webBrowser2.Document; IHTMLElementCollection myCol = ...
1
vote
1answer
128 views

Why does System.Windows.Forms.HtmlDocument require full trust?

The HtmlDocument class has the following attribute: [PermissionSet(SecurityAction.LinkDemand, Name="FullTrust")] public sealed class HtmlDocument Why? Can I override this somehow? Or would i need ...
1
vote
1answer
400 views

How to add <link> or <meta> tags to <head> with HtmlAgilityPack?

The link to download documentation from http://htmlagilitypack.codeplex.com is returning an error and I can't figure this out by trying the code. I'm trying to insert various tags into the ...
1
vote
2answers
522 views

Changing content of HTMLDocument displayed in a JTextPane

I'm displaying some tables as HTML code (rendered by a Freemarker template) with a JTextPane. I also have some HTML links in this HTML output which can be used to interact with the values of the table ...
1
vote
1answer
7k views

mshtml.HTMLDocumentClass in C#

In C#, I managed to get the entire HTMLDocumentClass from an InternetExplorer object (navigating to a certain URL). However, in Visual Studio 2008's debug mode, the content of this HTMLDocumentClass ...
0
votes
0answers
23 views

need help in html to pdf document convertor(free) [closed]

I Have one xsd file, if I document xsd file using XMLpad, it is generating documentation in html file format but I need to convert it into pdf documentation. I heard HTMLDOC will do this job and also ...
0
votes
1answer
33 views

How to create an html document from scratch using the HtmlAgility pack

I just wanted to create my own simple document using the agility pack so create a new HtmlDocument that contains just the basic container elements - i.e. ...
0
votes
1answer
30 views

HtmlDocument in a winforms application, how to tell if text is overflowing?

I have a HtmlDocument object loaded in a winforms application (from a Web browser object). I am referencing a specific html table in the html document. Is there any way for me to know if the text ...
0
votes
2answers
19 views

Create a html document from result of webclient downloadstring method

I want to get html content from a webpage in my windows app. Im using webclient DownloadString method to get the string content and now I want to store this string result in html document but I am ...
0
votes
4answers
74 views

Create .exe file to open .html document

I need to create a .exe file that opens an .html document with the default browser. In command prompt, start myfile.html works, but I don't know how to turn that into an .exe file. How can I do that ...
0
votes
3answers
80 views

Get HtmlDocument after javascript manipulations

In C#, using the System.Windows.Forms.HtmlDocument class (or another class that allows DOM parsing), is it possible to wait until a webpage finishes its javascript manipulations of the HTML before ...
0
votes
3answers
171 views

print html table using php dom document

Need help, I would like to print this html code in our web page using php domdocument, but struggling I have also write the code with below. Could you please help me. <table width="610" ...
0
votes
2answers
111 views

C# inserting <input> in htmldocument

How do I insert a <input type="text" ...> in a Systems.Windows.Forms.HtmlDocument?
0
votes
1answer
340 views

Is it possible to set the outerHTML for a HTMLDocument?

Below is the code i use to alter the HTML displayed in IE. However it always throws exception - Could not set the outerHTML property. Invalid target element for this operation. Ain't it possible to ...
0
votes
0answers
158 views

How can I Suppress Windows Security Warning in C#.NET when using mshtml's HtmlDocument's

I am curious how I can supress the windows security warning that im getting when I call this function. private string GetElementByID(string url, string element_id) { Uri link_uri = new ...
0
votes
2answers
469 views

HtmlAgilityPack.HtmlDocument Cookies

This pertains to cookies set inside a script (maybe inside a script tag). System.Windows.Forms.HtmlDocument executes those scripts and the cookies set (like document.cookie=etc...) can be retrieved ...
0
votes
1answer
1k views

How to feed WebBrowser control and manipulate the HTML document?

Good day I have question about displaying html documents in a windows forms applications. App that I'm working on should display information from the database in the html format. I will try to ...
0
votes
1answer
67 views

Alowing a user to browse a url and then get the end URL back using javascript

I have a button in a form which constructs a base google search url and then launches a browser window. I store a reference to the created window. What I want to be able to do is then get the href ...
0
votes
1answer
215 views

file upload problem in struts2

i want to upload a file and update result in other div on the same page dynamically just by showing a string "succeed/failed". It is working fine when i am forwarding result to a new page. However for ...
0
votes
1answer
240 views

How can I invoke this onkeydown event with a WebBrowserControl in C#?

<input onkeydown="if(isNumber(event)) { this.value = isNumber(event); ajax_submit(this.form); bump_recruiter(); el('altsubmit').setAttribute('disabled', 'disabled'); return false; }" ...
0
votes
2answers
153 views

ASP.Net Page abstraction

We have a win application that shows a web form in a web browser. In order to get data from this web form we are using a hidden text box and get its text using HtmlDocument object of web browser ...
0
votes
2answers
113 views

In VB how can I use a website url to create an HtmlDocument object that contains all the html from that webpage?

I was trying to use HtmlDocument and a given url to pull in the html contents of a website to use. However there is no constructor for HtmlDocument and it's Url property is readonly. Is there any ...
0
votes
4answers
1k views

Extract a web document using c#

I am trying to get data from a web page using c# So far this is my code: WebBrowser wb = new WebBrowser(); wb.Url = new Uri("http://www.microsoft.com"); HtmlDocument doc = wb.Document; ...
0
votes
3answers
325 views

Regex challenge - find “foobar” in HTML document

I have a fairly long and complex HTML document, and I need to find all occurences of a given string, e.g. "foobar", unless it's between <a> and </a> anchor tags. The trouble is: it could ...
0
votes
1answer
338 views

How do I copy a DOM sub tree between two webbrowser.HmtlDocuments?

A WinForm application. I want to scrape a part of an HTML web page and save it into a local html file. I have one local file, "empty.htm" (containing just "I'm empty" in the body), one remote web ...
0
votes
1answer
508 views

Q about HTMLDocument, HTMLEditorKit, and blank spaces

When I run the following code: import java.io.IOException; import java.io.Reader; import java.io.StringReader; import javax.swing.text.BadLocationException; import javax.swing.text.EditorKit; import ...
0
votes
3answers
487 views

HTMLDocument: does Swing “optimize out” span elements?

I'm messing about with HTMLDocument in a JTextPane in Swing. If I have this situation: <html>... <p id='paragraph1'><span>something</span></p> <span ...
0
votes
5answers
697 views

Caching and re-using tree of HtmlElement objects

I am using the WebBrowser control in my project to display complex HTML documents that are generated/manipulated at runtime. I have noticed that constructing the DOM programmatically from C# by ...
0
votes
1answer
306 views

How to supply cookie to Java HTMLDocument?

I'm trying to read a web site as an HTMLDocument; and the site requires either a cookie from a previous logon, or a response to a popup dialog. I'm thinking that supplying the necessary cookie is the ...