Forum: JavaScript / DHTML / AJAX Apr 10th, 2009 |
| Replies: 2 Views: 926 Hi
I have a site in Joomla CMS.
I want to redirect my old url :
to :
As you see above, I want to remove "index.php?/" from my site url. |
Forum: JavaScript / DHTML / AJAX Apr 2nd, 2009 |
| Replies: 0 Views: 1,664 Hi
I have careated a website with a floating (moving on body with javascript) DIV menu with Absolute position via CSS file. There are some Dropdown box on my body
Now the problem is that when i... |
Forum: JavaScript / DHTML / AJAX Dec 31st, 2008 |
| Replies: 1 Views: 1,829 Hey
The problem is solved :)
I have changed the link code.
Old Code :
<A HREF="#" onclick="changeimage('imageloader','image1.jpg')" >link</A>
New Code :
<A HREF="#" ... |
Forum: JavaScript / DHTML / AJAX Dec 31st, 2008 |
| Replies: 1 Views: 1,829 Hi
I have an Image Gallery on my site. When a user click on thumbnail image, a JavaScript function will load/change image on the imageView area.
Here is the JS function :
<SCRIPT... |