Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q475, May 22, 2000 at 07:55:25:

You are here: 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

©2018 Martin Webb