> One of my (many) tries: Query("<span/>").html('<button
> onclick="window.location.href=''
http://pepdnf1.pepstores.com/challenge/cookie_form''">Click
> me</button>').appendTo(place);
> Anyone have a clue how to make a button rather than a link to my login url?
in HTML, buttons are created using
<input type="button" value="text to show" onclick="...">
note: in some very old browsers, <input> elements are only permitted
when they are within a containing <form>...</form> element. However,
current browsers will render the button even if it is outside a <form>
container.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
http://www.TiddlyTools.com/#Donations
Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact