473,378 Members | 1,343 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

javascript for toolbar

neo
Hi, I have javascript for: back, forward, refresh, print, close, but I
don't have for STOP, HOME PAGE & FAVORITES

please, help

Is there a Javascript for ADD FAVORITE... like the button in Favorites
Jul 23 '05 #1
8 1913
On Tue, 7 Sep 2004 17:47:12 +0200, neo <ti****@net4u.hr> wrote:
Hi, I have javascript for: back, forward, refresh, print, close, but I
don't have for STOP, HOME PAGE & FAVORITES

please, help

Is there a Javascript for ADD FAVORITE... like the button in Favorites


There is no universal code to do this. I only know that IE can and you can
Google for that.

However, might I ask why you're doing this? I, and most other users, will
know where all of those functions are in their browser. There's also the
problem of your additions/replacements not working if scripting is
disabled.

Mike

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.
Jul 23 '05 #2
neo
Because, I want the full window, and onley back, forward, refresh, add to
Favoritess, minimize and close buttons...
"Michael Winter" <M.******@blueyonder.co.invalid> wrote in message
news:opsdysmqr2x13kvk@atlantis...
On Tue, 7 Sep 2004 17:47:12 +0200, neo <ti****@net4u.hr> wrote:
Hi, I have javascript for: back, forward, refresh, print, close, but I
don't have for STOP, HOME PAGE & FAVORITES

please, help

Is there a Javascript for ADD FAVORITE... like the button in Favorites


There is no universal code to do this. I only know that IE can and you can
Google for that.

However, might I ask why you're doing this? I, and most other users, will
know where all of those functions are in their browser. There's also the
problem of your additions/replacements not working if scripting is
disabled.

Mike

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.

Jul 23 '05 #3
neo wrote:
Because, I want the full window, and onley back, forward, refresh, add to
Favoritess, minimize and close buttons...


Considering that you can't make my window a "full window", then you
aren't even close to where you want to be. But the favorites (in IE) is
window.external.addFavorites('URL here')
or:
window.external.addFavorites(this.location.href)

But you still haven't explained why you think I want my browser to be as
large as my desktop is (2048 x 768)

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #4
neo
Yes I can. :o) with php I can setup the site. In index.php you'll chuse (I'm
not so good in speling) what you want, the site with fool window and sam
importnt tools, or, the normal web site. If you chuse fool widnow, after
browsing you can return to do normal site with return button, and continue
surfing... :o)
"Randy Webb" <Hi************@aol.com> wrote in message
news:xK********************@comcast.com...
neo wrote:
Because, I want the full window, and onley back, forward, refresh, add to Favoritess, minimize and close buttons...


Considering that you can't make my window a "full window", then you
aren't even close to where you want to be. But the favorites (in IE) is
window.external.addFavorites('URL here')
or:
window.external.addFavorites(this.location.href)

But you still haven't explained why you think I want my browser to be as
large as my desktop is (2048 x 768)

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq

Jul 23 '05 #5
neo wrote:
Yes I can. :o)
Since you say you can, I will press the issue. No you can't. Especially
not when you consider the fact that my browser doesn't *have* a
fullscreen mode. But that is beside the point. Or maybe it is the point.
with php I can setup the site. In index.php you'll chuse (I'm
not so good in speling) what you want, the site with fool window and sam
importnt tools, or, the normal web site. If you chuse fool widnow, after
browsing you can return to do normal site with return button, and continue
surfing... :o)


In IE, window.external.addfavorites is what you are hunting to add a URL
to the Favorites. In my browser, there is no way to automate that.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #6
neo
Sorry my dear frind, but, yes i CAN. On index.php you'll chuse betwean 2
options, optin one: Enter the normal mode (for Mozilla, Netscape, Opera,
IE...)
option two: fullscreen mode (onley for IE, WebTeam recommendation) I'm from
Croatian, as you know, we from Croatian can do whatever we want from
Internet programing.

