Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Make an appointment in HTML?

Reply
Thread Tools

Make an appointment in HTML?

 
 
David Segall
Guest
Posts: n/a
 
      11-01-2003
I would like to be able to organise a dinner party or meeting among a
few friends using my web site. Ideally, the HTML page would display a
table in which the rows were proposed dates and times and the columns
contained a small integer which indicated each persons availability
for that appointment ranging from "that's the best for me" to "can't
come then". A drop down list with some equivalent text would be even
better. Ideally, my friends would be able to update the table from
their browser.

I don't think that it is possible because my ISP does not permit me to
add server-side code to my site. I am limited to a few megabytes of
disk space and some canned CGI scripts. Is there a way of achieving
something similar by having each friend fill in the "form" and send
the completed form to me via email so that I can manually update the
web page? The solution does not need to be pure HTML; a Java applet
would be OK. Alternatively, maybe there is a web site that would
handle all this for me?




 
Reply With Quote
 
 
 
 
Toby A Inkster
Guest
Posts: n/a
 
      11-01-2003
David Segall wrote:

> I don't think that it is possible because my ISP does not permit me to
> add server-side code to my site. I am limited to a few megabytes of
> disk space and some canned CGI scripts. Is there a way of achieving
> something similar by having each friend fill in the "form" and send
> the completed form to me via email so that I can manually update the
> web page?


Assuming that one of the canned CGI scripts is a mailer, then this would
be possible, but it might be better to consider going for a web host which
supports PHP or CGI or something. There are one or two free ones out
there, otherwise it will probably be cheaper than you'd expect.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?id=132

 
Reply With Quote
 
 
 
 
PeterMcC
Guest
Posts: n/a
 
      11-01-2003
David Segall wrote:
> I would like to be able to organise a dinner party or meeting among a
> few friends using my web site. Ideally, the HTML page would display a
> table in which the rows were proposed dates and times and the columns
> contained a small integer which indicated each persons availability
> for that appointment ranging from "that's the best for me" to "can't
> come then". A drop down list with some equivalent text would be even
> better. Ideally, my friends would be able to update the table from
> their browser.
>
> I don't think that it is possible because my ISP does not permit me to
> add server-side code to my site. I am limited to a few megabytes of
> disk space and some canned CGI scripts. Is there a way of achieving
> something similar by having each friend fill in the "form" and send
> the completed form to me via email so that I can manually update the
> web page? The solution does not need to be pure HTML; a Java applet
> would be OK. Alternatively, maybe there is a web site that would
> handle all this for me?


What a nice idea.

I'll bet that one of the canned CGI scripts on your server is a form
handler. That would do the trick with radio buttons, check boxes, drop down
options and free-text entry areas.

Information here

http://www.davesite.com/webstation/html/chap17.shtml

If you can't find a form handling script on the server,and *if* you know
that everyone of your potential dinner guests has a browser with an
associated email programme and that they aren't going to start popping into
internet cafes to contact you, use WAP phones or any of that other stuff -
you could use mailto. It opens up the user's email program and sends the
form data to your email address. e.g.

<form action="private.php?do=newpm&u=" method="POST"
enctype="text/plain">

This is not a recommended action for general web pages, and I'm bracing
myself for the comments for having suggested it - so, to balance that up,
please see http://www.isolani.co.uk/articles/mailto.html You'll get odd
characters in your email indicating spaces, etc... but, given the above
conditions, the data will get to you, perhaps a little inelegantly but
that's way better than not having a feedback form.

In general terms, you'll find some useful links at:
http://personalweb.about.com/cs/feedbackemail/index.htm including ready made
forms.


--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.

 
Reply With Quote
 
Al
Guest
Posts: n/a
 
      11-02-2003
Hi David:

I write programs and remote host them on my site. If $2.00 per month is in
your budget. Drop by my site www.web-site-builder.com and leave me a note
with your e-mail address.

Al

"David Segall" <> wrote in message
news:...
> I would like to be able to organise a dinner party or meeting among a
> few friends using my web site. Ideally, the HTML page would display a
> table in which the rows were proposed dates and times and the columns
> contained a small integer which indicated each persons availability
> for that appointment ranging from "that's the best for me" to "can't
> come then". A drop down list with some equivalent text would be even
> better. Ideally, my friends would be able to update the table from
> their browser.
>
> I don't think that it is possible because my ISP does not permit me to
> add server-side code to my site. I am limited to a few megabytes of
> disk space and some canned CGI scripts. Is there a way of achieving
> something similar by having each friend fill in the "form" and send
> the completed form to me via email so that I can manually update the
> web page? The solution does not need to be pure HTML; a Java applet
> would be OK. Alternatively, maybe there is a web site that would
> handle all this for me?
>
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating an appointment in an exchange calendar using webdav (slide) Bernhard Weitlaner Java 11 12-15-2010 09:08 PM
Appointment through ASP.net jemo ASP .Net 0 06-22-2006 08:05 AM
clinic appointment Clive Lathey Computer Support 5 08-02-2005 07:28 AM
Create an Outlook Appointment chuckdfoster ASP .Net 6 12-22-2004 07:59 PM
Create outlook appointment - web form =?Utf-8?B?R2Vvcmdlcw==?= ASP .Net 0 08-04-2004 01:31 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57