spectrumhosting Posted April 18, 2010 Share Posted April 18, 2010 Hi .. I've added a custom link to my homepage.tpl module It's for the livechat software from stardevelop This is the code I have added <tr> <td><div align="center"> <a target="_blank" href="http://www.domain.com.au/livehelp/index.php"><img src="http://www.domain.com.au/livehelp/locale/en/images/Online-smaller.png" border="0" alt="" /></a></div></td> <td><strong> <a target="_blank" href="http://www.domain.com.au/livehelp/index.php">{"Live Help"}</a></strong><br /> {"Click here to speak live to a support rep"}</td> </tr> *** it all works, but open the page in the same size as the referring page. How can I set it to open as a small fixed window with no scroll bars. Thanks, Brett 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted April 18, 2010 Share Posted April 18, 2010 <a href="#" onclick="javascript:window.open('http://www.domain.com.au/livehelp/index.php','livehelp','menubar=no,width=400,height=400,toolbar=no,scrollbars=no'); return false;">Live Help</a> 0 Quote Link to comment Share on other sites More sharing options...
spectrumhosting Posted April 18, 2010 Author Share Posted April 18, 2010 Thanks for that .. worked a treat. 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.