|
Here's a way to do it:another
<center>
<form action="accepted.html">
<input type="button" value="Thing One" onclick="self.close()"></input>
<input type="button" value="Thing Two" name="B2"></input>
</form>
</center>
You can use the center tag to center your buttons. No need for CSS
unless you really want to use it.
If you want the second button to do something, like take you to
page, you should put it inside a form. The action of the form sayswhich
page to open (or server-side script to run) when the user clicks theand
button.
If you want to know more, check out the W3Schools tutorials on HTML
CSS. They are great references to get started:have
http://www.w3schools.com/html/default.asp
http://www.w3schools.com/css/default.asp
Kelly
-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx]
On Behalf Of Tom Deskevich
Sent: Monday, November 16, 2009 8:59 AM
To: 'Web Enabling the AS400 / iSeries'
Subject: [WEB400] Easiest question ever posted?
All I want to do is put 2 buttons on the bottom of an html page and
them centered, and also have them do the action that I request. Afterthe
hours
of reading and goggling I found that using absolute positioning was
wayinside
to go. But I cannot get that to work. I tried putting the buttons
ofno
a form, and then outside of a form. Here is the current version, with
positioning specified, outside of a form.CONDITIONS
<p>
<input type="button" value="CANCEL REGISTRATION AND RETURN" name="B1"
onsubmit=window.close()> (does not close the window)
<input type="button" value="I AGREE WITH THE ABOVE TERMS AND
-find
SUBMIT" name="B2"></p>
I would like to have some of my natural color left in my hair before I
turn
50 next month. Please help.
BTW, if you want your button to play music, spin and dance, you can
tons of help out there.
Thanks,
Tom Deskevich
--
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.
--
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.