I managed to solve it in the end. I tried to send a reply to this yesterday but the boards were extremely slow.
When I checked the javascript, I found it was looking for one style at a time and yet, because I was using the same piece of CSS x number of times but needed different names for each, I'd done the following to try to remain efficient (this is an example):
In the end, I seperated all of these...
User Profile
Collapse
-
The code for getStyleClass is in a javascript file called main.js which is called to by a generic header file called include-TOPCODE.asp, which in turn is called by the file that I'm trying to use the code in. The code is below:
It is being called to correctly because the code is being used elsewhere on the page to hide/show options in a search box....Leave a comment:
-
getStyleClass not working in Firefox
I have a page that has a tickbox list that I want to mimic as a dropdown menu. I have a DIV that looks like the top of a dropdown menu (i've called it "dropdownCATsma ll") and, when it's clicked, it hides itself and shows another one in its place to show the dropdown menu is selected, and the list of tickboxes appears underneath (both called "dropdown_categ ory"). Once clicked again, it returns to its original state, hiding itself... -
-
Email tracking / Read receipts with JMail
I want to be able to track when recipients have opened an email that I have sent to them using JMail. I've searched the internet for a solution and so far cannot find one. I've found these two solutions but neither will work:
- The JMail.ReturnRec eipt property
I set this to true but receive no receipt, not even a delivery receipt. When I enable logging and print the log, it shows that a receipt was sent out so I can only assume this
- The JMail.ReturnRec eipt property
No activity results to display
Show More
Leave a comment: