|
Feedback on: irt.org FAQ Knowledge Base Q475
irt.org | About | Feedback | 1269 [ previous next ] Feedback on: irt.org FAQ Knowledge Base Q475
Sent by Selva kumar on May 22, 2000 at 07:55:25:
Comments: tried to send a better solution using "send answers..but it doesn't workout" here is a better solution.. function opennew(x,y,z) //path, width and height as arguments { msgWindow= window.open('','','Width='+y+',Height='+z+'resizable=no'); var page="<html><head><title>sample</title></head><body leftMargin='0' topMargin='0' border='0'><div style='POSITION: absolute; TOP: 0; LEFT: 0'><img src="+x+"></div></body></html>" msgWindow.document.open(); msgWindow.document.write(page); msgWindow.document.close(); }
Other feedback on 'irt.org FAQ Knowledge Base Q475' - show all
|
|
Copyright © 1996-2008 irt.org, All Rights Reserved.