LearningCoder Posted January 24, 2012 Share Posted January 24, 2012 I want it so when users click the register page it pops up, so kinda like it appears instead of taking them to the register page, anyone know how to do it? Quote Link to comment Share on other sites More sharing options...
a_bertrand Posted January 24, 2012 Share Posted January 24, 2012 Usually you do such things via Javascript... What kind of "pop-up" do you want? You may check for example jquery plugins like http://jacklmoore.com/colorbox/ Quote Link to comment Share on other sites More sharing options...
LearningCoder Posted January 24, 2012 Author Share Posted January 24, 2012 i want it so when you click the link it appears on the page Quote Link to comment Share on other sites More sharing options...
a_bertrand Posted January 24, 2012 Share Posted January 24, 2012 Well the link I gave you do just that ;) Quote Link to comment Share on other sites More sharing options...
chicka Posted January 24, 2012 Share Posted January 24, 2012 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.?? Quote Link to comment Share on other sites More sharing options...
LearningCoder Posted January 24, 2012 Author Share Posted January 24, 2012 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 Quote Link to comment Share on other sites More sharing options...
a_bertrand Posted January 24, 2012 Share Posted January 24, 2012 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. Quote Link to comment Share on other sites More sharing options...
LearningCoder Posted January 24, 2012 Author Share Posted January 24, 2012 ok, thanks il post a picture of my login upto now and show you what i mean Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.