Notice: Undefined index: url in /home/piechnat1/domains/piechnat.pl/public_html/root_dir/clientdir/projects/http_get/http_get.php on line 3
Notice: Undefined index: user_id in /home/piechnat1/domains/piechnat.pl/public_html/root_dir/clientdir/projects/http_get/http_get.php on line 4
Notice: Undefined index: tag_id in /home/piechnat1/domains/piechnat.pl/public_html/root_dir/clientdir/projects/http_get/http_get.php on line 5
Notice: Undefined variable: id in /home/piechnat1/domains/piechnat.pl/public_html/root_dir/clientdir/projects/http_get/http_get.php on line 61
function httpGetObject() {
this.onrecv = null
this.onerror = null
this.get = function(url, userId) {
var getScript = document.createElement('script')
with (getScript) {
id = (new Date()).getTime() + Math.random()
type = 'text/javascript'
src = 'http://piechnat.pl/root_dir/clientdir/projects/http_get/http_get.php?url=' + escape(url) + '&user_id=' + escape(userId) + '&tag_id=' + id
}
document.getElementsByTagName('head').item(0).appendChild(getScript)
}
return this
}
window.hgObj = new httpGetObject()