First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
XML and javascript
Any way to ruin javascript from inside of a .xml file? (<?xml-script...> or the like) ... 22 Apr 2008 08:08
Opera and dynamic style change.. this must be a joke..
Ok, I tried simply everything that came to my mind and now I ran out of ideas, but to the point - take a look at the code below // GetStyle returns given style value (works fine) document.getElementById("inner").style.backgroundColor = GetStyle("box", "backgroundColor"); document.getElementById("box").style.back... 22 Apr 2008 17:13
FAQ Topic - Why does simple decimal arithmetic give strange results? (2008-04-22)
----------------------------------------------------------------------- FAQ Topic - Why does simple decimal arithmetic give strange results? ----------------------------------------------------------------------- For example, 5*1.015 does not give exactly 5.075 and 0.06+0.01 does not give exactly 0.07 in javascr... 21 Apr 2008 18:58
onClick / Nested Divs
Can someone please explain how onclick works with nested, absolutely positioned div containers? I would expect, when several divs are on top of one another, clicking on them would trigger an onclick event for each div. But it's not working that way. Take a look at the attached file. Clicking in the center of th... 22 Apr 2008 14:48
Windows XP Command Prompt - called via ActiveXObject
Is it possible to start and manage command prompt via activexobject (jscript)? I would like to be able to send commands to command prompt and return strings, so it would act as in real cmd.exe but with my own interface. (I would like to implement it into FindAndRunRobot - something like Launchy) I know I can start ... 21 Apr 2008 14:56
reusable function to get radio button's selected value?
According to http://www.quirksmode.org/js/forms.html you need to look through a radio button's members to find the value: Radio buttons Unfortunately it's not possible to see at once which radio button in a group the user has checked. You need to go >through all radio's and see which one's checked property ... 22 Apr 2008 15:37
" in textfields
I'm writing innerHTML for a text field. Sometime the textfield has double quotes in them. value_=value_.replace(/"/g,'\\"'); var content = '<input type="text" name="'+name_+'" size="'+size_+'" value="'+value_+'">'; I'm not sure why that doesn't work, but it doesn't! I'm missing something simple, so... 22 Apr 2008 10:42
Read a file into Javascript variable from the server
I need to read a file into a Javascript variable everytime a Javascipt function is executed. The file is generated by a perl scipt. The filr (a text file) is in the save directory on the server as the javascipt js and perl script. I googled around and find a lot of info regarding some platform and browser. What w... 21 Apr 2008 08:30
Strange Safari onClick problem
Hi, I am trying to write a webpage that has a form on it, which gets submitted when a button is pressed, but also has an onclick event which does some DOM manipulation to display a waiting page. The issue that I am facing is that in Safari, a blank screen is being displayed rather than the waiting page. This ... 23 Apr 2008 07:30
comp.lang.javascript FAQ - Quick Answers 2008-04-21
comp.lang.javascript FAQ - Quick Answers- 9.88 - 2007-10-12 1 meta-FAQ meta-questions 2 comp.lang.javascript tips 2.1 Which newsgroups deal with javascript? 2.2 What questions are off-topic for clj? 2.3 What do I have to do before posting to clj? 2.4 Why was my post not answered? 2.5 How do I dire... 21 Apr 2008 18:58
First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42