[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] OT: HTML, Forms and Buttons?
- Subject: [ale] OT: HTML, Forms and Buttons?
- From: kafka at antichri.st (George Carless)
- Date: Wed Jan 19 12:00:13 2005
- In-reply-to: <[email protected]>
- References: <[email protected]>
> 1) how do I rename the "Submit Querry" button. Can't find any info on
> w3.org
<input type="submit" value="Your text here" />
> 2) Is there a way to either have the Submit button from #1 either load
> into the same frame or put a close button into the resulting window
> that pops up? I hate having to constantly X out the summary
> window.
Well, frames suck. But you can set the target at the form level, if you
must have frames. But they suck. ;)
--George