First  |  Prev |  Next  |  Last
Pages: 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
How to get the html elements of Iframe from the Parent page by javascript
Hello Friends, I have a parent page containing an iframe which load an another page with radio buttons in it. Now i have to get the iframe radio buttons from the parent page to work on. I have used the following script to get the radio button but didint worked i.e window.frames['frame01'].document.getEl... 22 Jan 2010 07:17
Key Codes for some keyboard buttons
This tutorial will show you how to get the pressed key in the browser window, whether it's Ctrl, Alt, Shift, Page Up, Arrow Up or any other key. There's both an Internet Explorer and a Firefox way of doing this. http://www.ezdia.com/Key_Codes_for_some_keyboard_buttons/Content.do?id=782 There are several reason... 24 Jan 2010 08:57
control a form submit
I have something like this (trimmed down) <form id="aform",method="post"> <input type="submit" id="butOne", value="butOne"> <textarea id="tx1"></textarea> <input type="submit" id="butTwo" value="butTwo"> <textarea id="tx2"></textarea> </form> I want to intercept the submit action on butOne, so I tried th... 25 Jan 2010 08:17
-> Ajax using prototype.js blinks image but doesn't display it...Help
On 1/21/2010 7:07 AM, Steve JORDI wrote: Thanks anyway. I didn't know prototype.js was depreciated. As Scott mentioned, prototype.js isn't deprecated. That's David Mark's standard response to ANY library (that is actually used at least, his own is exempted from his criticism -- yet strangely is not seen ... 22 Jan 2010 05:04
Radio button problem
i'm trying to add 70 dollars to a price total if a user selects the second radio button in a group named inks1, which has a radio button value of 2, but in my orderTotal function, i cannot get the selection to add 70 to the price total in the following: section of javascript orderTotal function: if(isNaN(qty.v... 21 Jan 2010 10:01
jQuery Lint
<flamebait> http://james.padolsey.com/javascript/jquery-lint/ </flamebait> A not so subtle hint that something might be wrong with your library? ... 20 Jan 2010 14:01
iscontenteditable browser support
I have been thinking of building a rich text editor based on iscontenteditable to replace the TinyMCE install we use on our CMS, but am having trouble finding data on browser support. Is there a list of browsers that support iscontenteditable? I really could do with a list of browser, along with the minimum versio... 18 Jan 2010 10:50
Passing primitive variables by reference in JavaScript
On Jan 17, 10:24 am, Thomas 'PointedEars' Lahn <PointedE...(a)web.de> wrote: .... - $-prefixed property names are a problem for many reasons; avoid them   as recommended by Edition 3 Final of the (ECMAScript) Specification. Ok, I just had a look through a pdf document I found on mozzila's (sorry, web) site ti... 18 Jan 2010 19:54
knowing what and when to feature test
given the following javascript: var hour = new Date().getHours().toString(); document.body.className = '_' + hour; is it safe to assume that any browser supporting javascript will be able to execute the code without error. in other words is it safe to assume the features exist and implementations will ... 24 Jan 2010 16:56
FAQ Topic - How do I make a suggestion? (2010-01-17)
----------------------------------------------------------------------- FAQ Topic - How do I make a suggestion? ----------------------------------------------------------------------- To make a suggestion to the FAQ, use either the FAQENTRY method above, or email Garrett Smith dhtmlkitchen(a)gmail.com (current FAQ ... 16 Jan 2010 19:25
First  |  Prev |  Next  |  Last
Pages: 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111