Kategoriarkiv: HTML

Hidden hyperlinks in html(javascript/css)

The link will look like ordinary text: <a href=”Gamle.html” style=’text-decoration: none; color:black; cursor:auto’ onmouseover=’window.status=”;’>Link</a>

Udgivet i HTML, Knowledge Base | Skriv en kommentar

bookmarklets

This only works in IE (sigh). I’m working on a mozilla compatible version… make a .html file with this content and add the bookmarklets to your bookmarks: <a href=”javascript:Q=document.selection.createRange().text;if(!Q){void(Q=prompt(‘Find funktion:’,”))};if(Q)location.href=’http://dk2.php.net/search.php?lang=en&show=quickref&pattern=’+escape(Q)”>Find PHP funktion</a> <br /> <a href=”javascript:Q=document.selection.createRange().text;if(!Q){void(Q=prompt(‘Søg efter:’,”))};if(Q)location.href=’http://base.fujang.dk/cgi-bin/index.pl?action=query&query=’+escape(Q)”>Søg på Fujang knowledge … Læs resten

Udgivet i HTML, Old Base, Programmering, Windows | Skriv en kommentar