Top "Document" questions

Is a term that in computer science can refer to various file types containing usually human readable information, if opened with appropriate software.

How can I determine if the document.referrer is from my own site?

Each time a page is requested I get the referrer of the page it came from. I need to track …

javascript document referrer
Strange issue with UIDocumentInteractionController

I don't know what wrong with this code but everytime when I run the app, after the Menu is shown, …

iphone ipad document
How to create .odt files with C#.NET?

Note: I found this "Creating a Word Doc in C#.NET", but that is not what I want. Do you …

c# document openoffice.org
how to compare two fields in a document in pipeline aggregation (mongoDB)

I have a document like below : { "user_id": NumberLong(1), "updated_at": ISODate("2016-11-17T09:35:56.200Z"), "created_at": ISODate("2016-11…

mongodb comparison aggregation-framework document pipeline
adding content to existing xml with jdom

package xml.dierenshop.flaming.v1; import org.jdom2.Document; import org.jdom2.Element; import org.jdom2.output.XMLOutputter; import org.…

java xml class document jdom
Why won't this JavaScript (using document.open and document.write) work in Internet Explorer or Opera?

I desperately need some help on this one. I've created a <script> that closely parallels, and reproduces the …

javascript iframe scope document document.write
Add HTML content to Document associated with JTextPane

I have a question regarding some simple console I'm making. I know that it's possible to add html content to …

java html swing document jtextpane
What's the most concise cross-browser way to access an <iframe> element's window and document?

I'm trying to figure out the best way to access an <iframe> element's window and document properties from …

javascript dom iframe cross-browser document
Python refresh HTML document

I have an HTML document that I am able to open with the webbrowser module by specifying it as the …

python html refresh document python-webbrowser
What is DOM? (summary and importance)

What is the Document Object Model (DOM)? I am asking this question because I primarily worked in .NET and I …

html object dom model document