Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

suggestions

Status
Not open for further replies.

efrain

Programmer
May 17, 1999
35
US
I am working on an internal web-site that my company uses to keep it's employees informed of what's going on in the company.  I am going to redesign the site using Frontpage/Dreamweaver but I would like to be able to setup a page where employees can make comments or suggestions.  I've done this before on actual websites but the server was already set up so I just had to follow the instructions for the tags.  What do I need to set up on the server so that I can use forms on the internal website.  This company has not set anything up on their server and have been using MSWord to develop their internal site.  Are there any that are freeware?
 
What kind of server are you running? Unix or NT flavor?<br><br>My personal choice would be to go with a Perl mail script, but that's just me. I'm not sure if there's a better intranet solution. <p>Liam Morley<br><a href=mailto:lmorley@wpi.edu>lmorley@wpi.edu</a><br><a href=] :: imotic :: website :: [</a><br>"light the deep, and bring silence to the world.<br>
light the world, and bring depth to the silence.
 
If your company is also using MS Outlook, you might want to check into using Microsoft's Team Folders. I'm not sure exactly where it is on the MS web site, but it's easy enough to find by using the Site Search engine. I've seen it implemented, but have not tried using it.
 
Is this what I would use to set up a form e-mailer?
 
If you have Win NT with IIS4.o0 and ASP 2.0 or higher, use an asp code. There's aspmailer.asp that's free. I've been talking too much about it, I think, but I'm very pleased with it. Just check it out.
 
Just use the mailto agent in your FORM Tag...<br><br>&lt;FORM action=&quot;mailto:<A HREF="mailto:Kligor.T@gee.whiz.com">Kligor.T@gee.whiz.com</A>&quot; method=&quot;post&quot;&gt;<br>&nbsp;...form contents...<br>&nbsp;&lt;/FORM&gt;<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top