Ask a Question related to Macromedia ColdFusion, Design and Development.
-
bill_doe #1
Removing IE Toolbars
Is there a way to programmatically remove the toolbars from an Internet Explorer window when a page opens?
Thanks!
Bill
bill_doe Guest
-
Acrobat 7 toolbars
This just started happening today and I haven't done anything to my computer. For some reason, Acrobat professional will not keep the toolbars the... -
Disable all toolbars, always in VB.NET
No matter what i try I can't seem to disable the toolbars. When I do get them disabled, all the user has to do is press F8 and they're back. How can... -
Toolbars
Using Acrobat 5.0.5 on XP. I normally don't display navigation or view history toolbars as I use keyboard shortcuts for those functions and I like... -
Toolbars and Environment of ID cs
I MUST apologize! I know I have asked this question before! BUT I cannot find the threads back as to what you fine folks recomended to me (us). I... -
Removing desktop icon from one account is removing from all accounts
Using XP Professional. I want the Guest account to have only a few icons. The other two accounts should have many more. When I remove the icon... -
Fernis #2
Re: Removing IE Toolbars
I would say you cannot change the status of menu/navigation bars of the current
window with a script. This feature could be very harmful if existed.
Of course, when you're opening a new window with Javascript, you can define if
the navigation toolbars and menubars are visible, but I guess you already knew
this.
Fernis Guest
-
JLove #3
Re: Removing IE Toolbars
There is an easy solution. Put a link on the page you build that says "Click here to download Firefox" and link it to here: [url]http://www.mozilla.org/products/firefox/central.html[/url]
JLove Guest
-
phierce #4
Re: Removing IE Toolbars
Originally posted by: JLove
There is an easy solution. Put a link on the page you build that says "Click
here to download Firefox" and link it to here:
[url]http://www.mozilla.org/products/firefox/central.html[/url]
what a lame response
phierce Guest
-
dempster #5
Re: Removing IE Toolbars
You could use JavaScript to open a new browser window. With window.open you can
configure the new window as to size, scroll bars, toolbars, etc. For example:
window.open('mypage.cfm','HelpWin','toolbar=no,sta tus=yes,scrollbars=yes,width=7
50,height=450')
-Paul
dempster Guest
-
bill_doe #6
Re: Removing IE Toolbars
Thanks for your responses, sorry mine was so late. phierce, some people are
just so rabidly anti-MS that they don't want to work around whatever issues
there might be (and there can certainly be many!). I'm working with what I
have to work with - it's mostly an MS shop. Thanks again for your help Fernis
and Paul.
bill_doe Guest
-
phierce #7
Re: Removing IE Toolbars
Originally posted by: bill_doe
... phierce, some people are just so rabidly anti-MS that they don't want to
work around whatever issues there might be (and there can certainly be many!).
I'm working with what I have to work with - it's mostly an MS shop. Thanks
again for your help Fernis and Paul.
Yeah.. I understand but it is frustrating when someone needs help there are
more people who just waste everyones time so they can step on a soap box. I
understand MS has issues and there may be better solutions out there.
Unfortunatley MS is used by around 90% of internet users and is standard,
regardless of personal prefrence.
I am simply frustrated with requesting help to a real problem and having to
sift through these kinds of responses. ah well... I was just having a loooonnng
day and ColfFusion was not helping ;) sorry I didnt mean to start anything
phierce Guest
-



Reply With Quote

