First  |  Prev |  Next  |  Last
Pages: 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718
scrolling tables
trying to use this script for scrolling tables found at this link: http://www.litotes.demon.co.uk/example_scripts/tableScroll.html The top left corner in the table grid is hidden from being displayed. I see: -- the code is creating DIV's and -- overrides are hidden but still can't see anyway to m... 28 Feb 2006 09:50
element position inside scrollable div tag
I'm using the algorithm listed beow to get the position of an element. Some elements are located inside DIV tags that can scroll. The scrolling doesn't seem to change the X and Y coordinates I get back from this algorithm so it ends up being wrong. What do I need to do to include the effects of the scroll bar? ... 17 Feb 2006 09:43
scrollbars in IE disappearing and appearing again
I've come across a strange problem I can't seem to solve. Every now and then the scrollbars in IE for http://www.websaid.be/ disappear. Most of the time the problem can be reproduced by following a link on the page and then returning to the home page by clicking on the arrows in the top left corner: suddenly t... 18 Feb 2006 16:23
cell.onclick="..." not work?
Hi, this is the code, and new row and new cell generated ok, but why the onclick and onmouseover doen't work? Thank you in advance! <html> <head> <script language="javascript"> function inserttable() { alert("running"); var oRow = testtable.insertRow(); var cell = oRow.i... 13 Feb 2006 01:49
Set focus on hypertext link?
I am trying to create a hypertext link (text within an anchor) so that if the onlly thing the user does is to press Enter, the link will take affect and navigate properly. The link is not the first "object" on the page. Tabbing to the hypertext certainly works. Any ideas? Rich Blackburn ... 10 Feb 2006 20:58
reject error
A form input where value = viagra is to be rejected using a javascript, but it doesn't work at all. Line 30 and on is where the last attempt to get the code to work is. http://html-channel.com/pastebin.php?id=2 Anyone able to help me with this? -- Torbj?rn Pettersen ... 16 Feb 2006 10:45
innerHTML vs. replaceChild()
Why does the FAQ (Q 4.15) recommend innerHTML when so many here say one should use createElement(), replaceChild() etc? Also, why does the "Alternative DynWrite function" at <http://www.jibbering.com/faq/faq_notes/alt_dynwrite.html> need such a lot of tests to find out if innerHTML assignment actually works, i... 11 Mar 2006 02:17
Javascipt - Array- Iframe -Refresh
Can someone direct me, or give me advice... I simply would like to load a random html page from an array into an iframe upon refresh or visit. Every time the user visits the site a diferent news article (html page) will present itself in the iFrame. ... 9 Feb 2006 22:01
i'm doing something wrong with this function...
This works in firefox, not at all in ie6. I'm not getting any errors, but only the doalert() function works, not the click() function. I'm sure there's something obvious, but I'm just not seeing it. Help would be greatly appreciated. -- Ryan W ... 9 Feb 2006 20:29
i don't understand how DOM counts up divRef.childNodes.length
This weekend I decided to play around with Javascript a little and try to teach myself some things about AJAX and DOM. I've been doing experiments on this page: http://www.publicdomainsoftware.org/ajaxExperiment.htm If you go there and click in any box, you'll get some controls. If you then click "Add an Image... 6 Feb 2006 22:28
First  |  Prev |  Next  |  Last
Pages: 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718