dot.Scott
17 Sep 2008, 5:15 AM
I am having a strange problem with IE not showing the icons on the ActionBar. FF works fine. The page source shows the correct path for the image source:
<table border="1" cellspacing="2" cellpadding="2">
<tr valign="middle" bgcolor="#C0C0C0"><td><a href="/dir1/dir2/database.nsf/89e37142fbe1b4638525740c0053647f/bb4efdfa23433661852574c700462d36?EditDocument" target="_self"><img border="0" src="/dir1/dir2/database.nsf/application_add.gif?OpenImageResource" alt="Edit Document"> Edit Document</a></td><td><a onclick="var panel = false;
try {
panel = parent.ExtndApp.ui.tabPanel.getActiveTab();
view = parent.ExtndApp.ui.uiView;
}catch(e) {
// Do Nothing
}
if (panel) {
view.refresh();
parent.ExtndApp.ui.tabPanel.remove(panel);
}
but the Notes Server log shows this entry:
09/17/2008 08:49:44 AM HTTP Web Server: Invalid URL Exception [/dir1/dir2/database.nsf/http:/myserver.com/dir1/dir2/database.nsf/application_add.gif?OpenImageResource]
For even more strangeness, when the page is first drawn without rendering the Ext actionbar, the icons are there. It's only after it renders that they disappear.
This is driving me nuts!
<table border="1" cellspacing="2" cellpadding="2">
<tr valign="middle" bgcolor="#C0C0C0"><td><a href="/dir1/dir2/database.nsf/89e37142fbe1b4638525740c0053647f/bb4efdfa23433661852574c700462d36?EditDocument" target="_self"><img border="0" src="/dir1/dir2/database.nsf/application_add.gif?OpenImageResource" alt="Edit Document"> Edit Document</a></td><td><a onclick="var panel = false;
try {
panel = parent.ExtndApp.ui.tabPanel.getActiveTab();
view = parent.ExtndApp.ui.uiView;
}catch(e) {
// Do Nothing
}
if (panel) {
view.refresh();
parent.ExtndApp.ui.tabPanel.remove(panel);
}
but the Notes Server log shows this entry:
09/17/2008 08:49:44 AM HTTP Web Server: Invalid URL Exception [/dir1/dir2/database.nsf/http:/myserver.com/dir1/dir2/database.nsf/application_add.gif?OpenImageResource]
For even more strangeness, when the page is first drawn without rendering the Ext actionbar, the icons are there. It's only after it renders that they disappear.
This is driving me nuts!