|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Email page to a friend
Hi Guys!
Please help me out. I am in the process of creating a web site which I hope to make database driven. I am only 16 and so on a very steep learning curve. I have a few page options on each page of my site and I want one of the buttons (an image of an email) to open up a blank email with the URL of the current page and possibly some text in the body. The user can then add/modify that text, enter an email address, add a subject, etc. I have searched all over the net to no avail - plenty of similar things but nothing like this. Hope you can help - Gareth |
|
#2
|
||||
|
||||
|
You are young so ... did not search the forums, anyway:
This can be done client side with something like this (found searching): mailto:joey@company.com?body='<HTML page>' or with some servlet/jsp, try on www.hotscripts.com
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins |
|
#3
|
|||
|
|||
|
Hi Pablo
Thanks for the reply - I have tried looking on hotscripts but cannot find what I am looking for. Is the code that you mentioned to be typed in exactly the same as you have written it or do you have to manualy replace <HTML page> with the html page? Will this work on PHP pages? Thanks again - Gareth |
|
#4
|
||||
|
||||
|
Why don't you try yourself?
In php there is something similar, search and try to figure out. Client side should be something like <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> <a href="mailto:yourself@yourmail.com?body=tryyourself.html ">try yourself</a> </body> </html> Notice that this thread is completely off topic here!!! |
|
#5
|
|||
|
|||
|
You've completely lost me now. Could you explain it in a bit more detail please.
Thanks - Gareth |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Email page to a friend |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|