CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML





Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 8/11/2006 5:17:13 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 15 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
1 Items, 1 Pages 1 |< << Go >> >|
Dano
Asp.Net User
Dynamic Menus and Window Status?8/11/2006 5:17:13 PM

0/0

Since menu control show ugly/distracting link info in the status bar, have easily hooked a simple js function to hide the status of all static menu items of a menu control using page_load:

leftMenu.Attributes(

"onMouseover") = "javascript:return hidestatus();"

where the js function is the trivial:

function

hidestatus()
{
window.status=
"";
return true;
}

The problem is doing the same to dynamic (submenu) items. Don't seem to see a way to hook the mouseover behavior from the server side for dynamic menu items. Any ideas?

1 Items, 1 Pages 1 |< << Go >> >|



Search This Site:


Meet Our Sponsors:



Other Resources:

DW CS3 FTP Upload glitch - macromedia.dreamweaver - Web Programming ... DW CS3 FTP Upload glitch, > ROOT > NEWSGROUP > Adobe-Macromedia Forums > macromedia. ... dynamic menus and window status? privacy of data in the shared hosting ...
DYNAMENU Sample: Dynamically Updates Menus The DYNAMENU sample illustrates dynamic modification of menus and status bars regardless of whether handling commands are known at compile time. DYNAMENU ...
Dynamic Drive- Browser Window Menus & Navigation. Mouse and Cursor. Scrollers. Text Animations. User/System Preference ... interface, such as titlebar, browser buttons, status bar etc (aka chrome) ...
Apple Human Interface Guidelines: Designing the Elements of Menus ... Window menu in the Finder and then presses the Option key, some of the menu ... However, because dynamic menu items are hidden by default, they should never be ...
The Best 50 Scripts A DHTML menu script for creating animated, cross-platform vertical dynamic menus. ... of different sizes and the script can display a status bar message on MouseOver. ...
Query re my own simple drop-down menu [Archive] - Dynamic Drive Forums [Archive] Query re my own simple drop-down menu JavaScript ... <A HREF="javascript:toggleMenu('itWeb')" onMouseOver="window.status='IT & Web Design skills...
Dynamic Toolbar - Complete List of Features URL status button. Related sites. Rival search. Site ranking. Watch URL ... Contextual menu search. Left IE search panel. Modal query window. Design Service ...
Programming Wiki: Dynamic Collapsable/Expandable Menus ... expand functionality and php for feeding the menu code into the ... 'main'); return true;" onmouseover="imgOn('i0'); window.status=''; return true; ...
DHTML Lab Dynamic HTML tutorials, DHTML scripts, programming, tools, code, and examples.



 
All Times Are GMT