Re: Replace Contextmenu with new menu
: do:
: <a href="pageRequi resJS.html" onclick="someco de();return false"> ... </a>
: Then you can use the link to tell people that your page requires
: Javascript, so people without it will know why it fails instead of
: just nothing happening.
I did this exept the "pageRequiresJS .html" part.
Do people even see my menu if JS is off?
I mean oncontextmenu is a JS event right?
And I write it via JS on their page.
But I'm not shure how browsers react on a onclick event and a link in one
anchor tag.
I mean if the onclick returns false, do all browsers never load the link?
Wouter
: do:
: <a href="pageRequi resJS.html" onclick="someco de();return false"> ... </a>
: Then you can use the link to tell people that your page requires
: Javascript, so people without it will know why it fails instead of
: just nothing happening.
I did this exept the "pageRequiresJS .html" part.
Do people even see my menu if JS is off?
I mean oncontextmenu is a JS event right?
And I write it via JS on their page.
But I'm not shure how browsers react on a onclick event and a link in one
anchor tag.
I mean if the onclick returns false, do all browsers never load the link?
Wouter
Comment