| Thread | Last Post | Replies |
|
| parsing an xml response feed in firefox | 27 Oct 2007 21:14 GMT | 1 |
Anybody know how to use the loadXML function that works in IE getting it to work in firefox? I am trying to parse a feed from blogger.com and display the contents in my webpage.
|
| Ignoring HTML tags in RegExp | 27 Oct 2007 21:12 GMT | 4 |
I use regexp in JavaScript. Script extracts urls from texts but sometimes there are html tags like <b> in url strings. Can i ignore tags in RegExp? I mean ignoring everything between < and >. Not some exact tags. Thanks
|
| Newbie Distress | 25 Oct 2007 20:43 GMT | 1 |
Please excuse my newbie question. I am trying to display the contents of a simple text file named dir.txt in Internet Explorer. The file dir.txt is in the root of my personal web server on the net along with the following jscript saved as an .htm file.
|
| Using JS on AJAX return - help? | 24 Oct 2007 15:41 GMT | 1 |
Since AJAX is all about JavaScript. Im hoping someone in the group has a simple solution to my question. I have some JS code I want to execute upon returning from an AJAX call. Its current resides in the BODY onload event. Since I know that with AJAX this event will not fire ...
|
| trim js | 24 Oct 2007 02:49 GMT | 4 |
hi everyone! just want to ask some question.. function LTrim(value) { var re = /\s*((\S+\s*)*)/; return value.replace(re, "$1");
|
| CSS behavior works on IE7 but not on IE6 | 23 Oct 2007 11:46 GMT | 3 |
I have written a CSS behavior "input.htc" as follows : <PUBLIC:ATTACH EVENT="onkeyup" ONEVENT="verifTexte()" /> <SCRIPT LANGUAGE="JScript"> function verifTexte() {
|
| Windows Script 5.7 for Windows 2000/XP/Server 2003 | 22 Oct 2007 17:01 GMT | 20 |
Windows Script 5.7 for Windows 2000/XP/Server 2003 Download details: Windows Script 5.7 for Windows 2000 <http://www.microsoft.com/downloads/details.aspx?familyid=c03d3e49-b40e-4ca1-a0c7 -cc135ec4d2be&displaylang=en&tm> Download details: Windows Script 5.7 for Windows XP
|
| Script works prior to page load, but not after | 22 Oct 2007 16:39 GMT | 3 |
I have some Javascript that adds rows to a table. This is encapsulated in a function called "addVariable". If I call the function while the page is loading, like this: <script>
|
| I need a simple bookmarklette | 19 Oct 2007 20:07 GMT | 2 |
Is there a bookmarklette that will insert a character at the insertion point. There is a special character that I want to be able to use in a forum. It requires that I type ★ each time. How can I have a bookmarklette do it?
|
| How to generate special characters | 19 Oct 2007 17:56 GMT | 1 |
There does not seem to be a correspondence between ALT codes and HTML entities. For example a solid heart is ALT 4 and the HTML entity is ♥ or ੩. Given a list of ALT codes is there a way to generate displayable
|
| Problem with javascript in web page. | 19 Oct 2007 00:42 GMT | 8 |
I'm can't get this to work the way I want it to. I have divs that are hidden by using style="display:none" I have this javascript function in the head <script language="javascript">
|
| OOP, object literal notation, and the 'new' operator - how to have multiple child objects of a parent object? | 18 Oct 2007 23:19 GMT | 1 |
I wonder if anyone can clear up an OOP issue for me, specifically, how to have multiple child objects of a parent object. Consider the code below: var parentObj={
|
| Getting text from a file using JavaScript or an HTML attribute | 17 Oct 2007 04:57 GMT | 5 |
I have a situation in which I would like to retrieve text from a text file (such as a *.txt file) dynamically in my page, and I want to be able to change which file this is using JavaScript. If there was an html tag that had an attribute to specify the path to the text file (sort ...
|
| Page in IE7 is frozen after running certain script | 17 Oct 2007 03:29 GMT | 5 |
I have select element and JavaScript which dynamically remove options nodes from select element. But when I remove option from select element using this script IE change cursor to classic arrow and no link, control, ... on that page is clickable (option is deleted and it is fine ...
|
| CheckAll only in one Column | 16 Oct 2007 07:53 GMT | 4 |
Hello NG, my knowledge in Javascript is very limited. I have the following problem: I use the HotGridView by Dino Esposito
|