Forum: JavaScript / DHTML / AJAX Oct 14th, 2008 |
| Replies: 1 Views: 504 well... you need to say a bit more to get a better answer probably...
"content of selection" - do you mean the VALUE attribute of the select element? If so then you don't need AJAX call at all.
... |
Forum: JavaScript / DHTML / AJAX Oct 14th, 2008 |
| Replies: 11 Views: 2,036 I have don't things similar to this on sites with JavaScript - but not using a select element.
Basically - I Show and Hide <div> container - which itself holds an Unorderd List <ul> element with... |
Forum: JavaScript / DHTML / AJAX Oct 14th, 2008 |
| Replies: 1 Views: 700 Your problem description is quite specific - but ultimately what you are talking about is some type of form validation.
Generally form validation falls into two categories:
1. things you can... |
Forum: Windows Software Oct 14th, 2008 |
| Replies: 1 Views: 2,442 This is just more proof that jQuery truly is one of the most awesome things on the web! The new website is alot better -- and jQuery UI is a big help too. I am so glad I jumped into jQuery about 18... |
Forum: JavaScript / DHTML / AJAX Oct 14th, 2008 |
| Replies: 1 Views: 800 JavaScript is an open standard - known as ECMA script. There are some differnces in browser implementations, but it is still far more universal and open than VBScript. |
Forum: HTML and CSS Sep 30th, 2008 |
| Replies: 5 Views: 1,897 Ok... first one to rule out is FLash - it is heavier to load, you need proprietary tools to maintain it - and it is more difficult to integrate with other technologies on your page.
CSS or... |
Forum: ASP.NET Sep 30th, 2008 |
| Replies: 2 Views: 3,221 Well either way - if you can - try to get your data into the following format - I recommend downloading a JavaScript array of the countries (which will be smaller) - to your page - and then using... |
Forum: ASP.NET Sep 30th, 2008 |
| Replies: 2 Views: 3,221 I assume you are using two <select> elements for your lists...
The first issue - is how is your data stored? IOW - for each country - how do you acquire... the list of states? Is it is some sort... |
Forum: PHP Sep 23rd, 2008 |
| Replies: 3 Views: 515 You can also use PHP functions to create a link - this may be better than hard coding the URL so that you can keep the URL relative to the base of your web application.
Hope that helps! |
Forum: JavaScript / DHTML / AJAX Sep 23rd, 2008 |
| Replies: 2 Views: 2,776 I think datetimepicker should have it's own custom onchange event callback - so I would use that instead of trying to use the onCHange on the form |