<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"

"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<!-- filename: short-mail-->

<head>
  <title>&f-base - Mail a Set</title>

<include>meta-tags

<include>include-stylesheets


</head>

<body>

<include>head-1

<h3>E-Mail or Save Selected Records</h3>

<form method="post"
      name="form1"
      id="shortmail"
      class="mail"
      action="&server_f"
      onSubmit="return my_replace(document.getElementById('shortmail').text);">
<div>
<input type="hidden" name="func" value="short-mail" />
<input type="hidden" name="SAVE_MAIL" value="on" />
<input type="hidden" name="FORMAT" $$FXX-S"040" />

Enter Email address for mail option only; leave blank for save option.
<br />
<label for="email">Email:</label><br />
<input name="EMAIL" id="email" value="$0700" />
<br />
<input type="submit" value="Save / Email" />

</div>
</form>




<h4>Tips on saving and emailing</h4>
<p>
Note: record sets downloaded from MUSE have a ".sav" extenstion. It is easier to open these files if you change the
extension to ".txt".
</p>

<include>copyrights


</body>
</html>



