Jump to content

Need som help with lightface


Fenhopi

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/222065-need-som-help-with-lightface/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.