Hi,
I use a web.sitemap file to create a dynamic menu in my web application.
I want to add an entry that does not navigate but add the page to the user's
favorites.
I added a node like this :
<siteMapNode title="Ajouter cette page aux favoris"
url="java script:window.external.AddFavorite(location.href, document.title)"
/>
It works fine when rendering the client, however the page that hosts the
menu control generate an error at design time since the node url is not a
relative node.
If I remove the java script: there is not error in the designer, but at run
time the url is http://myserver/myapp/window.external.AddFavorite(...) which
is not valide.
How can I correctly set the sitemap to avoid both design time and runtime
error ?
Thanks,
SteveIt is very hard to maintain design-time functionality on the same level as
run-time one. At some stage you will give up and won't care of design-time
errors any more.
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Steve B." <steve_beauge@.com.msn_swap_msn_and_com> wrote in message
news:eAYp6ovEHHA.4380@.TK2MSFTNGP04.phx.gbl...
> Hi,
> I use a web.sitemap file to create a dynamic menu in my web application.
> I want to add an entry that does not navigate but add the page to the
> user's favorites.
> I added a node like this :
> <siteMapNode title="Ajouter cette page aux favoris"
> url="java script:window.external.AddFavorite(location.href,
> document.title)" />
>
> It works fine when rendering the client, however the page that hosts the
> menu control generate an error at design time since the node url is not a
> relative node.
> If I remove the java script: there is not error in the designer, but at run
> time the url is http://myserver/myapp/window.external.AddFavorite(...)
> which is not valide.
> How can I correctly set the sitemap to avoid both design time and runtime
> error ?
> Thanks,
> Steve
>
I do, but later when an "real" designer will take the project, I'll have to
explain him how to disable this node while designing and enable it while
testing... which can be quite a pain for a non coder...
Steve
"Eliyahu Goldin" <REMOVEALLCAPITALSeEgGoldDinN@.mMvVpPsS.org> a crit dans le
message de news: Ow1aFvvEHHA.4508@.TK2MSFTNGP02.phx.gbl...
> It is very hard to maintain design-time functionality on the same level as
> run-time one. At some stage you will give up and won't care of design-time
> errors any more.
> --
> Eliyahu Goldin,
> Software Developer & Consultant
> Microsoft MVP [ASP.NET]
>
> "Steve B." <steve_beauge@.com.msn_swap_msn_and_com> wrote in message
> news:eAYp6ovEHHA.4380@.TK2MSFTNGP04.phx.gbl...
>
Thursday, March 22, 2012
web.sitemap and javascript url
Labels:
application,
asp,
create,
dynamic,
entry,
file,
javascript,
menu,
navigate,
net,
page,
sitemap,
url,
web,
websitemap
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment