Ask a Question related to Dreamweaver AppDev, Design and Development.
-
MtrMth #1
Concantenate entry
Is it possible for a user to enter an ID like: "8400-134-3" and then I can
concantenate on to the end of it, a "h.jpg"? Basically creating
"8400-134-3h.jpg" that would then be passed to the server to do a file look up
and transfer to the users hard drive..
MtrMth Guest
-
cron entry
Hi groups, I have to write a cron job which executes a program every 5 minutes.so i have edited my crontab file as */12 * * * * root run-parts... -
Any ideas on how to confirm data entry of an item post entry?
Access 97 is being used. Sorry for the vague subject. The database is a frontend/backend if that makes a difference. There are 3 tables,... -
Calculation during dat entry
There is a practical issue of the weather here: on a cloudy day, the lights may be needed much earlier. Anyway, this example show how to: -... -
field entry
Hello, I want enter data into a field in filemaker but have it displayed as asterisks. I know that there are several plug-ins that will allow... -
How is the best way to valid an entry ?
Hi, IŽd like to know if there is a pattern to valid some input controls. For example, IŽd like to know which is the best way to valid an... -
nisav19 #2
Re: Concantenate entry
you didnt specify the language you are using. here is an ASP example.
1) user fills out a form and submits it
2) on the following page you do
<% finalName = request.form("user_entry") & "h.jpg" %>
to see the result just do <%= finalName %>
nisav19 Guest
-
MtrMth #3
Re: Concantenate entry
Sorry about the omission. I know .asp will work. We are trying to do this using only html. I appreciate your help. Thanks
MtrMth Guest
-
Lionstone #4
Re: Concantenate entry
If you want to process user input, you'll have to use something other than
HTML. That's just life.
The only thing you can do with form data with HTML only is send the form via
email in a mailto: action, and even then, it doesn't always work depending
on whether or not the user has a mail client installed, etc.
"MtrMth" <webforumsuser@macromedia.com> wrote in message
news:d6dedc$nbm$1@forums.macromedia.com...> Sorry about the omission. I know .asp will work. We are trying to do this
> using only html. I appreciate your help. Thanks
Lionstone Guest
-
nisav19 #5
Re: Concantenate entry
as above html wont cut it, but javascript will
go to google and type in "javascript concatenate", first couple of sites show how to do it with strings and with forms. so that should be your answer
nisav19 Guest



Reply With Quote

