| Thread | Last Post | Replies |
|
| Any one know how to use a duplicate javascript in the same page? | 01 Nov 2006 00:29 GMT | 4 |
Hi using duplicate javascripts on the same page never work for me due to the same property fields on the page twice. Anyone know how to get around this? Thanks.
|
| Changing image source stops working | 01 Nov 2006 00:13 GMT | 1 |
I'm using a simple, pseudo progress bar. Very simply, I display a still image next to a form submit button until the user clicks on it, and then I change the image source to an animated version of the still image. Like so (I use php a lot) ...
|
| Accessing Image in Another <Div> | 31 Oct 2006 23:34 GMT | 7 |
I am just a javascript beginner so maybe this is a simple problem but I am trying to do some rollovers on images in a separate <div>. Here is the relevent piece of my code: <html>
|
| canvas, transparency, and clicking | 31 Oct 2006 20:22 GMT | 1 |
I'm using canvas to draw shapes on screen (to highlight items of interest). All's working fine until a circle is drawn around a button the user needs to click. The canvas "covers" the button so it's impossible for the user to click it.
|
| Is AJAX server-side independent concept?? | 31 Oct 2006 20:14 GMT | 1 |
AJAX is a rich client-side technology that makes the web pages more interactive. In practice, the same AJAX client-side code should be unchanged, regardless of what server-side web technologies we use. I guess this is same concept as traditional front-end plain html code
|
| Wildcard search function | 31 Oct 2006 18:57 GMT | 11 |
I need a simple wildcard pattern matching function written in JS. I have wrestled with regular expresions but frankly am struggling to come up with anything less than an epic function of many lines of code ... Any help much appreciated!
|
| Javascript Q2: Check URL else redirect | 31 Oct 2006 16:43 GMT | 1 |
On our site we have contentitems which suppose to be embedded in a productsheet. My idea is to check the URL to see if the item is opened the way it should.
|
| Control over IE Window Closure | 31 Oct 2006 14:52 GMT | 4 |
I am currently strungling with the fact that I want to control the browser closure. In fact, I have a webbased application in which I use a wizard. Ones the wizard starts, a lock is set on specific objects in the db. On all pages of the wizard, the user get the possibility to
|
| email validation function | 31 Oct 2006 11:17 GMT | 4 |
I need help with the following code. Would be very grateful for comments. I have a function called emailValid, and it is supposed to alert the user if h/she leaves the field blank. I want to run this function
|
| add table rows dynamically and scroll | 31 Oct 2006 10:22 GMT | 7 |
i am adding table rows dynamically with javascript. This works fine. The table is inside a div with scrolls, initially with 6 rows: .... <div style='overflow:auto; width:100%; height:100;'>
|
| Cool count down timer sourcecode bug fixed ! | 31 Oct 2006 08:27 GMT | 1 |
Hello guys, sorry for my last version has a little "feature"(MS always call his bug "feature"), and now I fixed it and show the source to you all ! Just as the last version, copy the code below and save in a .htm file, fox example : "1.htm", and run it in a browser support ...
|
| Validation | 31 Oct 2006 04:12 GMT | 1 |
I am newer to the javascript scene and i have figured out how to check if a input box is empty or not but i like display the error right next to the text box. I am not sure but i think it can be done by making a div tag right next to it being empty. Anyone have an examples of code
|
| test for FF 1.xx and FF 2.xx | 31 Oct 2006 03:30 GMT | 4 |
Is there a way to test whether the browser is Firefox version less than 2.0 or 2.0+? Andrew Poulos
|
| What is the scope of Javascript variables? | 31 Oct 2006 02:51 GMT | 5 |
Are variables in javascript local to the page, or to the <script> tags they are defined within? Say I had a bit of code as follows: <HEAD>
|
| Accessing two dimensional array checkbox values? | 31 Oct 2006 02:19 GMT | 6 |
My knowledge of JavaScript is limited. I learn from example and then adapt those examples to suit my needs. I have stumped myself on this one. I have a form with checkboxes that I want to group by using a two
|