PHP-Code:
top.reload()
top.location.href
gruß
peter
top.reload()
top.location.href
top.reload()
top.location.href
top.reload();
top.location.href='http://it/test/test/test/index.php';
parent.parent.setTimeout("GB_CURRENT.hide()",2000);
window.location.reload();
var ziel = "../index.php";
window.location.href = ziel;
location.replace('index.php');
opener.reload();
parent.parent.reload();
parent.parent.location.href="index.php?";
function reloadFile()
{
window.location.href= 'index.php';
}
...
<img src="index.php-Dateien/w_close.gif" onclick="reloadFile();"><span>Close</span>
EDIT:
das index.php-Dateien kommt vom speichern der seite im ff
function checkinput()
{
if(window.document.policy_form.policytitel.value=='Policy Titel' ||
window.document.policy_form.policytitel.value=='')
{
alert('Bitte Policy Titel eintragen!');
document.policy_form.policytitel.focus();
return false;
}else if(window.document.policy_form.verteilenan.value=='')
{
alert('Es wurde kein Verteiler angegeben!');
document.policy_form.verteilenan.focus();
return false;
}
parent.parent.setTimeout("GB_CURRENT.hide()",2000);
window.location.href= 'index.php';
this.img_close=this.root_dir+"w_close.gif";
und das hier,
AJS.preloadImages(GB_ROOT_DIR+"w_close.gif",GB_ROOT_DIR+"header_bg.gif");
sind die einzigen stellen im JS der der greybox,
in der das w_close.gif vorkommt!
Ich seh nicht wo ich da ein onklick oder ähnliches plazieren könnte!??!
Kommentar