Friday, 8. June 2007, 03:33:08
copy page title and url simulateneously
I hope to have a possibility to copy the title and url of a page and can paste as <a href="URL">TITLE</a>.
Friday, 8. June 2007, 04:06:53
Tamil

Opera :-(|)
Posts: 110248
Heaven
Create a bookmark with the following in address.
javascript:d=window.document; var msg='<a href='+d.URL+'>'+d.title+'</a>'; alert(msg)