•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JSP section within the Web Development category of DaniWeb, a massive community of 397,752 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,534 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JSP advertiser: Lunarpages JSP Web Hosting
Views: 3270 | Replies: 0
![]() |
•
•
Join Date: Jul 2005
Posts: 4
Reputation:
Rep Power: 0
Solved Threads: 0
First of all thanks everyone for the replies...They helped a lot. Now I want to mail multiple files as attachments also on 1 button touch...And how do i create a Directory to store files that I save . So far i have written this code but maybe you can upgrade it ...I thank you in advance
<script language="JavaScript">
function mailMe( form ) {
// put some checks here
return true;
}
<form name="email" method="POST" action="mailto:YOUR@EMAIL.ADDRESS"
onSubmit="return mailMe( this.form )" enctype="text/plain">
<b><p>YOUR NAME:</b><br>
<input type="text" name="SUBMITED BY" value size="30"><br>
<b>ENTER YOUR URL:</b><br>
<input type="text" name="URL LOCATION" value="http://" size="30"><br>
<b>YOUR E-MAIL ADDRESS:</b><br>
<input type="text" name="EMAIL ADDRESS" value size="30"><br>
<b>YOUR COMMENTS:<br>
<textarea NAME="COMMENTS" ROWS="8" COLS="30" wrap="virtual"></textarea><br>
<input type="submit" value="Submit "><input type="reset" value="Reset"></p>
</form>
<!-- -->
<script language="JavaScript">
function mailMe( form ) {
// put some checks here
return true;
}
<form name="email" method="POST" action="mailto:YOUR@EMAIL.ADDRESS"
onSubmit="return mailMe( this.form )" enctype="text/plain">
<b><p>YOUR NAME:</b><br>
<input type="text" name="SUBMITED BY" value size="30"><br>
<b>ENTER YOUR URL:</b><br>
<input type="text" name="URL LOCATION" value="http://" size="30"><br>
<b>YOUR E-MAIL ADDRESS:</b><br>
<input type="text" name="EMAIL ADDRESS" value size="30"><br>
<b>YOUR COMMENTS:<br>
<textarea NAME="COMMENTS" ROWS="8" COLS="30" wrap="virtual"></textarea><br>
<input type="submit" value="Submit "><input type="reset" value="Reset"></p>
</form>
<!-- -->
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb JSP Marketplace
- Can't download, save or view attachments. (Windows NT / 2000 / XP / 2003)
- Monitoring number of smtp bytes sent through python e-mail socket (Python)
- Mail command (Shell Scripting)
- How to view Mail attachments (JSP)
- Dialog box missing when sending attachments. (Windows NT / 2000 / XP / 2003)
- Problems IE 6 Win98 redirected from google to other site (Web Browsers)
Other Threads in the JSP Forum
- Previous Thread: URL Validation
- Next Thread: Web Server


Linear Mode