Sorry, I should have included the form code as well.
Here's the link to the working document:
http://trainacomm.exofire.net/signature/signature.htm
SIGNATURE.HTM CODE:
<html>
<body>
<form action="welcome.php" method="post" target="_blank.htm">
<font face="Arial">
<img border="0"...
Hi guys. I have a simple form that echo's the data to a savable html file. It works fine on a PC but Mac users keep getting a 404 error. Does anyone have an idea of why this might be happening?
Many thanks.
Here's the code for the script:
<?php
header('Content-type: application/htm')...
The users need to save the files to their machines (or network drive). The html file is then used by the e-mail client to generate a signature whenever users choose to insert one.
Many thanks. Am going to give the zip solution a go and will post my results.
Hi everyone. I'm a noob at scripting and have hit a wall. I'm trying to create a form that sends user input to a formatted html file that users can save and use (it's an e-mail signature template).
The form and resulting page look fine, but I'm having trouble with the saving part... I don't...
Hi everyone. I'm a noob at scripting and have hit a wall. I'm trying to create a form that sends user input to a formatted html file that users can save and use (it's an e-mail signature template).
The form and resulting page look fine, but I'm having trouble with the saving part... I don't...