Jump to content
MakeWebGames

Recommended Posts

Posted

Thanks Alain for that link.. Will come in handy for a few things i'm trying to do. Is there a good tutorial tho for a pop out log in page or registration page out there? or maybe even a pop out mailbox?? i'm trying to make a pop out mail box.??

Posted

i dont get the link mate, i dont know how to do it. The register link on my index page is a picture and you click the picture and then it goes to the page i want it so you click the picture and the page pops up on the index page

Posted

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.

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...