Quote:
Originally posted by George Bush Jr.
The page that you want to blur should have the blur code on it. Not the code that pops the page you want blurred. Although i suppose you could do it that way.
anycode = window.open(
anycode.blur();
window.focus();
something like that you would have to fool with it a bit
|
How would I put that into a ja-va scr*pt ?? I'm not very good at any coding languages other than HTML..
Also, keep in mind that I don't want it to focus, I want it to stay behind the other windows.