a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Hosting from $3.99 per month!

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions. dd

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

<form method="POST" action="--WEBBOT-SELF--">

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> <form method="POST" action="--WEBBOT-SELF--">
Page: [1]
 
Creemo

 

Posts: 42
Joined: 1/30/2007
From: Michigan, US
Status: offline

 
<form method="POST" action="--WEBBOT-... - 4/5/2007 2:04:39   
Hi ya'll,

I've got a quetion pertaining to Front Page forms.

I typically use a different WebBuilder program and have much less experience with FP (usually for the relative positioning attribute).
And, I've always used PHP for my email form handling, which I am totally pleased with...

But... I would still like to know more about "how the FP
<form method="POST" action="--WEBBOT-SELF--">
form action method actually works"?

Is there a separate sever side script used with this FP method? And, if there is...would one of you folks be so kind as to paste an example of the server side script that would interact with this FP form method?
Also, if there is a server side script, does FP automatically produce this script or do you have to write it yourself?

I am wanting to do some experimenting with this on my own server and hoping to gain a little more experience.

Thanks for all the great suggestions and help ya'll have provided in the past as well.

JR

BobbyDouglas

 

Posts: 5479
Joined: 5/15/2003
From: Arizona
Status: offline

 
RE: <form method="POST" action="--WEB... - 4/5/2007 2:42:31   
The form connects to the FrontPage Server Extensions (this is something your host will usually have installed for your account).

This is basically a program on the server that handles the form, FrontPage will send the information to the form, and then it will process everything. This saves you time by not having to write your own form handling script.

quote:

Is there a separate sever side script used with this FP method?

- Yes, called FrontPage Server Extensions

quote:

would one of you folks be so kind as to paste an example of the server side script that would interact with this FP form method?

- In order to utilize this form script, you need to create the form in FrontPage, and click on the Publish button to put it on your website. Your host will need to make sure that FrontPage Server Extensions are enabled on your server.

quote:

Also, if there is a server side script, does FP automatically produce this script or do you have to write it yourself?

- It is included in many control panels, as well as available for download online (you'll need to search around for the download though).

quote:

I am wanting to do some experimenting with this on my own server and hoping to gain a little more experience.

- What kind of server are you running? Linux/Windows? Are you using a pre-configured setup that has a bundle of many programs (such as WampServer)? Are you using a control panel, if so, which one?


Also.... note that FrontPage Server Extensions are no longer being supported/updated. Unfortunately there is nothing that will be replacing them, so you are pretty much out of luck as soon as there is a security issue regarding FPSE. Please read through the FAQ about the FPSE end-of-life

Although RTR does not provide a link to download the FPSE, there are still people online who have posted their installer for the FPSE.

_____________________________

Arizona Web Design - Mr Bobs Web Design in Arizona
The Arizona Web Hosting Challenge

(in reply to Creemo)
Creemo

 

Posts: 42
Joined: 1/30/2007
From: Michigan, US
Status: offline

 
RE: <form method="POST" action="--WEB... - 4/5/2007 2:54:14   
Hi again Bobby,
We seem to keep bumping into each other don't we! :)
I'm glad for that though.

Yes, I do know for a fact that I have front page extensions available on my server, in fact I am a web-hosting reseller but not much experience with FP.

The server is a Linux type, and the control panel is cPanel (provided by http://www.cpanel.net)
and I do have a totally flexible package since I can pick and choose my options.

~JR

(in reply to BobbyDouglas)
coreybryant

 

Posts: 2549
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: <form method="POST" action="--WEB... - 4/5/2007 9:00:32   
Also keep in mind that you will have to publish this site to http://www.example.com and not use FTP. FTP will corrupt the extensions sooner or later and the file will stop working.

But if you know PHP and can do PHP form handling, consider using that as Bobby pointed out that FPSE are no longer being supported and with you being on a Linux system, that somewhat makes it even more complicated.

Frontpage 2003 can handle PHP pretty well and should not mess with your code too much.

_____________________________

Corey R. Bryant
My Merchant Account Blog | Toll Free Numbers | Expression Web Blog

(in reply to Creemo)
Creemo

 

Posts: 42
Joined: 1/30/2007
From: Michigan, US
Status: offline

 
RE: <form method="POST" action="--WEB... - 4/5/2007 13:18:21   
Hi Corey,

Thank you for the reply and advice.

My main desire is to just learn a little more about the FP form posting method for experience only; even though I fully intend to continue using PHP for my own forms.
There are many people still using the FP form processing and I felt if could gain some better understanding on the topic I'd be more able to help them on my server and better able to make my services available to them.

Besides, I'm always a glutten for punishment and up for a challenge. :)

So, any helpful info that anybody can share on this topic would be much appreciated.

Take care and thanks again,
JR

(in reply to coreybryant)
coreybryant

 

Posts: 2549
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: <form method="POST" action="--WEB... - 4/5/2007 14:30:29   
Well there is not too much to learn - but then again, you could get your hands dirty in the extensions some. Everything is handled by the extensions. Check out Frontpage Forms for some information. This will show you how to take advantage of some of the extras on Frontpage forms.

_____________________________

Corey R. Bryant
My Merchant Account Blog | Toll Free Numbers | Expression Web Blog

(in reply to Creemo)
Creemo

 

Posts: 42
Joined: 1/30/2007
From: Michigan, US
Status: offline

 
RE: <form method="POST" action="--WEB... - 4/5/2007 18:27:27   
quote:

ORIGINAL: coreybryant

...Everything is handled by the extensions. Check out Frontpage Forms for some information. This will show you how to take advantage of some of the extras on Frontpage forms.


Cool, thanks guy.
I'll definitely look into it.

And...you will all know when I'm finally satisfied with my understanding on this topic because I will be more than happy to paste any learned information in this thread so others can see it as well.
That's one of the best things about forums is people sharing with other people, otherwise we're all at the mercy of Google (or your choice of search engine), and how-to books that go on and on without telling you anything; kinda like finding the needle in the haystack!

Thanks again,
JR


(in reply to coreybryant)
Page:   [1]
OutFront Discoveries

All Forums >> Web Development >> General Web Development >> <form method="POST" action="--WEBBOT-SELF--">
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts