| Thread | Last Post | Replies |
|
| reCaptcha | 15 Jul 2008 04:43 GMT | 1 |
Did anyone try and succeeded to defeat reCAPTCHA script?
|
| className | 15 Jul 2008 04:15 GMT | 3 |
Okay, onto className and the HTML class attribute. When was className introduced, I believe it was introduced by Microsoft, although I could be wrong. Now I also believe that Mozilla added support for 'className' at some point in Geko's life time, but when ?
|
| Javascript library development | 15 Jul 2008 02:43 GMT | 25 |
From what I have been looking at for Javascript library development, browsers that support Javascript 1.5/ECMAScript 3/JScript 5.5 looks like the base level to pitch at. Anyone add anything ?
|
| emulating document.documentElement on pre W3C DOM browsers | 14 Jul 2008 14:28 GMT | 21 |
(Please tell me if this is silly or I am barking up the wrong tree) Can someone check this please on pre W3C DOM browsers :- function getDocumentRoot() {
|
| focus method issue | 14 Jul 2008 13:21 GMT | 2 |
Hi, i am designing a WYSIWYG editor. I want that when the user presses a 'TAB', a count of four spaces should be put. I used this code, <html> <head>
|
| Floating Menu | 14 Jul 2008 10:27 GMT | 4 |
I'm working with the cookie-cutter code located here: http://www.jtricks.com/javascript/navigation/floating.html Very helpful script, BTW! I'm trying to modify it, though, so that the menu will scroll relative
|
| Tooltips for dummies? | 14 Jul 2008 10:16 GMT | 11 |
I've got a photo gallery on my client's website, and it has been suggested that, rather than show the whole thing full-size on one page (about 9 full- page images), I should put a thumbnails page and link to the big ones. This makes sense to me, but I see a snag - these pix have ...
|
| problem with getElementsByName | 14 Jul 2008 09:02 GMT | 1 |
Hi, I cannot figure out why everything from line var elem = doc.getElementsByName('keywords') in x.js is not executed. My goal is to set value of <input name=keywords ...> which is in a.html after page is loaded.
|
| Java String to Javascript String | 13 Jul 2008 22:19 GMT | 3 |
I am converting an image file into a Java string (via an applet) and would like to pass the Java string back to the Javascript function that calls the applet's. I know the simple string return is straightforward. But in this case,
|
| How to open a PDF document in new window use hyperlink? | 13 Jul 2008 22:10 GMT | 6 |
what is correct way open a PDF document in new window use hyperlink? I want show images thumbnails linked with PDF files, when click on thumbnail, PDF will be opened in new window. Some of PDF files are in the same web server, other are in a remote location. Any help will be
|
| Safari and watch function | 13 Jul 2008 22:03 GMT | 1 |
Like IE, Safari does not appear to support Object.watch(). Unlike IE, Safari also does not support onpropertychange. Does Safari have a solution to watching a property for value assignment?
|
| append textbox value to href link before submit | 13 Jul 2008 21:44 GMT | 10 |
I have a page with a form and a textbox. before to submit the form I want to chek if the inserted value in the textbox is already present in a database. So I need to pass the textbox value by a javascript link to another
|
| Collisions & priorities: xmlHttpRequest and setInterval | 12 Jul 2008 13:50 GMT | 5 |
From my newbie perspective I understand that Javascript is a single threaded environment and so interrupt-driven events are going to be somewhat challenging. But, I have an issue which seems to be to be a collision between a
|
| [newbie] How to make simple JavaScript widget | 12 Jul 2008 10:17 GMT | 2 |
I want to make a simple javascript widget, something looks like the Google AdWords, that people can just post a small section of code on their web page and display some content from my website. I searched online and found many javascript tools and packages but all
|
| cobbling functions together | 12 Jul 2008 00:48 GMT | 5 |
I have a problem trying to get seperate image functions to work together. Starting with the img tag and associated html: <img src="image1.jpg" NAME="theImage" pbsrc="image1_lrg.jpg"
|