In IE7 URL are displaying on the top of the window in Read_only mode(not in IE6). I have searched for that . that is IE7 Features. But I want to hide the URL.
please help on this ASAP.
Thanks
Soma
Internet Explorer Extension Development
In IE7 URL are displaying on the top of the window in Read_only mode(not in IE6). I have searched for that . that is IE7 Features. But I want to hide the URL.
please help on this ASAP.
Thanks
Soma
Hi Soma,
Its a user setting... Security tab.... 'Allow web sites to open without the Address or Status bar'
To hide your page locations when a user navigates your site, use hidden forms with the POST method or I think if you use scripting document.location.href = 'newpage.aspx' will also hide the true address.
A navigation frameset instead of individual pages/windows also help keep web site navigation flat (within one tab/window)
Regards.
Hi Rob,
Thanks for your replay.
I have tried to change a settings. But still displaying URL on top of the window.
When user right click on Internet explorer and choose user_defined context menu item, the window is created. In that window URL is displyed on the top.
Please give solution for that with more detail.
thanks,
Soma.
Hi Soma,
To open a context menu script in a modal window add a DWORD value called Flags to its registry entry and set its value to 1.
eg.
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\&Dictionary]
@="C:\\Program Files\\IECustomizer.com\\IEMenus\\Dictionary.htm"
"UninstallFile"="C:\\Program Files\\IECustomizer.com\\IEMenus\\unins007.exe"
"Contexts"=dword:00000010
"Flags"=dword:00000001
Note in the above the UninstallFile entry..... this is an additional entry that I add to context menus so that the menu item can be easily removed by a user.
Regards.
thanks for reply, Sorry I don't want to remove context menu item.
I have tried what you replayed previously ( security tab settings.). that's working fine for click link(hides url on new window).
I want to hide URL in new window, when right-click and select the 'User-defined context item'
Can you please give solution to change settings through RegEdit.
thanks
Soma
Please help on this........
We need urgently......
Please reply ASAP...
Thanks
Soma