First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
FAQ Topic - How do I make a 10 second delay? (2010-04-24)
----------------------------------------------------------------------- FAQ Topic - How do I make a 10 second delay? ----------------------------------------------------------------------- There is no built-in way to pause execution in javascript such as a sleep function, but hosts usually provide a method of som... 23 Apr 2010 20:46
Getting Server data using AJAX
I want to get access to some server data to be used by JavaScript. I am using AJAX and can get the data using a client ID (<div id=datahere></div). This works great. But, I want to use data that ends up at "datahere" in a JavaScript function using obj.innerHTML = xmlhttp.responseText; Also, if I place a global... 23 Apr 2010 20:46
Code works with IE7, FF3.5 but not IE8 and Why?
.... <script type="text/javascript"> function setFrm() { var fh = document.getElementById('txt'); fh.style.width = (screen.width - 60); fh.style.height = (screen.height - 330); } </script> .... <body onload="setFrm();"> .... <iframe id="txt" name="txt" contenteditable="true"></iframe> OUTCOM... 23 Apr 2010 20:45
What Women Wants To listen:). http:/www.fashion4world.net
http:/www.fashion4world.net ... 23 Apr 2010 20:45
This is a test.
123 123 ... 23 Apr 2010 20:45
Quicktime and innerHTML
If I dynamically add a quicktime movie to a page using innerHTML the movie appears/plays but the movie's controller bar doesn't in IE. var movie = "<object " + "classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' " + "codebase='http://www.apple.com/qtactivex/qtplugin.cab' " + "style='position:absolute; left:10... 28 Apr 2010 03:56
Yellowfin 5.0 release
Powered by Java Leading web-based BI provider, Yellowfin, will unveil their milestone 5.0 release in May 2010. This release includes significant enhancements; including an integrated in-memory database, that turbo charges analysis. Yellowfin 5.0 provides even greater insight, rapid deployment and requires minim... 23 Apr 2010 20:44
option & textnode
I have next piece of code. I have a question - why text "Months" not in there option line of form. Just after form. I is not right for me. I want in there option line. var oOptionIntervalInputM = cElement('option'); cAttribute(oOptionIntervalInputM,'value','m'); var oOptionIntervalInputTe... 23 Apr 2010 20:44
ISO 8601 date format
Ok, this is a bit off-topic for cljs but I was hoping someone here might know the answer. After reading this: http://www.w3.org/TR/NOTE-datetime "TZD = time zone designator (Z or +hh:mm or -hh:mm)" "1994-11-05T08:15:30-05:00" I'd say that ISO 8601 formatted dates should have a colon between the hour... 24 Apr 2010 19:25
First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74