HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by spartanatreyu

Comment by spartanatreyu 6 months ago

2 replies

View on Hacker News

I didn't need any JS here:

  <dialog open>
    <p>Greetings, one and all!</p>
    <form method="dialog">
      <button>OK</button>
    </form>
  </dialog>
robertoandred 6 months ago

And if you don’t want it open when you load the page?

Reply View | 1 reply
  • spartanatreyu 6 months ago

    get rid of the open attribute

    Reply View | 0 replies