JoAnn, I loaded your page in IE 4.01 and it loaded fine (no errors and the menus worked). In NS 4.08 it produced the following JS errors (in order). JavaScript...
I don't recall the circumstances of the install but I used to be able to use Visual Studio to debug my JS, now that I have VS.NET, I can't figure out how to...
Thanks for the feedback. Arggghhh! the WriteMenus is defined or else it wouldn't work anywhere, would it? I am assuming you are on a PC? JoAnn ... From:...
I have two menus that load invisibly and appear on clicks. Once visible, a click on the menu takes you to another page. On returning, the links can be clicked...
I am ready to scream. I HATE these browser/platform issues. Why am I getting different JS errors with different older combinations and none with newer...
Does anybody know how to prevent "printing" on certain Internet Explorer pages whereas the other pages are "printable"? Is there any software for that? I...
Kang, Daniel
DKang@...
Jan 2, 2003 8:32 pm
16438
I have an image that's a link. I have the border set to 1. The border is blue. How can I change the color of the border to match what I have set in my...
Whoops! Another user is beginning to hate NS4. Have you ever look at DynAPI - The cross-browser solution? Life without a cross-browser script or api can be ...
Hi Peter, When using NS4 the visibility settings are "hide" and "show" // hides a layer document.layers['namehere'].visibility="hide"; // shows a layer ...
Raymond, Wow, this is the prefect solution. I really appreciate your help. Daniel ... From: Raymond Irving [mailto:xwisdom@...] Sent: Thursday, January...
repost. ... __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com...
A couple ideas... In a stylesheet, you can add: img {border-color:green} or in the html body you can just define a link color: <body link=orange> Steve Reich...
I think some versions of IE support the busy cursor but I think you could do the following trick: 1) create a layer 2) add an animated hour glass image inside...
Hi, I am getting the following error whenever I click certain buttons of a particular application. For instance, there is a button by which a user can add...
This has been driving me crazy for the last few days and it makes no sense at all. Any javascript that's being included into my page using a <script src= is ...
On the web you are not calling up Test.htm were the file is called test.htm On the web is very case sensitive, with Microsoft is does not care, From Eric ...
Eric Richards
e.richards@...
Jan 3, 2003 8:24 pm
16452
I have two menus that are hidden on load. Clicking on links causes the menus to appear. Clicking on the menus sends you to another page. When you click "back,"...
Hi Peter, First off, I don't believe you need the eval functions at all. You can use a variable directly as the index to the array. eval( "document.layers['" +...
I took Randy's script and downloaded 13000 messages with it. No problems at all except for a timeout from IE if I tried more than about 2k messages at a...
Thanks for the feedback, Richard. I tried both of your suggestions without the eval() function and neither worked, but it did inspire me to continue looking. I...
I have a form that has 5 text boxes. Three of the text boxes combine to form a dept number. The user is required to either enter the dept number (fill the...
This is a strange one, on some browsers - particularly IE5, when I try to close a window down which has been launched from a hyperlink, it seems that the...