Buttons on Web Page

I can’t get hotspot buttons or Actions to show up on web pages. If I disable the “Use Javascript when generating Pages”, I get a single button (as I’d expect). But once I set this property, my buttons don’t show up at all.

I feel really stupid for posting this, but I can’t figure out what I’m doing wrong. What have I missed? Why aren’t they showing up?

Thanks in advance!

Subject: Buttons on Web Page

I felt stupid before. Now I’m just a little bit pissed off.

I was previewing the form in the web browser and the buttons weren’t showing up. Turns out, the buttons have to have something in the onclick event or the button isn’t rendered. In other words: add code, win a button. There is no requirement that <input type=“button”… requires an onclick event in html. I’ve seen absolutely no Domino documentation stating that there has to be code for the button to be rendered. That would have saved me a ton of time (what time did I post that last message?)

Just a heads up for anyone else wanting to preview their layouts before they actually add code!

Subject: Thanx Todd! - saved me a few hours!

Subject: RE: Buttons on Web Page

" I’ve seen absolutely no Domino documentation stating that there has to be code for the button to be rendered."

Documentation? You mean there’s documentation?!