First  |  Prev |  Next  |  Last
Pages: 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
JavaScript (tm) hoax
VK wrote: From my side I do reserve my rights to: 1) to send to hell any attempts to enforce the "right" term ECMAScript instead of "wrong" term JavaScript. You'll be busy countering Thomas pointedears daily claims that there is no javascript :) ... 7 Jun 2010 15:26
FAQ Topic - Why does 1+1 equal 11? or How do I convert a string to a number? (2010-05-30)
----------------------------------------------------------------------- FAQ Topic - Why does 1+1 equal 11? or How do I convert a string to a number? ----------------------------------------------------------------------- Variables are not typed; their values are. The conversion between a string and a number happ... 29 May 2010 19:01
dynamic textarea question
Hello, What I intend to do is to give a textarea 60% of a browser window's height and width respectively. Here's how my current page look like in a nutshell. At top, the CSS section has the following line: body { height:100%; widht:100%} /* purpose: to prepare for the relative width and height call from the ... 30 May 2010 21:56
PLAY RACE GAMES
PLAY CAR RACE GAMES:- PLAY CAR RACE GAMES ON MY WEB SITE AND ENJOY UR MIND FRESH AND U CAN DOWN LOAD ALSO MY GAMES VISIT http://andhraonlinegames.blogspot,com ... 29 May 2010 17:55
Suggession for your website
My name is Nitin Vasnik and I just happen to visit your Website. I see that your company's Website is good but the only thing lacking is page ranking due to keywords. A good page ranking is very helpful in getting more business. We are Elsner Media Marketing & we provide Seo Services. We have a staff of 15... 30 May 2010 08:56
Can't show flash player again on IE
Hello, I have a problem with flash player on IE, i wish a help for this. I use the code: var str = '<object classid="clsid:D27CDB6E- AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/ pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" ' str += 'width="100" '; str += 'hei... 30 May 2010 10:00
Load and display an image.
Why doesn't this work? When I execute the "onClick" event, the image appears briefly, then goes away. I'm trying to develop a page where I can change the image being displayed. <script type='text/javascript'> function getImage() { var image = "images/MtRushmore.JPG" ; document.getElementById('imgSpot').... 30 May 2010 15:24
FAQ Topic - Why does K = parseInt('09') set K to 0? (2010-05-29)
----------------------------------------------------------------------- FAQ Topic - Why does K = parseInt('09') set K to 0? ----------------------------------------------------------------------- Method ` parseInt ` generally needs a second parameter, ` radix `, for the base (value between 2 and 36). If ` radi... 30 May 2010 19:46
how to deliniate a currency-variable.
Below script works with a *.mdb file. Everthing worked fine in the past, but the difference now is that "newdebit" and "newcredit" are now type-currency. I don't know how to deliniate a currency-variable. For example, type-date is deliniated with a #-sign, and a string-variable is deliniated with a '-sign. A numeri... 28 May 2010 15:56
Join Javascript objects
Having a object var a = { name : "Carlos", id : 102 } and a function: function getDetail() { return { adress : "Portugal", phone: 214443534535} } how can i create an object that is the union of the object and the function return something like: var b = a.Join(getD... 28 May 2010 18:09
First  |  Prev |  Next  |  Last
Pages: 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57