When you mean 'string as submit' do you refer to using a link ... <a href=....> ?
Either use a form element called "image"
<input type="image" name="submit" value="submit" src="image_source_url">
or use javascript to send the form
<a href="#" onClick="document.forms.formname.submit()">Submit form</a>
Where formname is what you put in the name / ID of your <form> element.
This is all really basic HTML though - why are you posting it to a PHP newsgroup???
Regards,
Neil Smith.
At 08:17 18/11/2002 +0000, you wrote:
Message-ID: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] From: "Rodrigo San Martin" <[EMAIL PROTECTED]> Date: Mon, 18 Nov 2002 09:19:05 -0800 Subject: String as submithi. I want to use a sting as a submit button. Can I do that, and how? ------------------------------------------ Rodrigo San Martin Institutt for datateknologi og informatikk http://www.idi.ntnu.no/~rodrigo
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php