Click to See Complete Forum and Search --> : Menu


bladzaker
March 19th, 2002, 02:09 AM
Is there any way (script) i could programmatically control the menu of my browser ?

hugo123
March 19th, 2002, 06:03 AM
Can you precise your question? What do you want to make?

sbrothy
March 20th, 2002, 06:47 AM
If you're using IE and want to customize its menus and toolbars you might want to read:

http://www.microsoft.com/mind/defaulttop.asp?page=/mind/1199/cutting/cutting1199.htm&nav=/mind/1199/inthisissuecolumns1199.htm

Regards,
S. Bro





"I would be happy to deal with my problems one at the time if they would only line up!"
-Paul Cilwa, "Borland C++ Insider".




Other useful fora which I ruthlessly clipboarded from other peoples footers.

MSDN:http://search.microsoft.com/us/dev/default.asp

WIN 32 Assembler:http://board.win32asmcommunity.net/


RDBMS:http://www.dbforums.com

bladzaker
March 20th, 2002, 07:02 AM
i would like my script to know whether what button the user just clicked within the menu

sbrothy
March 20th, 2002, 08:14 AM
Still not completely clear. Are you talking about the browser's menu as in "Tools"->"Internet Options", or are you talking about a menu embedded in your HTML?

Regards,
S. BRo



"I would be happy to deal with my problems one at the time if they would only line up!"
-Paul Cilwa, "Borland C++ Insider".




Other useful fora which I ruthlessly clipboarded from other peoples footers.

MSDN:http://search.microsoft.com/us/dev/default.asp

WIN 32 Assembler:http://board.win32asmcommunity.net/


RDBMS:http://www.dbforums.com

bladzaker
March 26th, 2002, 02:34 AM
Menu's like the "File", "Edit", "View", etc... How would i be able to control it? and doing one it's sub-menus without directly clicking into it?