First  |  Prev |  Next  |  Last
Pages: 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
Trouble putting Javascript in an anchor tag
Hi, I'm trying to do something simple that is blowing my mind right now. I'm on Firefox on Mac 10.6.3. I have this function ... <script type="text/javascript"> function delete(ruleId) { if (confirm("Are you sure you want to delete this rule?")) { location = '/sweeps/delete?id=' + ruleId; }... 23 Apr 2010 20:46
iframes? something better?
In comp.lang.javascript message <mq3us5tdl39108mfaak5226eahamamncp3(a)4ax. com>, Wed, 21 Apr 2010 10:53:05, MikeJ <no_spam_please(a)nothere.com> posted: I can not believe so many people take so much of their time to be sarcastic.. It is easier than being helpful. I wrote: "1) I have been trying to change an ... 23 Apr 2010 17:28
reset id for createElement('div')?
On Thu, 22 Apr 2010 12:24:50 +0200, Gregor Kofler <usenet(a)gregorkofler.com> wrote: Am 2010-04-22 08:55, Geoff meinte: Hello I am having a problem with part of my code and think I know why?! I create a div using var new1 = document.createElement('div'); new1.innerHTML = str1; new... 23 Apr 2010 17:29
option & textnode
> Why your code didn't work as intended is not obvious from what you posted. As roundabout as it is, it would probably "work" (in an unsafe way). The error you describe might be caused when you try to add the new option to a select element. Try the "new Option" suggestion (first code snippet), and be ca... 23 Apr 2010 17:28
how to put data from XML file to <select> ? Not working localy.
Hi.I have got a problem with javascript and XML. I want to put data from XML file to HTML <select> options. My code is working but only if I put this (websites) on server, but I want to run my html site on every comp, localy, for example from CD., on windows without Apache etc. When I run my site localy file:///... 27 Apr 2010 16:46
Quicktime and innerHTML
On 23/04/2010 11:41 PM, Ry Nohryb wrote: On Apr 23, 1:56 pm, Andrew Poulos<ap_p...(a)hotmail.com> wrote: On 23/04/2010 4:11 PM, David Mark wrote: Andrew Poulos wrote: On 23/04/2010 2:17 PM, David Mark wrote: Andrew Poulos wrote: On 23/04/2010 12:00 PM, David Mark wrot... 23 Apr 2010 20:44
How to test if an element is a radio button
Hi, If I am given an element name (e.g. the "name" attribute of a DOM object), how can I test if that element is a radio button? Thanks, - Dave ... 23 Apr 2010 20:45
ISO 8601 date format
On Apr 22, 9:56 am, Dr J R Stockton <reply1...(a)merlyn.demon.co.uk> wrote: [nick:] ISO-8601 (example: 2005-08-15T15:52:01+0000) const string DateTime::ISO8601 = Y-m-d\TH:i:sO ; O  Difference to Greenwich time (GMT) in hours  Example: +0200 That should really be to UTC.  And it is not in hours - 200... 23 Apr 2010 17:29
FAQ Topic - Why does framename.print() not print the correct frame in IE? (2010-04-21)
----------------------------------------------------------------------- FAQ Topic - Why does framename.print() not print the correct frame in IE? ----------------------------------------------------------------------- IE prints the frame that has focus when you call the print method ` frameref.focus();frameref.p... 20 Apr 2010 19:39
FAQ Topic - How do I format a Number as a String with exactly 2 decimal places? (2010-03-30)
In comp.lang.javascript message <02e22049-4f44-447a-9e48-1c19e5eb1352(a)r1 g2000yqb.googlegroups.com>, Mon, 19 Apr 2010 04:31:29, Jorge <jorge(a)jorgechamorro.com> posted: And note that the best workaround for that bug is to switch to a better browser. All browsers contain bugs. Switching gets a new set of bugs... 20 Apr 2010 19:39
First  |  Prev |  Next  |  Last
Pages: 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75