Fenhopi Posted December 18, 2010 Share Posted December 18, 2010 Hi, I use a script called lightface to bring up a facebook like popon box on my site. window.addEvent('domready',function(){ document.id('sup').addEvent('click',function() { light = new LightFace.IFrame({ height:350, width:640, url: 'editContact.php?user=<? echo $username; ?>', title: 'Edit Contact information!' }).addButton('Close', function() { light.close(); },true).open(); }); }); That's the code I use to load a page in lightface, however I want to create it so that it can retrieve a php value into the site I open in lightface. In my case I'm trying to load a post id. Does anyone have any suggestions how I'd go about doing that? Quote Link to comment https://forums.phpfreaks.com/topic/222065-need-som-help-with-lightface/ 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.