473,396 Members | 2,020 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,396 software developers and data experts.

How *exactly* does Smart Navigation work?

How *EXACTLY* does Smart Navigation work? (I would really really really like
for this Smart Navigation to work in Mozilla.)

The inner workings and the code is what I am looking for.

Does it use JavaScript? If so, is there any code that someone can point to.

And can the ASP.NET 2.0 team get this work in Mozilla....sort of targeting
multiple browser like they do with other stuff already....It would be a
really big boost to them, Microsoft not being viewed as ANTI-TRUST and
anti-competitive.

Thanks.
Jul 21 '05 #1
6 1952
I think there is a javascript in the Framework directory under asp.net
client files.

"anon" <an**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
How *EXACTLY* does Smart Navigation work? (I would really really really like for this Smart Navigation to work in Mozilla.)

The inner workings and the code is what I am looking for.

Does it use JavaScript? If so, is there any code that someone can point to.
And can the ASP.NET 2.0 team get this work in Mozilla....sort of targeting
multiple browser like they do with other stuff already....It would be a
really big boost to them, Microsoft not being viewed as ANTI-TRUST and
anti-competitive.

Thanks.

Jul 21 '05 #2
I should add that the Framework directory is under the windows(or winnt)
/microsoft.net directory
"vMike" <Mi****************@noYandZ.geZwaYrrenZ.com> wrote in message
news:bt**********@ngspool-d02.news.aol.com...
I think there is a javascript in the Framework directory under asp.net
client files.

"anon" <an**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
How *EXACTLY* does Smart Navigation work? (I would really really really

like
for this Smart Navigation to work in Mozilla.)

The inner workings and the code is what I am looking for.

Does it use JavaScript? If so, is there any code that someone can point

to.

And can the ASP.NET 2.0 team get this work in Mozilla....sort of targeting multiple browser like they do with other stuff already....It would be a
really big boost to them, Microsoft not being viewed as ANTI-TRUST and
anti-competitive.

Thanks.


Jul 21 '05 #3
You might find what you're looking for in the
/aspnet_client/system_web/1_1_4322/SmartNav.js file.

Hope this helps,

Mun
--
Munsifali Rashid
http://www.munsplace.com/


"anon" <an**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
How *EXACTLY* does Smart Navigation work? (I would really really really like for this Smart Navigation to work in Mozilla.)

The inner workings and the code is what I am looking for.

Does it use JavaScript? If so, is there any code that someone can point to.
And can the ASP.NET 2.0 team get this work in Mozilla....sort of targeting
multiple browser like they do with other stuff already....It would be a
really big boost to them, Microsoft not being viewed as ANTI-TRUST and
anti-competitive.

Thanks.


Jul 21 '05 #4
JavaScript (SmartNav.js). It is downloaded to the client. Look at the source
when you are using SmartNav and you will see it in there.

The problem with multiple-browsers here is IE has smart nav (remembering
control hit) built in (albeit with help), NetScape does not. MS would have
to embed anchors for each control to accomplish the same in Mozilla.
Considering the small browser percent in NetScape, this is a case of
diminishing returns.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** ********************
Think Outside the Box!
************************************************** ********************
"anon" <an**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
How *EXACTLY* does Smart Navigation work? (I would really really really like for this Smart Navigation to work in Mozilla.)

The inner workings and the code is what I am looking for.

Does it use JavaScript? If so, is there any code that someone can point to.
And can the ASP.NET 2.0 team get this work in Mozilla....sort of targeting
multiple browser like they do with other stuff already....It would be a
really big boost to them, Microsoft not being viewed as ANTI-TRUST and
anti-competitive.

Thanks.

Jul 21 '05 #5
I looked at the SmartNav.js file. However, Mozilla seems like a pretty good
browser.

If you say IE has Smart Nav built in, why is that a SmartNav.js file in the
first place?


"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamM> wrote in
message news:e$**************@TK2MSFTNGP12.phx.gbl...
JavaScript (SmartNav.js). It is downloaded to the client. Look at the source when you are using SmartNav and you will see it in there.

