faisal Posted December 11, 2007 Share Posted December 11, 2007 How to make popup window page? just like the (My Emails) in client area. thanks in advance. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted December 11, 2007 WHMCS CEO Share Posted December 11, 2007 Not sure what your question is? A popup is done by using window.open in a link. Matt 0 Quote Link to comment Share on other sites More sharing options...
faisal Posted December 11, 2007 Author Share Posted December 11, 2007 Yes, Something like this: <a href="#" onclick="window.open('page.php','','width=650,height=400,scrollbars=yes');return false">Page</a> I know But the problem is that I don't to show the main header.tpl and footer.tpl in this page. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted December 11, 2007 WHMCS CEO Share Posted December 11, 2007 Neither does the My Emails page? But if you want it to just use the code from our KB for adding a page in the popup window pages code. Matt 0 Quote Link to comment Share on other sites More sharing options...
faisal Posted December 11, 2007 Author Share Posted December 11, 2007 Sorry for my bad English I like to mean see the Attached image I want to design the page without header/footer; using popup window. 0 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.