View Single Post
Old 01-09-2003, 16:59   #2
Tricky
Inactive
 
Tricky's Avatar
 
Join Date: Jun 2003
Location: I am house...
Services: $KY+HD - BT Infinity
Posts: 2,284
Tricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful one
Best I could manage but it works!

imgName="photos/st_"+aImage[iImagenum]
imgWindow=window.open('','imgWin','height=510,widt h=660,scrollbars=no,status=yes');
imgWindow.document.write('<HTML><HEAD><TITLE>Your Selected Image: '+aImage[iImagenum]+'</TITLE>');
imgWindow.document.write('<LINK REL="stylesheet" HREF="../../../rtstyle_zeddy.css">');
imgWindow.document.write('</HEAD>');
imgWindow.document.write('<BODY>');
imgWindow.document.write("<IMG SRC="+imgName+" </IMG>");
imgWindow.document.write('</BODY></HTML>');
imgWindow.window.status=aText[iImagenum]
Tricky is offline   Reply With Quote