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

Feedback on: irt.org FAQ Knowledge Base Q781, Thursday September 27, 2007 at 04:28:00

You are here: irt.org | About | Feedback | 5062 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q781

Sent by
Andrew on Thursday September 27, 2007 at 04:28:00

Worth:

Length:

Technical:

Comments:
I just looked for throughput method url openning,
maybe that will be useful

function openThrough(_url)
{
var myImage = new Image();
myImage.src = _url;
window.location.reload();
}




©2018 Martin Webb