Tagged Questions

0
votes
1answer
18 views

How do I properly create and manipulate checkboxes via javascript in Internet Explorer?

Hello, I'm writing a web app. Based on certain choices the user selects, it dynamically creates a number of checkbox input elements. For the sake of usability, they should be cr …
0
votes
5answers
61 views

Simple HTML DOM help

How can I extract the value attribute of an input tag? Using SIMPLE HTML DOM let me give you an example: <form action="#" method="post" name="test_form" id="test_form"> Name …
0
votes
1answer
16 views

Is there a way to parse html with lxml, but manipulate it with minidom?

I have an application where I've been using html5lib to liberally parse html. I use the minidom interface, because I need a real DOM API and ElementTree is not appropriate for what …
1
vote
1answer
36 views

How to replace content of a popup window with an AJAX request?

I am at loss to understand how popup windows´ DOM-trees and their manipulation from opener window work. What is the proper way to implement what I am trying to do (described below) …
4
votes
4answers
55 views

jQuery: Easiest way to wrap an image tag with an A anchor tag

This is a simplified version of my problem. I have two buttons, and one image. The image code is something like this <img class="onoff" src="image.jpg"> When I press but …
1
vote
4answers
23 views

PHP DOMDocument GetElementsByTagName Not Finding Elements

I have an HTML page containing alot of meta tags and I want to parse them to find certain ones. Here is the code I am using, but it's not picking up any of the tags. $dom …
2
votes
7answers
93 views

How to get the HTML for a DOM element in javascript

Hi, Imagine I have the following HTML: <div><span><b>This is in bold</b></span></div> I want to get the HTML for the div, including the div …
0
votes
4answers
40 views

Can I get the location of where a JavaScript library is loaded from, from within the script?

Lets say I have a page with this code on it on www.foo.com: <script src="http://www.bar.com/script.js" /> Can I write code from within script.js that can check that it was …
2
votes
2answers
42 views

Django ajax formatting convention

What's the correct way to do an ajax request, I've seen people using a returning render_to_string so that they can do all their formatting within python using the template language …
0
votes
1answer
129 views

How do I resize a div automatically to the size of its contents when the contents of the div have changed?

Hi all, At the moment, I have this DIV with a registration form centered over the page. The contents of the DIV come from an ascx-page. This is done nicely. Now, if the user tries …
0
votes
4answers
39 views

Override default behaviour for link (’a’) objects in Javascript

Hi, I don't know if what I'm trying to accomplish is possible at all. I would like to override the default behaviour for all the anchor objects ('a' tag) for a given HTML page. I …
0
votes
0answers
21 views

Tables created programmatically don’t appear in WebBrowser control

I'm creating HTML dynamically in a WebBrowser control. Most elements seems to appear correctly, with the exception of a table. My code is: var doc = webBrowser1.Document; var bod …
0
votes
4answers
60 views

Regular Expression to find URLs in block of Text (Javascript)

I need a Javascript regular expression that scans a block of plain text and returns the text with the URLs as links. This is what i have: findLinks: function(s) { var …
1
vote
2answers
27 views

PHP DOMDocument error handling

Hi, In my application I am loading xml from url in order to parse it. But sometimes this url may not be valid. In this case I need to handle errors. I have the following code: $x …
0
votes
1answer
11 views

Accessing the Firefox object model

Is it possible to access the DOM of a firefox page from a process outside of Firefox (in Windows.) It is possible to do with in IE via the accessibility interface and is a commonly …

1 2 3 4 5 74 next
15 30 50 per page