473,395 Members | 1,437 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,395 software developers and data experts.

toolbar --> standard buttons

i've removed toolbar from my page and created my own buttons

what is the javascript for each of this buttons
i'm using IE

back
forward
stop
refresh
home (or set as home)
favorites (add to)
Jul 23 '05 #1
3 1291
On Sun, 5 Sep 2004 01:32:11 +0200, Mario wrote:
i'm using IE


Is anybody else using your web-pages,
or is it just you?

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 23 '05 #2
Mario wrote:
i've removed toolbar from my page and created my own buttons
I bet you haven't.
what is the javascript for each of this buttons
i'm using IE

back
history.go(-1)
forward
history.go(1)
stop
refresh
location.reload()
home (or set as home)
favorites (add to)


window.external.AddFavorites

All of which, had you searched the archives, could have been found by
you. Learn to search.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #3
Hi Mario

Why would you want to do this? I can think of very few circumstances indeed
in which one might want to hide the toolbar without prejudicing the user.
But I can of no circumstances at all under which I might want to replace the
buttons with buttons of my own that provide exactly the same functionality.

A couple of maxims for you:

1. Never reinvent the wheel.
2. If it ain't broke, don't fix it.
3. Never make unnecessary work - unless the client absolutely demands it and
is willing to pay.

All the best

Ian
On 2004/09/05 00:32, in article ch**********@bagan.srce.hr, "Mario"
<ma**********@public.srce.hr> wrote:
i've removed toolbar from my page and created my own buttons

what is the javascript for each of this buttons
i'm using IE

back
forward
stop
refresh
home (or set as home)
favorites (add to)


Jul 23 '05 #4

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

Similar topics

0
by: Philippe Meunier | last post by:
Hi, I am using the .NET toolbar with VB.NET 2003. My toolbar uses icons images that are actually PNG files and uses alpha blending on it. So to make alpha blending work correctly with the...
3
by: Chris | last post by:
Hi I have designed my website to fit my standard windows. I use a javascript scroller that nescitates the removal of the browser scroll bars. However if a user has an extra toolbar open in...
0
by: Alfred Taylor | last post by:
Is it possible to dock a toolbar to bottom and have the toolbar buttons right aligned? I searched google and newsgroups and didn't find a similar question. Right now I've manually sized my...
3
by: Michael C | last post by:
How on earth do you disable ToolBar Buttons and change the images on ToolBar buttons at run-time? Thanks, Michael C.
3
by: perspolis | last post by:
hi dears Can I have a toolbar with different button sizes???
3
by: Meghezel | last post by:
I want to Make DropDownMenu for toolbar(just like Back or forward buttons of browser) takes its menuitems from Contextmenu filled with array of menuItems I could not handle the event of clicking...
1
by: =?Utf-8?B?amZhdWxrbmVyNDQ=?= | last post by:
My Standard Buttons are no longer showing below the toolbar in Windows Explorer. All I have now is the 'back' button over on ther right side with a down arrow. When I click on the 'down' arrow,...
3
by: Al Biheiri | last post by:
i forgot how to do this someone help how do i make this into one private void mnuTray_Click(object sender, System.EventArgs e) { notifyIcon1.Visible = true; WindowState =...
0
by: Juan Alvarez | last post by:
Hi everyone, I have a problem here. I created a Shared-Addin project in VS 2005 and I need to change the functionality of the save button and his shortcut ( ctrl + s), and fire a custom event when...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.