Forum: JavaScript / DHTML / AJAX Apr 3rd, 2008 |
| Replies: 4 Views: 6,566 Ok i figured out what I was doing wrong. My popup div did not have an ID. But now I have another problem... The popup works when the mouse is over the parent link but when you go to choose one of... |
Forum: JavaScript / DHTML / AJAX Apr 3rd, 2008 |
| Replies: 4 Views: 6,566 btw, popup is a nested div. Would that make any difference? |
Forum: JavaScript / DHTML / AJAX Apr 3rd, 2008 |
| Replies: 4 Views: 6,566 Hey,
Thanks for the help however I get an error when I attempt to run this code:
javascript
<script language="javascript">
function displayMenu() {... |
Forum: JavaScript / DHTML / AJAX Apr 2nd, 2008 |
| Replies: 4 Views: 6,566 Hey all,
I'm trying to make a small menu popup via CSS. On rollover, the link should display another set of links below the link that the mouse is hovering on. The code Below works in FF but... |
Forum: JavaScript / DHTML / AJAX Nov 8th, 2007 |
| Replies: 5 Views: 1,096 Ooops. Sorry. I clicked the wrong forum.
Thanks for the responses though. Would it be possible to run a PHP script through a javascript call? |
Forum: JavaScript / DHTML / AJAX Nov 8th, 2007 |
| Replies: 5 Views: 1,096 Hey everyone,
I'm working on some javascript code. What i have now is a list box that contains certain elements and another list box, blank at the moment, next to it. I want, when someone clicks... |
Forum: JavaScript / DHTML / AJAX Aug 15th, 2007 |
| Replies: 1 Views: 17,630 I'd just like to be a bit more specific. That second foreach loop i would like to be dynamic so is there a way to call a javascript function that will pass the artist selected and then just call the... |
Forum: JavaScript / DHTML / AJAX Aug 15th, 2007 |
| Replies: 1 Views: 17,630 Hey everyone,
I'm workin on a little side project and I was looking for some help. Currently I have code that will check a given directory and populate two list boxes based on id3 tag information.... |