Computers |
|
| | #1 (permalink) |
| Super Techie Join Date: Mar 2005
Posts: 457
| I am trying to create a submit form using frontpage I have previously created a form with several information to be imputed (name, address, phone...) and when the user clicks on Submit, it redirects him to OUtlook or hotmail or so and he has to sign in with his email address username and password and then, he is redirected to the Compose or create new email page that has all the info he entered..along with my email adress in the "to" he then has to press submit and i will receive the email What I WANT TO CREATE IS a similar form in which the user will not have to go through all this email things.... all he has to do is fill in the info and when he clicks SUBMIT, I directly receive the email (he does not need to sign in to his email............) it directly sends it to my email plz help Thanx |
| | |
| | #2 (permalink) |
| True Techie Join Date: Jul 2004
Posts: 235
| This one is easy yet hard because you can't "simply" do this without some Perl knowledge on CGI script. You need to understand how to submit information to a server and have the server submit it to your email address. CGI does all this and is actually specifically designed for information transfers from computer to server, hence the name CGI (Common Gateway Interface). I, unfortunately, didn't get too far into CGI so I can't give you the details but I know for a fact that this is how you accomplish what you seek my son.
__________________ Come visit a new technology and digital image arena website where you may compete in monthly image contests and chat about technology. t3ch.l33t is currently searching for members to help manage different areas of the site. t3ch.l33t Image Arena Home |
| | |
| | #3 (permalink) |
| Super Techie Join Date: Mar 2005
Posts: 457
| thanx for the info... anyone knows how to do that? thanx
__________________ Intel Core 2 Quad 2.4 Ghz 4 GB RAM 500 GB HD 512 MB ATI HD 2600 Pro 32" Samsung LCD Windows Vista Ultimate ------------------------------------------------ HP Pavilion dv2000, Core 2 Duo 2.0 GHz 2 GB RAM 160 GB HD DVD RW LightScribe 383 MB nVidia Graphics 1.3 MP Web Cam/ Fingerprint/ Bluetooth Windows Vista Home Premium |
| | |
| | #4 (permalink) |
| Master Techie Join Date: Jul 2004
Posts: 2,934
| First thing to note, is that FrontPage (sucks) is not very good at doing real "work". Either way, yer best bet is to get yourself a parsing script (CGI, PHP, Perl, JS, etc), which can rip everything out of your form and send an email blindly at the point of Submit.
__________________ ----------------------------------------------- Don\'t hate the player...Hate the game... |
| | |
| | #5 (permalink) |
| Super Techie Join Date: Mar 2005
Posts: 457
| thats good...can you please tell me from where can I get such a thing or what exacly should I search to find it? or do you know any script I can use thanx again
__________________ Intel Core 2 Quad 2.4 Ghz 4 GB RAM 500 GB HD 512 MB ATI HD 2600 Pro 32" Samsung LCD Windows Vista Ultimate ------------------------------------------------ HP Pavilion dv2000, Core 2 Duo 2.0 GHz 2 GB RAM 160 GB HD DVD RW LightScribe 383 MB nVidia Graphics 1.3 MP Web Cam/ Fingerprint/ Bluetooth Windows Vista Home Premium |
| | |
| | #6 (permalink) |
| Master Techie Join Date: Jul 2004
Posts: 2,934
| I'm assuming you have no knowledge of PHP, Perl, JS, or CGI, so the only thing I can say to you is that you need to do some research and work first. A parsing script, while simple to find and usually simple to setup, is not just something you drag-n-drop onto your site. This is coding, well beyond the grip of HTML.
__________________ ----------------------------------------------- Don\'t hate the player...Hate the game... |
| | |
| | #8 (permalink) | |
| True Techie Join Date: Jul 2004
Posts: 235
| Quote:
Very true, you may as well forget about personal email systems on your website unless you plan on using the same knowledge professionally for a career or something. Otherwise it just isn't worth the time it takes to learn it. I was going to learn Perl for this same reason because it is an open source programming language that can be used for CGI scripting, which is what I was wanting to learn. I got way in over my head for the purpose I was planning on using it. Just move on ![]()
__________________ Come visit a new technology and digital image arena website where you may compete in monthly image contests and chat about technology. t3ch.l33t is currently searching for members to help manage different areas of the site. t3ch.l33t Image Arena Home | |
| | |
| | #10 (permalink) |
| Newb Techie Join Date: Jun 2005
Posts: 10
| If your looking for a user login/client area ... http://www.kirupa.com/forum/showthread.php?t=178617 Uses PHP to send the user a confirmation email and uploads data to a MySQL DB without any human interaction. |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |