JavaRanch » Java Forums »
Engineering »
HTML, CSS and JavaScript
| Author |
IE warning not in Localsystem.In test environment
|
anisha yunus
Greenhorn
Joined: Dec 30, 2003
Posts: 12
|
|
hi all. I ve some problem with my javascript which is used to present menus at the homepage. I have a dropdown menu also, wherein, whenever I rollover t mouse on dropdown menus, a security dialog box appears(this page works on https), and it doesnot appear until u refresh the page again. I have 2 menu scripts. In menu1.js, I call a fn which is in menu_main.js The call in menu1.js, goes like this and the menu_main.js has the function for startSubMenu as And Eric had suggested this page http://radio.javaranch.com/pascarello/2005/05/18/1116473896158.html,if the error is in Local system. But this is occurring only in test environment servers and not in local host Pls help me to solve this.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
create a new seperate page with this code Are you still getting the warning? Eric
|
 |
anisha yunus
Greenhorn
Joined: Dec 30, 2003
Posts: 12
|
|
Hi Eric, I dont get any warning on this. I have several menus in the webpage, and only for the menu-"help", I have a drop down. And when I jus roll my mouse over the menu-"Help", I get the security alert, and it is not shown for the next time.Only when you refresh the page, you can see it again. This is the code basically for menus from menu1.js. Let me know if you need more inputs
|
 |
anisha yunus
Greenhorn
Joined: Dec 30, 2003
Posts: 12
|
|
Hi Eric, Please reply on this. This is t only, but big problem in testing a product for online. pls help asap
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
see if this is what is the problem: mainMenuItem("menu_b7",".gif",24,56,"javascript:return false;","","Help",2,2,"menu_pre_plain"); or mainMenuItem("menu_b7",".gif",24,56,"#","","Help",2,2,"menu_pre_plain"); It could just be the security setting on your browser, could be on very strict for intranet or web. Eric
|
 |
 |
|
|
subject: IE warning not in Localsystem.In test environment
|
|
|
|