1
   

Using Forms

 
 
RKfan
 
Reply Sun 17 Apr, 2005 11:33 pm
Okay, say I have some input text areas on my web page. How do I put in the HTML so that when you hit submit, it puts whatever you entered onto the next page? For example:

First Page:

My name is: [Aubrey]
[SUBMIT]


Second Page:

Your name is Aubrey.


Sorry if I didn't explain it well, if you don't get it just say so but any help would be appreciated. Thanks!
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 1 • Views: 570 • Replies: 5
No top replies

 
hingehead
 
  1  
Reply Sun 17 Apr, 2005 11:53 pm
What scripting language are you using?

Do you know what webserver your web pages are running on?

If it is a Microsoft IIS server then I can help you.

If it's an apache server then I'm sure of the php dudes can help you.
0 Replies
 
RKfan
 
  1  
Reply Mon 18 Apr, 2005 12:03 am
I'm using HTML... I just use free web hosting, I don't have Apache or anything like that. Are you able to do this on HTML or do you need extra stuff? How do you use PHP? Do you need to pay for it?
0 Replies
 
Craven de Kere
 
  1  
Reply Mon 18 Apr, 2005 12:06 am
If you are on free hosting you will need for the host to provide access to a scripting language.

You likely don't have access to it as free hosts rarely provide it.

One that I remember that does is the UK version of Tripod.
0 Replies
 
hingehead
 
  1  
Reply Mon 18 Apr, 2005 12:18 am
Just to elucidate on what Craven and I are getting at:

HTML is merely a standard for displaying elements on pages. Even form elements - but it doesn't actually do anything with them.

When you want to start transferring information between pages you need to deal with 'objects'. In IIS your 'Aubrey' example would require dealing with the request object and/or the session object - this requires the use of a scripting language. Which language you use is dependent on the webserver environment provided by your host.
0 Replies
 
RKfan
 
  1  
Reply Mon 18 Apr, 2005 12:20 am
OK, thanks, I am starting to understand it now.
0 Replies
 
 

Related Topics

Webdevelopment and hosting - Question by harisit2005
Showing an Ico File - Discussion by Brandon9000
how to earn money in internet - Discussion by rizwanaraj
The version 10 bug. Worse then Y2K! - Discussion by Nick Ashley
CSS Border style colors - Question by meesa
There is no Wisdom in Crowds - Discussion by ebrown p
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
I'm the developer - Discussion by Nick Ashley
 
  1. Forums
  2. » Using Forms
Copyright © 2025 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 01/18/2025 at 04:52:21