The problem with multiple-browsers here is IE has smart nav (remembering
control hit) built in (albeit with help), NetScape does not. MS would have
to embed anchors for each control to accomplish the same in Mozilla.
Considering the small browser percent in NetScape, this is a case of
diminishing returns.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** ********************
Think Outside the Box!
************************************************** ********************
"anon" <an**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
How *EXACTLY* does Smart Navigation work? (I would really really really

like
for this Smart Navigation to work in Mozilla.)

The inner workings and the code is what I am looking for.

Does it use JavaScript? If so, is there any code that someone can point

to.

And can the ASP.NET 2.0 team get this work in Mozilla....sort of targeting multiple browser like they do with other stuff already....It would be a
really big boost to them, Microsoft not being viewed as ANTI-TRUST and
anti-competitive.

Thanks.


Jul 21 '05 #6
Built-in, but not psychic. The concept is like this:

MS will "remember" where you scrolled down to (ie, remembers the last
control worked on). For NetScape, you need to purposefully put anchor tags
in. The Smart Navigation has to be activated on the client, thus the reason
for having the JavaScript.

It has nothing to do with NetScape being a bad browser, just that NetScape
does not have certain items built in that simplify things.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** ********************
Think Outside the Box!
************************************************** ********************
"anon" <an**@hotmail.com> wrote in message
news:uA**************@TK2MSFTNGP11.phx.gbl...
I looked at the SmartNav.js file. However, Mozilla seems like a pretty good browser.

If you say IE has Smart Nav built in, why is that a SmartNav.js file in the first place?


"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamM> wrote in
message news:e$**************@TK2MSFTNGP12.phx.gbl...
JavaScript (SmartNav.js). It is downloaded to the client. Look at the

source
when you are using SmartNav and you will see it in there.

The problem with multiple-browsers here is IE has smart nav (remembering
control hit) built in (albeit with help), NetScape does not. MS would have
to embed anchors for each control to accomplish the same in Mozilla.
Considering the small browser percent in NetScape, this is a case of
diminishing returns.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** ********************
Think Outside the Box!
************************************************** ********************
"anon" <an**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
How *EXACTLY* does Smart Navigation work? (I would really really really
like
for this Smart Navigation to work in Mozilla.)

The inner workings and the code is what I am looking for.

Does it use JavaScript? If so, is there any code that someone can
point to.

And can the ASP.NET 2.0 team get this work in Mozilla....sort of

targeting multiple browser like they do with other stuff already....It would be

a really big boost to them, Microsoft not being viewed as ANTI-TRUST and
anti-competitive.

Thanks.



Jul 21 '05 #7

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

Similar topics

0
by: Jason Rodman | last post by:
I have been working on a web app that uses IFrames for our edit screens. A main window contains static information, while an IFrame contains the editable page. I use javascript from the outer page...
1
by: Sal | last post by:
Greetings to all... I have a simple asp.net app. It consists of three aspx pages. I have enabled smart navigation on the pages. The app runs smoothly on the developer machine, but when I upload...
1
by: Matthew Louden | last post by:
I want to clarify the new feature smart navigation property in ASP.NET. Let's use the example and assume this is in process.asp > > Here's a typical html form: > > <form action="process.asp"...
10
by: RodBillett | last post by:
Using SmartNavigation. Windows2003 Server Framework 1.0 (3705) IIS6 and I have IIS configured to utilize the 1.0 framework. Any Ideas why I would be getting the following jscript error within...
1
by: Devin | last post by:
I am having a problem of SmartNavigation, wher eit works fine on the test server, but not on the server that I load it up to. I tried placing "page.smartnavigation=false" right before I redirect, but...
3
by: Lee Forst | last post by:
I have looked through tons of posts and I have not found a clear cut answer to my problem. Here is the problem. On my localhost, I have a ASP.NET application that has Smart Navigation...
1
by: thomson | last post by:
Hi all, i have enabled Smart Navigation in the Page attribute, My Webform has several Webform controls, all applied with style sheets from an external file. Problem --------- When a postback...
6
by: anon | last post by:
How *EXACTLY* does Smart Navigation work? (I would really really really like for this Smart Navigation to work in Mozilla.) The inner workings and the code is what I am looking for. Does it...
0
by: keeper | last post by:
Recently a new windows update for internet explorer was released which seems to have broken stylesheets with smart navigation. The first request for the page works fine, but any subsequent...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.