473,407 Members | 2,306 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Saving HTML Form without Submit

I have a small project to create some simple HTML forms. Rather than
have our users go to our web page and 'SUBMIT' the form data, it would
be easier for them to fill out a simple standalone form, save it as an
HTML page and send the page as an attachment in an email for uploading
by the recipient. How feasible is this? and what HTML tags would make
it possible?

Dec 9 '05 #1
6 7833
ca*************@lmco.com wrote:
I have a small project to create some simple HTML forms. Rather than
have our users go to our web page and 'SUBMIT' the form data, it would
be easier for them to fill out a simple standalone form, save it as an
HTML page and send the page as an attachment in an email for uploading
by the recipient.

I'm mystified. It's harder to
- Open a browser
- Go to form
- Fill in form
- Submit it

than to
- Open a custom program
- Fill in the form
- Save it
- Open a mail client
- Attach the form (Damn! Where did I save it?)
- Address it (Damn! Where's that address?)
- Send it
?
Does the custom program need to work on multiple Operating Systems?
What about when you must update the custom program?
What about when you must change the form?
What about when you must change the mail address?

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Dec 9 '05 #2
ca*************@lmco.com wrote:
I have a small project to create some simple HTML forms. Rather than
have our users go to our web page and 'SUBMIT' the form data, it would
be easier for them to fill out a simple standalone form, save it as an
HTML page and send the page as an attachment in an email for uploading
by the recipient.


I think you meant it would be easier to implement on the back end with
that method, not easier for the user. Go learn a little bit about PHP,
Perl, or other server side processing language and do it properly. If
you go searching, you may even be able to find some pre-written scripts
to do what you need. You could also try asking in a server side
processing related newsgroup.

--
Lachlan Hunt
http://lachy.id.au/
http://GetFirefox.com/ Rediscover the Web
http://GetThunderbird.com/ Reclaim your Inbox
Dec 9 '05 #3
The people sending this form are frequently on travel where it is not
easy (i.e. fast) to sign on to any server. Sometimes it is NOT possible
at all. Saving a standalone form, sending the email w/ the form
attached and having someone at the office submit it to a DB REALLY is a
better way to go for us.

Dec 19 '05 #4
The people sending this form are frequently on travel where it is not
easy (i.e. fast) to sign on to any server. Sometimes it is NOT possible
at all. Saving a standalone form, sending the email w/ the form
attached and having someone at the office submit it to a DB REALLY is a
better way to go for us.
The form only needs to work with our operating system. And updating the
custom program or changing the form is not a problem because we have so
few changes.

Dec 19 '05 #5
JRS: In article <11********************@g47g2000cwa.googlegroups.c om>,
dated Thu, 8 Dec 2005 16:23:06 local, seen in news:comp.infosystems.www.
authoring.html, ca*************@lmco.com posted :
I have a small project to create some simple HTML forms. Rather than
have our users go to our web page and 'SUBMIT' the form data, it would
be easier for them to fill out a simple standalone form, save it as an
HTML page and send the page as an attachment in an email for uploading
by the recipient. How feasible is this? and what HTML tags would make
it possible?


To achieve what you seem to want, you could alternatively make the
SUBMIT button (perhaps not formally SUBMIT) collect and validate the
entries and write the lot to a textarea in compact but readable form; so
that the user can copy'n'paste the textarea into an E-mail.

The validation would be subvertible; but I assume that it is in the
interests of your users to co-operate with the system.

--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.com/faq/> JL/RC: FAQ of news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
Dec 20 '05 #6
ca*************@lmco.com wrote:
The people sending this form are frequently on travel where it is not
easy (i.e. fast) to sign on to any server. Sometimes it is NOT possible
at all. Saving a standalone form, sending the email w/ the form
attached and having someone at the office submit it to a DB REALLY is a
better way to go for us.

Make it a locally accessible HTML document rather than a custom program
that creates a HTML page. The back end then need only know how to attach a
file for mailing. Ordinary CGI stuff.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Dec 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: sumithradevi | last post by:
Hello Friends, I have two forms(form1 and form2) on my html page. question1 : can i access form 1 variables in form 2?. if so how? question 2: when form2 action is saveci.jsp . can i access...
4
by: Victor Engmark | last post by:
Background: People want to be able to record large amounts of product data ("a few MB") on laptop or tablet PCs without _any_ kind of network connection, and then to submit the data to a database...
2
by: Robert Diamond | last post by:
Hey guys (and girls ;)), I want to create some form data and submit it to the cgi script without having any (DOM) document loaded up. Is there a way in jscript to say... (probably something...
4
by: James Bond 007 | last post by:
I am a novice to Javascript (can do simple text-based pop-ups, but not familiar with variable manipulation). I would like to have a Javascript that gives me the start time (I don't care about...
7
by: Brian | last post by:
I wrote this script here but I cannot get the script to save to the correct month.html. Can someone tell me what is wrong with this code? <html> <head> <title>Monthly Bills</title> </head>...
2
by: patrick73 | last post by:
I would like to submit a standard html form using the XMLHttpRequest object. As far as I can tell there is no easy way to do this. What I have to do is: 1 Register an event handler on the forms...
2
by: jessDMiller | last post by:
I have no clue why the data from the form isn't saving into the database. What am I doing wrong? addAnnounce.php: <td align=top> <form action="index2.php" method="post">Heading:<br...
7
by: Dave Kelly | last post by:
There has to be a name for what I want to do and I don't know what words to google for. I have a form here: http://www.texasflyfishers.org/firstpage.htm I want to submit it to the server and...
4
by: virk1711 | last post by:
I want to retain the state of checkboxes after the submit button has been clicked. What it is currently doing is that it is resetting the checkboxes after the submit button is clicked. My code is...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.