-[ About:

PHP.el8.recommend v.1.0 is first release of script that offers a visitor "tool" to
e-mail someone about page he is currently viewing (visiting)!

If you have any question regarding this script feel free to contact me.

-[ Installation:

1. open mailto.php and edit $GLOBALS variables
2. upload mailto.php somewhere
3. Copy Javascript below ...

<script LANGUAGE="JAVASCRIPT">
<!--
function openform(url) {
var url = url + "?url=" + document.location
	var NS = (document.layers) ? true : false;
	var IE = (document.all) ? true : false;

if(NS) {
	window.open(url,"","scrollbars=no,menubar=no,personalbar=no,width=500,height=310,screenX=220,screenY=0");
} else if(IE) {
	window.open(url,"","scrollbars=no,menubar=no,personalbar=no,width=500,height=280,left=220,top=0");
}

}
//-->
</script>

4. ... and Paste it betwen <head></head> tags of a document you will call script from
4. Put link somewhere on the page. Here is an example:

<a href="javascript:openform('http://www.some.url/path/to/mailto.php');">E-mail this page to a colleague</a>

5. Enjoy! ;)

-[ Copyrights and Distribution:

All rights are reserved and copyrighted by Slaven Bacelic (slaven.bacelic@ri.hinet.hr) 
unless other declared. You can distribute/use freely this script as long as my name and e-mail 
are present in the script!

-[ Last words:

I wish to thank all my friends that helped me to test this script and especially Drazen @ AVALON IT (http://www.avalon.hr)