> 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

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to