Forum: JavaScript / DHTML / AJAX Sep 13th, 2008 |
| Replies: 0 Views: 1,588 Hello,
When I pass variables 'contentA','contentB','contentC', etc... into the tabs() function, it does not work in Internet Explorer.
When I pass variables contentA,contentB,contentC, etc...... |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2008 |
| Replies: 2 Views: 661 Thanks!!!!!!!!!!!!!!!!!!! |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2008 |
| Replies: 2 Views: 661 Hi,
In the code below, when I click on the link Colour, it needs to connect to javascript function and display "Hello" or alert message. For some reason, it does not do it.
If anyone spots a... |
Forum: JavaScript / DHTML / AJAX Aug 27th, 2008 |
| Replies: 1 Views: 4,113 Hello everyone,
I need to create several xmlHttp objects, but I only want to have one GetXmlHttpObject() function, so that I don't have to repeat for each object. Below code is definitely wrong... |