Forum: JavaScript / DHTML / AJAX Apr 3rd, 2008 |
| Replies: 9 Views: 4,910 Yep that's exactly how I did it but nothing happened... |
Forum: JavaScript / DHTML / AJAX Apr 2nd, 2008 |
| Replies: 9 Views: 4,910 Wrong unfortunately.:(
The code still works perfectly in FF but Nothing is displayed in IE 6. |
Forum: JavaScript / DHTML / AJAX Apr 2nd, 2008 |
| Replies: 9 Views: 4,910 Well there's all the code.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
... |
Forum: JavaScript / DHTML / AJAX Apr 2nd, 2008 |
| Replies: 9 Views: 4,910 I tried using semi-colons where applicable but it still doesn't work. Also, for some strange reason only the World of Warcraft link works. NB, It was the only one working before I posted here. |
Forum: JavaScript / DHTML / AJAX Apr 2nd, 2008 |
| Replies: 9 Views: 4,910 I'm using javascript to display text with a sidebar. It works fine in FF 2.0.0.13 but in IE 6 the links do not work and nothing is displayed. Could someone tell me how to solve this problem?
... |
Forum: JavaScript / DHTML / AJAX Mar 24th, 2008 |
| Replies: 6 Views: 3,942 I have firebug and the web dev toolbar. A very useful combination! |
Forum: JavaScript / DHTML / AJAX Mar 19th, 2008 |
| Replies: 6 Views: 3,942 I'm new to Javascript but not new to programming.
I find JS more time consuming because I have to manually search line by line for a single error. In C++ or C the compiler tells me the exact line... |