a repeat of my two javascript questions from the initial annoucement post. just curious about these things more than anything:
1) what is the "var shut=true;" line used for in the blur console javascript code? it seems uneccesary.
2) what happens with webtv users if you leave out the "if(navigator.appName.indexOf("WebTV")==-1)" part in the blur console javascript? does webtv not handle popups at all? what happens if u try to pop one up?
p.s. any1 used a webtv? how is it? i can only guess that most webpages come up bad from not being able to produce the webpage properly and also low resolutions.
1) what is the "var shut=true;" line used for in the blur console javascript code? it seems uneccesary.
2) what happens with webtv users if you leave out the "if(navigator.appName.indexOf("WebTV")==-1)" part in the blur console javascript? does webtv not handle popups at all? what happens if u try to pop one up?
p.s. any1 used a webtv? how is it? i can only guess that most webpages come up bad from not being able to produce the webpage properly and also low resolutions.

it was just a curiousity question about webtv and popups. just wondering if the reason you disable the popup for webtv specifically was because internet eraser is useless for it, or if webtv just doesn't support popups or if popups fuck it up or whatever the case may be.
Comment