Computer Hope

Internet & Networking => Web design => Topic started by: akil on May 09, 2006, 06:00:10 AM

Title: how can I put a Shot BOX on my site?
Post by: akil on May 09, 2006, 06:00:10 AM
I want to put a shot box on my site.. that shot box should contains name, email, meassage labels with submit and clear buttons.. if a user want to leave a msg in that box he should fillout the name, message unless he shold get a error msg mentioned "pls fillout those name and message boxes".,,
the shotbox's msgs shold always dispalyed..

Pls anyone could tell me the HTML coding to put this shotbox on my web site???
Title: Re: how can I put a Shot BOX on my site?
Post by: Rob Pomeroy on May 09, 2006, 07:51:27 AM
I guess you mean a shoutbox.  If you're unable or willing to learn PHP/Perl/ASP, then there's no need to reinvent the wheel.  Google "shoutbox script" and you will find lots of free scripts that you can use to do this.  You will need a web server/host that provides PHP/Perl/ASP as the case may be.  You're most likely to find PHP scripts.

Note: you cannot do this with plain HTML - you need a program running at the web server end.
Title: Re: how can I put a Shot BOX on my site?
Post by: akil on May 10, 2006, 09:02:34 AM
hi rob thankz for ur time.. as u said I got da solution in google..
Title: Re: how can I put a Shot BOX on my site?
Post by: Rob Pomeroy on May 10, 2006, 09:30:24 AM
Excellent.  :)
Title: Re: how can I put a Shot BOX on my site?
Post by: wolve on May 11, 2006, 06:09:34 PM
This would be a brilliant little project for you to try and acheive yourself if you wanted to learn php/mysql.

Even though you already have what you wanted from google, i'd say have ago at designing your own. Much more rewarding than just grabbing a pre-made script
Title: Re: how can I put a Shot BOX on my site?
Post by: Rob Pomeroy on May 12, 2006, 05:31:41 AM
Totally agree.