| Thread | Last Post | Replies |
|
| window.open and IE | 01 Sep 2007 00:30 GMT | 1 |
I have this pop up window code: <script type="text/javascript"> function popUp(obj){ var win=window.open(obj.href,obj.innerHTML,"width=500,height=500");
|
| ul innerHTML in EX | 01 Sep 2007 00:10 GMT | 1 |
One more of the strange things IE does differently than FF. <html> <body> <ul id="ae">
|
| Dynamic Script Insertion Revisited | 31 Aug 2007 22:29 GMT | 24 |
In this thread: <URL: http://groups.google.com/group/comp.lang.javascript/browse_frm/thread/7e23f42490 c301de/56d47ba8d4d73e30?lnk=gst&q=createtextnode+randy+webb&rnum=1#56d47ba8d4d73 e30> The problem was, and still is, that IE - no version - will allow you to
|
| invisible table columns | 31 Aug 2007 20:14 GMT | 5 |
I want to do the following. I want to make a table column invisible to the screen, but I still want to be able to get the innertext that would have been stored in the cell for certain operations. What would be the best way to do this.
|
| Noob Problem, Changing Checkbox[dyn_name][i] State | 31 Aug 2007 19:50 GMT | 6 |
I'm using the following checkbox naming convention the reason being that when I POST the form, PHP read it as a multidimonsional array fairly easily. <input type="checkbox" name="enabled[parent_name][]">
|
| innerHTML for a table row problem | 31 Aug 2007 19:43 GMT | 6 |
I am having trouble with the following function that I am modifying from www.isocra.com. I am trying to change the ID of a hidden form object inside a table row. I have used alert() to test where it breaks and it seems to be on the last line of the function where I am trying
|
| Drug Database | 31 Aug 2007 15:31 GMT | 2 |
I have a website that I would like to add a pharmacology 'database' (for lack of a better word) of about 50-75 drugs. Basically I want users to be able to click on any drug and quickly have a page refreshed with that drug's data, with all pages having the exact same
|
| Javascript Obfuscator | 31 Aug 2007 14:03 GMT | 16 |
I am looking for a good javascript obfuscator - I found several on the web, but I am looking for one that can also handle javascript in jsp, html and java files - so I need a javascript obfuscator that handles my entire web project.
|
| innerHTML strange behaviour | 31 Aug 2007 12:56 GMT | 2 |
Please have a look a the code below. I have HTML (nested) list, each item contains a hyperlink. I wish to select one particular item (here #li1) and get the HTML fragment of the hyperlink (<a href="...">...</a>). It sounds so easy, I really can't understand what's wrong with my ...
|
| (window == any_element) always return true in IE6? | 31 Aug 2007 05:20 GMT | 8 |
test page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//ZH-CN" "http:// www.w3.org/TR/html4/strict.dtd"> <html>
|
| Search method or RegExp? | 31 Aug 2007 04:06 GMT | 9 |
Hi all. I know very little about regular expressions, but wanted to use one to validate an email address a user would be entering before the form is submitted. There are many examples out there. Two two functions I found below both validate an email address correctly, but work ...
|
| navigator.userAgent required to set location.href in Safari? | 31 Aug 2007 03:29 GMT | 2 |
Setting the location.href state in Safari sends the browser into a indefinite loading state [1]. This has been discussed here before [2] with no solution offered that I can find in the archives. One of the Webkit developers on IRC directed me to a web page [3] with this
|
| FAQ Topic - How do I generate a random integer from 1 to N? | 30 Aug 2007 22:49 GMT | 1 |
----------------------------------------------------------------------- FAQ Topic - How do I generate a random integer from 1 to N? -----------------------------------------------------------------------
|
| How to discover if attachEvent was done to an element | 30 Aug 2007 22:24 GMT | 14 |
I need to check if attachEvent was done to an element. The problem is that attachEvent does not save this information anywhere. Is there any way to do this???
|
| IE 7, getElementById, iframe | 30 Aug 2007 20:31 GMT | 1 |
On Internet Explorer 7, getElementById does not work if I have an iframe in my html. <html> <script language="Javascript">
|