Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
Can someone translate this into real javascript?
Don't worry about giving it a function or don't call it from onclick or onsubmit, just try to make it a simple statement that could be easily pieced into an existing function.
Here is an example of what I need:
if ( document.form.submit.value == "Submit" )
{
then replace "submit" with == "Sending"
Can someone translate this into real javascript?
Don't worry about giving it a function or don't call it from onclick or onsubmit, just try to make it a simple statement that could be easily pieced into an existing function.
Here is an example of what I need:
if ( document.form.submit.value == "Submit" )
{
then replace "submit" with == "Sending"