Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

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


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.