Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

frontpage vs dreamweaver - forms

Forum home » Delegate support and help forum » Dreamweaver Training and help » frontpage vs dreamweaver - Forms

frontpage vs dreamweaver - Forms

ResolvedVersion Standard

Iyabode has attended:
Dreamweaver MX Intermediate course

Forms

I was wondering about how to capture student data via forms. Possibly with the info going to an Access Database without need for Server side scripting

Edited on Tue 30 Jan 2007, 13:25

Writing to database without using server side scripting

Hi there Iyabode,

I've never heard of a case in which server side scripting is avoided while capturing form information to a database.

In my opinion, server side scripting is required for any database entry not only at technical level, but also at a security level.

This page might give you some insight as to how CGI works.
http://www.wdvl.com/Authoring/Scripting/WebWare/Server/
As you can see in the diagrams, two layers of Web Server Software (IIS, Apache etc.) and CGI scripts sit between the web site and a database.

Might I also suggest checking out http://www.bravenet.com as they may be able to assist you with pre-written scripts and services, usually free.

Otherwise, I'd recommend hiring a developer or learning some server side scripting languages such as ASP or PHP.

Oh, and you may like to look into the possibility of sending the form data to an e-mail address, and when Outlook (or similar) receives the e-mail, it is automatically inserted into the database.

Good luck, and thank you for your question.

Regards, Rich

RE: writing to database without using server side scripting

Hi Rich,
Thanks for clarification. Your response was very helpful.

Iyabo

 

Training courses

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Dreamweaver tip:

JumpMenu in new window

When inserting a jumpmenu to a page, the only option available for 'open in' is usually 'main window'. There would be other options available if the page was a frameset.

To change the jumpmenu to open in a new window, change the target parameter of the selectbox in your code to 'window.open()'.

eg.

<select name="menu1" onChange="MM_jumpMenu('window.open()',this,0)">


source:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16166& ;sliceId=1

View all Dreamweaver hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.08 secs.