web.sitemap and javascript url

S

Steve B.

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="javascript: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 javascript: 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
 
E

Eliyahu Goldin

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.
 
S

Steve B.

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 said:
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. said:
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="javascript: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 javascript: 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top