hi...
is there any way of reloading some file in background...
couse my script src is generated dinamicly and when i change some data with ajax the script src stay on the first page opening data..
any suggestion appreciated...
ill be more clear this time.....
i use php to generate javascript arrays dynamicly...
so when i access the page the script src is called once with all dinamicly generated arrays...
i use ajax on page to change those arrays in database...
the ajax response gives me the changed values into the object in which i called this data but this data have to change in script src file too...
now how to reload this file js/ajax.php to change the array data without make some fake iframe with location.reload()...
any suggestion appreciated..
thanx in advance...
Bookmarks