414 Request-URI Too Large

Ha include-dal hívom meg, akkor nem jön vissza.

Ha direkt hívom, akkor úgy müködik, ahogy akartam.


<?php
if (!(isset($_GET['wndw_loc']))) {
	?><script language="javascript">
	window.location.href = window.location + "?doc_wdth=" + document.width + "&doc_hgth=" + document.height + "&wndw_loc=" + window.location;
	</script><?php
} else {
$doc_wdth = $_GET['doc_wdth'];
$doc_hght = $_GET['doc_hgth'];
$wnd_lctn = $_GET['wndw_loc'];

echo "doc size: "". $doc_wdth ." x ". $doc_hght ."<br/>";
echo "window.location: ". $wnd_lctn ."<br/>";
}
?>