Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 20th, 2005, 09:05 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 189
Thanks: 0
Thanked 0 Times in 0 Posts
Default Submit button

How do I make a custom submit-button? Yes, I am new to this!

__________________
Internet has become favorable with that tool...thank you Tim Berners-Lee!
 
Old May 30th, 2005, 06:27 PM
Authorized User
 
Join Date: Aug 2003
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sherief Send a message via Yahoo to sherief
Default

what do you mean by custom submit button?

-----
Regards,
Sherief C. Mursyidi
http://www.sherief.net - Portal of IT pros
 
Old June 2nd, 2005, 08:18 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 189
Thanks: 0
Thanked 0 Times in 0 Posts
Default

if I order type=submit I do get the standart looking submit-button. But I want my own designed button with submit-function. Are there anything else than js-script, onClick=submit(). I want to use wb-script all over. I want to gather all attributes in CSS and link it to "submit-place" whether it is a text, a button or other pixels on the screen.


 
Old June 8th, 2005, 08:56 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 326
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Santhi Send a message via MSN to Santhi
Default

You can have any buttons for submit operation but onclick of it you have to submit the form..
find the code snippet below...
onClick = 'javascript:submit();'

<script language="javascript">
function submit()
{
document.forms[0].submit();
}

 
Old June 15th, 2005, 06:39 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 189
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ok, thanks!






Similar Threads
Thread Thread Starter Forum Replies Last Post
Submit button not fired. r_taduri ASP.NET 2.0 Professional 1 August 30th, 2006 12:51 AM
Make a image button as default submit button toshi ASP.NET 1.0 and 1.1 Basics 1 June 1st, 2006 05:25 AM
Submit Button trusslady Infopath 2 January 6th, 2006 05:19 PM
submit-button grstad Javascript How-To 1 May 25th, 2005 08:33 AM
Submit Button Night_Zero Classic ASP Databases 1 August 17th, 2004 04:55 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.