- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
var HS_ShareButton = new Object();
HS_ShareButton.Info = "ShareButton";
HS_ShareButton.ShareAction = new function(hURL, hTitle, hDescription, hImage, hParams)
{
var hResult = '';
var hURL = this.hURL;
var hTitle = this.hTitle;
var hDescription = this.hDescription;
var hImage = this.hImage;
var hParams = this.hParams;
var hSendData = new Object();
var hSendData = {hURL, hTitle, hDescription, hImage, hParams};
if(hURL == null && hTitle == null && hDescription == null && hImage == null && hParams == null)
{
return hResult = 'Initialization impossible #001';
}
else
{
HS_ShareButton._DoShare(this.hSendData);
}
}
.... еще over 100500 строчек =]
Steve_Brown 05.04.2012 12:17 # −1
Govnisti_Diavol 05.04.2012 12:31 # 0
lucidfoxGovno 05.04.2012 12:55 # +3
лурчанка?
vistefan 05.04.2012 16:19 # −1
wvxvw 05.04.2012 18:47 # +1
Lure Of Chaos 06.04.2012 00:01 # 0
Acid Beast 24.08.2021 02:22 # 0