"Randy Webb" <Hi************@aol.com> wrote in message
news:5b********************@comcast.com...
neo wrote:
Yes I can. :o)


Since you say you can, I will press the issue. No you can't. Especially
not when you consider the fact that my browser doesn't *have* a
fullscreen mode. But that is beside the point. Or maybe it is the point.
with php I can setup the site. In index.php you'll chuse (I'm
not so good in speling) what you want, the site with fool window and sam
importnt tools, or, the normal web site. If you chuse fool widnow, after
browsing you can return to do normal site with return button, and continue surfing... :o)


In IE, window.external.addfavorites is what you are hunting to add a URL
to the Favorites. In my browser, there is no way to automate that.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq

Jul 23 '05 #7
neo wrote:
Sorry my dear frind, but, yes i CAN. On index.php you'll chuse betwean 2
options, optin one: Enter the normal mode (for Mozilla, Netscape, Opera,
IE...)
option two: fullscreen mode (onley for IE, WebTeam recommendation) I'm from
Croatian, as you know, we from Croatian can do whatever we want from
Internet programing.


That is not *you* choosing full screen, that is the user choosing. HUGE
difference. Croatia, Bosnia, Bagdhad, Timbuktu, doesn't matter where you
are from, you still can *not* open a fullscreen browser window on my PC.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #8
neo
"Randy Webb" <Hi************@aol.com> wrote in message
news:pd********************@comcast.com...
neo wrote:
Sorry my dear frind, but, yes i CAN. On index.php you'll chuse betwean 2
options, optin one: Enter the normal mode (for Mozilla, Netscape, Opera,
IE...)
option two: fullscreen mode (onley for IE, WebTeam recommendation) I'm from Croatian, as you know, we from Croatian can do whatever we want from
Internet programing.


That is not *you* choosing full screen, that is the user choosing. HUGE
difference. Croatia, Bosnia, Bagdhad, Timbuktu, doesn't matter where you
are from, you still can *not* open a fullscreen browser window on my PC.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq


ok, sorry, I have made mistake, it is user choosing, not *you*. I have sead
before that I'm not so good in speling or knowing englis language.
sorry
Jul 23 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Joe Helmick | last post by:
This one has me really stumped, so I thought I'd ask publicly. I was trying to take my ASP.NET web page "template" -- banner graphic, small navigation bar, and user feedback message area -- and...
1
by: David | last post by:
Hi, I use the following code to open a javascript window. Is it possible to modify this to have the standard toolbar open in the window? Thanks <script language="JavaScript"...
4
by: JesusFreak | last post by:
From: us_traveller@yahoo.com (JesusFreak) Newsgroups: microsoft.public.scripting.jscript Subject: toolbar script problem NNTP-Posting-Host: 192.92.126.136 Recently, I downloaded the following...
3
by: annon | last post by:
I've noticed that some problems come up frequently that are of importance in writing web pages, because they're pretty fundamental points. For general reference, here are some collected...
2
by: Ashish | last post by:
Hello, I am sick and tired of ochestrating server and client side scripts. Basically I am using toolbar from IE web controls and want to attach javascript to one of the buttons' click event. The...
2
by: 9icj4u613jeqrx8 | last post by:
Hi, I need some help with IE browser programming (in .NET). I'm trying to add a button to the IE toolbar, and on the click of the button open a popup window with a remote URL. Secondly, I'm...
1
by: jmohan | last post by:
Dear Sir/Madam, I develop a website in asp.net with c#. And also, I develop a toolbar in the toolbar studio separately. Aim of the Website: Enabling the visitors to become a member of our...
1
by: jmohan | last post by:
Hi everyone, I am developing a website using asp.net with C#. And I developed a toolbar using javascript like google and yahoo toolbar which is placed in the browser separately. Toolbar has...
3
by: DanaBulpett | last post by:
How can I activate an item in the toolbar from javascript as if the user had clicked on that item? Thanks in advance
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.