Oggi ho messo sul sito il link di "aggiungi ai preferiti" funzionante con explorer e firefox,
<script language=JavaScript1.2>
var bookmarkurl="http://www.xxx.it"
var bookmarktitle="xxxx xxy xyx yx yx yyyx"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarkti tle)
}
</script>
Aggiungi ai Preferiti
ma durante la scansione W3C, mi esce questo :
javascript:addbookmark()What to do: You must change this link: people using a browser without JavaScript support will not be able to follow this link. See the Web Content Accessibility Guidelines on the use of scripting on the Web and the techniques on how to solve this.
Response status code: 501
Response message: Protocol scheme 'javascript' is not supportedLine: 29
Qualcuno puo' dirmi come modificare ?
ciao e grazie
![]()