![]() |
![]() |
![]()
Post
#1
|
|
![]() Grupa: Zarejestrowani Postów: 2 291 Pomógł: 156 Dołączył: 23.09.2007 Skąd: ITALY-MILAN Ostrzeżenie: (10%) ![]() ![]() |
EDIT: Poradzilem sobie i wszystko dziala good:
Poprawana funkcje Kod function edit_file(f_name, f_script) { req = mint.Request(); req.AddParam("file_name_mod", document.getElementById(f_name).value); req.AddParam("script_file_mod", document.getElementById(f_script).value); req.OnLoading = function() { document.getElementById("edit").style.display = "none"; document.getElementById("loading").innerHTML = "<img src=\'./grafiki/administration/spinner.gif\'> Trwa zapisywanie pliku..."; } req.OnLoaded = function() { document.getElementById("edit").style.display = "block"; } req.OnSuccess = function() { document.getElementById("loading").innerHTML = ""; $("info_edit").innerHTML = req.responseText; } req.Set("method", "POST"); req.Send("./system/check.php"); } </script> Do tego oczywiscie evalScripts = true; i wszystko hula ![]() ![]() Ten post edytował marcio 26.11.2008, 23:21:29 -------------------- Zainteresowania: XML | PHP | MY(SQL)| C# for .NET | PYTHON
http://code.google.com/p/form-builider/ Moj blog |
|
|
![]() ![]() |
![]() |
Wersja Lo-Fi | Aktualny czas: 14.08.2025 - 02:03 |