... http://javascript.internet.com/miscellaneous/image-slideshow.ht ml ... <colin@g...> ... image ... Bruce, Thanks for that, what a great resource, although I...
I use an ordering system that spits out a '$' with the final total. I then pass along that figure to the likes of paypal/paymate. Their ordering system doesnt...
Can somone please help me with this. I am sure it has to be something stupid. I have torn it down to the bare basics and just cant figure out what I have done...
I use an ordering system that spits out a '$' with the final total. I then pass along that figure to the likes of paypal/paymate. Their ordering system doesnt...
Your script is being executed before the page even finishes loading. Use an event handler to call the function instead. I *highly* recommend Mozilla for...
Hi maestros, I'm new to this forum and I have quite a probleem here!!! Iam looking for a script that will allow me to view a table in a normal view and an...
Soren, ... You can't call the "CalcPrice()" function until after the form element is completely rendered. Try adding the function to the body tag, like this: ...
Peter, ... The problem is, fixing it via JavaScript isn't really fixing the problem. If users have JavaScript disabled, your orders aren't going to go through....
... Use an event handler to ... as its built-in JS console ... use and highly recommend ... can't be avoided. Couldn't agree more. Anyone not developing with...
You can change the settings in IE, uncheck disable script debugging and check display notification about every error on page. Though be prepared to be...
I know this is more of an XML question than an SVG one but I'm wondering does anyone know how I could do this. Here is my XML file: <?xml version = "1.0"?> ...
... Use an event handler to ... OK, I went back and took a better look at your code, and there's more to it than that, although Jon's comment is valid. 1. I...
... As others have said, mozilla has excellent support for helping to debug javascript code. Also for IE, when it shows that "Done but with errors" message...
Help, First the disclaimer: I am new at this... I am learning... but, I actually have no formal training in web development! So... I hacked together a personal...
Actually I tracked down the error. Like I said it was a stupid mistake. At the end of my function I had a closing parenthesis instead of a curly bracket. I...
Hi all, I'm new to the group & am looking for a JavaScript where I can post new messages on my site. The problem is finding one that is compatible with Mozilla...
If i have an iframe from within an HMTL document: ... <html> <head> <title>Iframe.htm</title> </head> <body> <iframe src="sample.htm"></iframe> </body> </html>...
I guess I don't understand DOM very well. So... with form elements, do I have to give them a name attribute and an ID attribute in order for them to comply...
Hi Soren Just quickly ... must get off this computer this cooooooooooooold morning and get ready for work!! LOLOL. If you are using IE you can tell what the...
Hello all, I am attempting to generate a color-safe palate (216 colors) by utilizing Javascript. I am attempting to do it in the form of ("Red", for example): ...
So...... If I need to find the value of a checked radio button using proper DOM, how do I do it if I have to use "getElementById"? Here is an example that I...
Hi All, I am working on porting the js code to mozilla. I am facing some problems in it. Will this funcion works on Mozilla. What is the equalent code in...
I am looking for Org Chart scripts or software that will run under Apache Server/Red Hat 9.0. Any leads would be appreciated. Chip Taylor Prepared Response,...
... and an ... No, not necessarily. "name" is the name used when passing the value of the element to a server in a query string (GET) or HTTP headers (POST)....