Jump to content
MakeWebGames

Anyone know how to do a popup?


LearningCoder

Recommended Posts

The link is:

http://jacklmoore.com/colorbox/

Now, to answer your question, there is no super simple solution, you will need to use some javascript to make like a "window" within your HTML page, or if you want to open a true browser window you can set the link target as _blank or _new so something like <a href='register.php' target='_blank'>Register!</a>

However I doubt this is what you want.

So either ask somebody to do it for you, or learn some JS / jQuery to be able to implement it yourself.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...