First  |  Prev |  Next  |  Last
Pages: 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
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
Edlite LED panel--http://www.edlite.hk
LED Edge-lit Acrylic for Light Boxes, Signs, Soft Boxes LED Back-lit Panels for Light-boxes, Backlighting and General Illumination No Mercury or Heavy Metals, Long Life, Low voltage, Low Power Consumption, Low Heat More detail,please kindly enter into our website:http://www.edlite.hk or send mail to jenny(a)edlit... 21 Apr 2008 03:30
mootools Ajax fade in fade out response problem
Hi I tried to load asynch. request in that order : fade in div, put response into div, fade out div problem is i get that order : response goes into div, fade in div, fade out div what is the problem ? function sendHermes(param){ var hermes = new Ajax( ... 21 Apr 2008 11:42
Save screen to a file
How do I use JavaScript to save a webpage (screen) to a file? Perhaps a Mhtml? Thanks for the help. Ken ... 22 Apr 2008 03:09
popup combo box
Dear All, I have combo box with many records, My first question is how to load the records from database and populate the combox. My second question is when the user type in name, for example "ABC", the combo box will show record that contains "ABC" only. That means the combo box will auto show record... 21 Apr 2008 01:08
First  |  Prev |  Next  |  Last
Pages: 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136