|
First
|
Prev |
Next
|
Last
Pages: 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
Enable text box when specific option is selected I can enable a text box with an onChange if ANY option is selected from a select list, but how do I do this for a specific selection? Even better would be if the field didn't appear until after the event. This is for those selecting "other" to tell us what "other" is. Thanks. J Schlosser ... 2 Jul 2008 12:55
hide whole body but one div Hi, I can use document.body.style.display="none" to hide whole page but then if I want to display one div only by document.getElementById("centerPage").style.display="" it does not work... so is there any easy and fast way how to completely hide whole body and to keep displayed one nested div only? thanks ;)... 3 Jul 2008 17:39
reg exp I'm trying to have a regexp to validate string that contain letters numbers and the character ' ' but that begins with a letter I'm using: [a-z,A-Z][a-z,A-Z,0-9, ]* But it does is validated: aaa !!! aaa What I'm doing wrong? Thanks ... 3 Jul 2008 04:18
How to get when daylight saving starts and ends (date and time) from java script ? I am trying to construct uclibc style timezone string(e.g. GMT +0IST-1,M3.5.0/01:00:00,M10.5.0/02:00:00) from javascript but do not know how can i get when DST starts and ends from my script.I need to know which day/week/month and time if not 2 a.m when DST setting start taking effect and also stop taking effect. ... 2 Jul 2008 20:08
Good Price !! AF1 X Jordan 7 8 9 20 Fusion Shoes, Prada AF1 Sneakers For sale Air Force 1 X Jordan 9 20 Fusion , Air Force 1 X Jordan 1 3 Fusion , Air Force 1 X Jordan 4 5 Fusion , Air Force 1 X Jordan 7 8 Fusion , Air Force 1 X Jordan 12 13 Fusion , Air Force 1 X Jordan 21 23 Fusion , Discount LV trainers, LACOSTE sneakers, EVISU trainers, PUMA s hoes, PRADA sneakers, AIR MAX TN LTD t... 2 Jul 2008 09:49
Help! asp.net need js for HyperLink variable I didn't know a better way to label my subject! Sorry guys... I have an ASP.net Datagrid. What I'll be using this for is for a user to choose an employee record on the datagrid then hit the detail button or link and launch a new window showing the details for that specific employee. The new window will have to pick... 2 Jul 2008 09:49
How to get uclibc style timezone string (e.g GMT+0IST-1,M3.5.0/01:00:00,M10.5.0/02:00:00) from javascript On Jul 2, 10:48 am, Rohit <will.u.tellmem...(a)gmail.com> wrote: I am trying to get client machine's timezone from my java script . But i have no idea how would i be able to get it in uclibc format. (e.g. GMT+0IST-1,M3.5.0/01:00:00,M10.5.0/02:00:00) . I saw couple of posting on net from which suggest getTimez... 3 Jul 2008 08:23
JSON to a Table Grid in HTML How do i load json data in to a table grid?Could some one help me out. The JSON Object is in the javascript itself. ... 2 Jul 2008 12:55
How to get uclibc style timezone string (e.g GMT+0IST-1,M3.5.0/01:00:00,M10.5.0/02:00:00) from javascript I am trying to get client machine's timezone from my java script . But i have no idea how would i be able to get it in uclibc format. (e.g. GMT+0IST-1,M3.5.0/01:00:00,M10.5.0/02:00:00) . I saw couple of posting on net from which suggest getTimezoneoffset or may be calculation with dates from script gives correct ... 2 Jul 2008 06:45
multiple parameters in function Hi I want to pass one or two parameters to a function, such as function OpenDirSel(input, user) { } The point: it does not work with 2 parameters, why? Is there a way, that I can make the 2nd parameter optional? WBR Sonnich ... 2 Jul 2008 08:48 |