in reply to Re: Button Send
in thread Button Send
I want to put a button on the bottom of my created web page, and if the user likes what he/she sees, then they will click on the send button and the data will be written to a file. Else they can quit, or go back and fix the data
My first try, netted no results, I was trying ascertain if the button was clicked by using a simple if:
If anyne has suggestion, I will be more than happy to learn 'em.print "<center><input type=button value=Send name=S1>"; if (S1 eq "Send") { 'send data'}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Button Send
by VSarkiss (Monsignor) on Aug 11, 2004 at 19:27 UTC | |
by Midnite (Acolyte) on Aug 12, 2004 at 01:34 UTC |