View Single Post
  #9  
Old 11-07-2005, 01:09 PM
  eaglemobiles's Avatar 
eaglemobiles eaglemobiles is offline
 

Senior Member
  
Join Date: Jan 2005
Posts: 167
 

Default Hi,

Thanks for reply Balinor, below is my code when I put this code and clcik on save I get a blank box nothing saving in category text area.

{literal}
<script Langauge="JavaScript1.2">
<!--//

function openService(){
var screenWidth = 0;
var screenHeight= 0;
if (document.all || document.layers) {
screenWidth = screen.Width;
screenHeight = screen.Height;
}
var popupWinWidth = 600;
var popupWinHeight = 600;
var popupTopPosition = (screenHeight-popupWinHeight)/2;
var popupLeftPosition = (screenWidth-popupWinWidth)/2;
window.open('http://www.three.co.uk/microsites/Asset/3/redirectService.htm','popup','width=' + popupWinWidth + ',height='+ popupWinHeight +',top=' + popupTopPosition + ',left=' + popupLeftPosition + 'toolbar=no,location=no,status=no,menubar=no,scrol lbars=yes,resizable=no');
}

//-->
</script>

http://www.three.co.uk/microsites/Asset/3/servicebutton.gif
{/literal}
__________________
X-Cart Gold 4.3.2
X-Cart Gold 4.4.1
Unix

High Quality CCTV DVRs & Cameras
http://www.eaglemobiles.co.uk/CCTV
Reply With Quote