SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: Getting Errors In IE
-
Jan 2, 2005, 11:10 #1
- Join Date
- Dec 2004
- Location
- At My Desk!!
- Posts
- 1,642
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Getting Errors In IE
is there anything wrong with this script as i keep gettin an error message in IE with menu item 1:
Code://menu methods function ehandler(event,theobj){ for (var i=1; i<= theobj.numberofmenuitems; i++){ var shutdiv =eval( "menuitem"+i+".thediv"); shutdiv.style.visibility="hidden"; } theobj.thediv.style.visibility="visible";
"Am I the only one doing ASP.NET in Delphi(Pascal)?"
-
Jan 2, 2005, 16:21 #2
- Join Date
- Nov 2004
- Location
- Right behind you, watching, always watching.
- Posts
- 5,431
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
whats the error???? Have you tried it in FF and used the developers js console?
IE is famous for event errors ..... it sounds like your capturing your events in a non IE friendly way
-
Jan 2, 2005, 16:54 #3
- Join Date
- Dec 2004
- Location
- At My Desk!!
- Posts
- 1,642
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
right ive sorted the problem, but yes i do use FF but i want my site to be user fiendly to all so IE is a must unfortunatly (even though its sooooooo baad)
thanks for the post"Am I the only one doing ASP.NET in Delphi(Pascal)?"
Bookmarks