officemanager2
Technical User
Hello: Very new to Java. Got this off the net
What I'm trying to do is send a specific bit of the site, usually a paragraph from one of the pages, as opposed to the entire site.
Any suggestions would be appreciated.
thanks
Code:
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! [URL unfurl="true"]http://javascript.internet.com[/URL] -->
<!-- Original: David Henry (davidputhenry@yahoo.com) -->
<!-- Web Site: [URL unfurl="true"]http://www.davidphenry.com[/URL] -->
<SCRIPT TYPE="text/javascript"><!--
var SubjectLine='Take a look at this web page I found, '+top.document.title;
var BodyText='You can see this page at: '+top.location.href;
var Message='Send <A CLASS=contact HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Envoyer cette page à vos amis\'; return true;" TITLE="Send your friends e-mail about this page">this page<\/A> to a friend.';
var MessageIE='Send <A CLASS=contact HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Envoyer cette page à vos amis\'; return true;" TITLE="Send your friends e-mail about this page">this page<\/A> to a friend.';
if(document.all) { document.write(MessageIE); }
else { document.write(Message); }
//--></SCRIPT>
<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="[URL unfurl="true"]http://javascriptsource.com">The[/URL] JavaScript Source</a></font>
</center><p>
<!-- Script Size: 1.33 KB -->
What I'm trying to do is send a specific bit of the site, usually a paragraph from one of the pages, as opposed to the entire site.
Any suggestions would be appreciated.
thanks