|
|
| newer topics <<< | >>> older topics |
| IE versus FF |
| So window.opener.document.getElementById() works perfect in IE, however its really slow in Firefox. Any ideas? ... |
| Java Script in depth - posting rules |
| This forum is for discussing JavaScript language only. All irrelevant topics will be either moved or deleted. Please write descriptive topic names when creating a new topic. Be polite and respectf ... |
| detecting that a browser has a buggy DOM implementation |
| I'm playing with the DOM and I need to make the difference between good browsers (FF) and IE alike. What's the best way to detect that a browser has a buggy (IE) DOM implementation ? ... |
| how to place the text |
| Can anyone tell me how do i place text within a "A" element created with document.createElement?? ... |
| blank page in FF |
| Using firefox, I am including a javascript file using the DOM, and when it gets included, the page goes blank and it says its trying to read from the server where the js file is located -- anyone kno ... |
| how to create a SMART floating div |
| Hi all. does prototype or scriptaculous offer a way to create a "smart" floating div that follows the screen when scrolling? ... |
| How can i access data on a iframe |
| How can i access data on a iframe ? i need access the data in a iframe that is a remote url ... |
| onKeyPress |
| Hey all I'm kinda new to javascript... i have: <body onLoad="initB()">... how can i add onKeyPress="microsoftKeyPress()" to it? ... |
| valifating a number onchange |
| Can i validate a number onchange? ... |
| how to remove a div element completely |
| how do I remove a <div> element completely? ... |
| onclick event |
| Hello. I have a list of news. And till now the layout was solved with tables. Each news was in a table row and had 3 extra events... onmouseover, onmouseout and onclick I solved onmouse over and onm ... |
| problem with array length |
| I noticed that some of my arrays have a wierd length, it is bigger than whats in there. i have 2 elements in one right now, but length is 8 Why is that? ... |
| creating css style classes in javascript dynamically |
| I would like to dynamically create css style classes in javascript. Is this more involved than just createElement('style') and putting in " div.mySylte { font-weight: X; ...} " manually in ... |
| setting post variable with javascript |
| hi! Can i set post variable with javascript? ... |
| problem with variables using form input images types in IE |
| Hey there. I've got a little problem here. ie dosen't properly pass $_POST variables using form input images types. So I wish to use javascript onclick ability to maybe set some different post value ... |
| how to create a check box that hides another button |
| Are div tags the best way to create a check box that hides/revelas another button? ... |
| can access an elemts class-name |
| can i access an elemts class-name? like <foo class="bar" .. via document.getElementById..? ... |
| running a program on the browser's machine |
| A client wants me to build a webpage that can run a program on the browser's machine. Is this possible? The program is command line driven. Its job is to create a text file that I need to be able t ... |
| how to see the mouse quardinates of the click |
| I have a <td onmousedown='moveFunction();'>. Inside movefunction how can I see the mouse quardinates of the click, relative to the <td>? ... |
| submit function error |
| Is there a reason I get an error "document.forms.qform.submit is not a function" when I use: document.forms['qform'].submit();? AFAIK, it should work fine <FORM method=" ... |
| unknown error |
| I have two files, a xml and a xsl file that goes into a html through a php. while opening on da browser I get this error: "Warning: DOMDocument::load() [function.load]: xmlParseEntityRef: no nam ... |
| javascript for getting a list of directories |
| Hello ... am wondering if it is possible to have some javascript to be run on client side to get a list of directories The goal being to make an index/links to an index.html in each dir dynamically ... |
| import in JS |
| Is there a way to include another javascript file using javscript? (perhaps printing out an <script src=""> or some import function in js? ... |
| the best way for putting javascript into external js file |
| When I have <a href="#" onclick="Effect.BlindUp('user-login-form');; return false;">Blind me up</a> and I want to put the javascript into an external .js file, whats t ... |
| problems with updating form |
| Ive create a simple html form to edit such a row in the database, however once complete, the database is updated, however the loaded .php is not Any way to resolve this? ... |
| problems with function window onresize |
| I'm playing with window.onresize = alert('resized'); but it fires only at the first load and not when expected ... |
| uncaught exception |
| Can anyone tell me what does it mean by "Error: uncaught exception: Permission denied to get property Window.title" ?? ... |
| dynamic generating form |
| Hi Is there any techniq to dynamically generate form, based on different input array ? I have about 10-15 forms to render and evaluate dynamic vs static inclusion in hidden mode ... |
| resizing an iframe like maps google com does |
| Does anyone know how may I resize an iframe like maps.google.com does? I can't find the code there. Maybe a simple example. ... |
| problem with specifying a default value |
| Can anyone tell me the syntax for specifying a default value for a parameter to a function. When I do function foobar(moo, hax = 123). I get syntax errors. Firefox says: Error: missing ) after for ... |
| how to know when the browser window changes its sizes |
| Is it possible to know when the browser window changes its sizes? ... |
| how to check for VML support |
| Hi Is there a way in javascript to check for VML support, similar how i can check for window.SVGElement for SVG support in firefox? ... |