|
i have a child window which i want to print at the same time hiding plz help
i wanted to make my application web enabled for this i have made a dcr file which i have web enabled with shockwave this file in turn calls a new file for printing but my problem is that this file(the called) file should be opened out of location (out of screen) or may be hidden and at the same time should be printed
giving u the code
plz help
Code:
<!-- -->
<!-- -->
<html>
<head>
<title>app_shell</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgColor="#000000">
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,0,0,0"
ID=app_shell width=896 height=700>
<param name=src value="app_shell.dcr">
<param name=swRemote value="swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='true' ">
<param name=swStretchStyle value=none>
<PARAM NAME=bgColor VALUE=#000000>
<embed src="app_shell.dcr" bgColor=#000000 width=896 height=700 swRemote="swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='true' " swStretchStyle=none
type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"></embed>
</object>
<iframe id="myFr" style="visibility: visible;" src="templateholder_miaw.htm"></iframe>
</body>
</html>
|