foxbee
April 12th, 2009, 12:30 PM
Take the following combination:
1) a web page containing: <embed src="file.pdf" ...>;
2) Foxit Reader plugin installed (browsers: SeaMonkey and Firefox);
3) Foxit Reader configured to not show pdf's in the browser window.
(Strictly speaking <embed> is not a valid HTML 4 or XML keyword,
but it's widely used, so let's assume it to be valid)
This combination causes file.pdf not to be displayed in the browser
window - as intended - but not in a new Foxit Reader window either.
In my view it ought to do the latter, even though there's a bit of
contradiction between conditions 1 ("embed" is in fact a way to say
"display in the browser window") and 3.
1) a web page containing: <embed src="file.pdf" ...>;
2) Foxit Reader plugin installed (browsers: SeaMonkey and Firefox);
3) Foxit Reader configured to not show pdf's in the browser window.
(Strictly speaking <embed> is not a valid HTML 4 or XML keyword,
but it's widely used, so let's assume it to be valid)
This combination causes file.pdf not to be displayed in the browser
window - as intended - but not in a new Foxit Reader window either.
In my view it ought to do the latter, even though there's a bit of
contradiction between conditions 1 ("embed" is in fact a way to say
"display in the browser window") and 3.