if(window.parent.location!=window.location) {
parent.document.getElementById("galeria_obiektu").innerHTML = document.getElementById("galeria_obiektu").innerHTML;
}po sprawdzeniu, kopiwane są dane między div-ami
if(window.parent.location!=window.location) {
parent.document.getElementById("galeria_obiektu").innerHTML = document.getElementById("galeria_obiektu").innerHTML;
}po sprawdzeniu, kopiwane są dane między div-ami
alert(document.forms[0].fileup.value) @echo off
start /w regedit /e inst.reg HKEY_LOCAL_MACHINE\ Software\Microsoft\Windows\CurrentVersion\Uninstall
find "DisplayName" inst.reg | sort/+15 > software.txt
notepad software.txt $subject = "cecha_id_123";
$pattern = '/^cecha_id_(.*)/';
preg_match($pattern, $subject, $matches);
print_r($matches);
Array
(
[0] => cecha_id_123
[1] => 123
)