| Thread | Last Post | Replies |
|
| Tree menu | 01 Jun 2006 00:52 GMT | 1 |
I try to build a tree menu. The idea is that the submenu is in a hidden absolute position table. By clicking the folder.gif, the submenu table switces to visible - static, so opens.
|
| Beginner form validation | 31 May 2006 22:20 GMT | 4 |
Can someone look at this code and tell me what is wrong? The error message says "Line 8 Char 1 'dealerId' is undefined" But I thought that I stated everything correctly. Do I have any syntax errors in here. The code is supposed to display an alert if someone typed in letters
|
| JavaScript and JScript....? | 31 May 2006 22:12 GMT | 10 |
I heard it is not the same. The lastest version of JavaScript is 1.6 while lastest version of JScript is 8.0 I also heard a little bit about ECMAScript, but I still don't know
|
| Download and cache page without displaying it? | 31 May 2006 20:20 GMT | 18 |
I am looking for a way to download and cache a web page that the user has not yet requested, and write the web page to the browser cache without displaying it. My intention is to improve display performance when the user eventually requests the cached document.
|
| Creating References To Strings | 31 May 2006 16:08 GMT | 4 |
So I wanted an object to have a reference to a string in side of an array some where else and so here is how I made that possible: <div id="something"> </div> <script>
|
| How to play a sound in Firefox? | 31 May 2006 15:51 GMT | 16 |
I found the code added below at: http://simplythebest.net/sounds/sound_guide.html Unfortunately, the code doesn't seem to work in Firefox. These are the error messages I can see in my Javascript Console:
|
| <<< State of the art web solution Online>>> | 31 May 2006 13:36 GMT | 1 |
<<< State of the art web solution Online>>> WickedInnovations has an extensive working experience in E-commerce solutions, web site design , website development , graphic design , search engine optimization , database integration, multimedia
|
| accessing c# attributes | 31 May 2006 12:45 GMT | 3 |
Is it possible to take an ASP textbox that has an attribute of visible='hidden' and make it visible from javascript? I dont want it to be visible until data on the page has been entered and thus need a way to dynamically change its visibility?
|
| To allow left click only on some elements of web page NOT all elements | 31 May 2006 10:26 GMT | 1 |
Hi friends I want to allow left click only on some controls but not on all controls like textbox/span elements. I have near about 30+ HTML controls on my web page. then It's bad idea
|
| Creating a table in javascript | 31 May 2006 10:11 GMT | 5 |
Hi, i want to create a table declared inside a <td> , which already exists as follows: <tr> <td id="prueba" colspan="4">
|
| interactive slide show with zoom | 31 May 2006 08:59 GMT | 1 |
Hello... I'm Italian... so I apologize for my poor English! I'm looking for a simple script that allowsa a javascript interactive slideshow with next-previous and zoom-in/zoom-out controls.
|
| width of "select" | 31 May 2006 08:58 GMT | 1 |
I have a form in my html and a <select> inside the form. I did no specify the width of the <select>. Since one of the options in the select has a very long text, the <select> filed takes a lot of space in the page. Can I specify the width of the select? I want to make it
|
| removing an HTML element | 31 May 2006 00:20 GMT | 2 |
I'm trying to remove an html element in the example below. I don't see the "bye" message at the end and there are no errors reported in Firefox or exceptions caught if I wrap the remove child line in a try-catch. Any ideas what is wrong?
|
| Random scrolling text | 31 May 2006 00:13 GMT | 1 |
Hy I want to add a sort of news service to my site. I've a number of messages, wich I want to be shown in a <marquee> tag. I've found a simple scrit that generates an random message (wich I've putted in an
|
| IE Problem : Dynamic Javascript in PHP constructor | 30 May 2006 23:42 GMT | 4 |
I have a PHP class. In the constructor method i use the following code : constructor func ....... {
|