※以上照片若非室內,即為附近環境介紹,非刊登物件本身。
101房屋不動產經紀人員 侯美如
|
一零一房屋有限公司
0915266318
請告知您在Magent房仲王看到此廣告,感謝支持!
|
|
|
|
物件描述 |
近興嘉國小.民生國中.嘉義大學 附贈全組傢俱家電 有陽台採光通風佳 |
|
');
//顯示留言
$.post('/WebServices/Msg.asmx/SelectMsg'
, { _MsgCate: 'bObject', _OwnerD: '0915266318', _Author: '2', _TargetID: '1776274', _PageIndex: $(this).attr('p') }
, function (result) {
$(t).html('');
MsgList(result);
__MicroBlog();
}
, vDataType
);
});
MsgInitialize();
MsgInitImage();
MsgInitUrl();
MsgInitMedia();
$('.ObjDtlAgentAgn').attr('onerror', 'this.src="/Images/pMsg/AgentMqimg.jpg"');
$('.UretentMsgAgn').attr('onerror', 'this.src="/Images/pMsg/AgentMqimg.jpg"');
$('.UretentMsgAsr').bind('mouseover', function () { $(this).parent().children('.DelBtn').show(); });
$('.UretentMsgAsr').bind('mouseout', function () { $(this).parent().children('.DelBtn').hide(); });
}
// ↑↑↑ 資料一覽 ↑↑↑
// ↓↓↓ 進行回覆 ↓↓↓
function Reply(pID) {
var vMsg;
vMsg = $('#txtReply' + pID).prop("value");
if (vMsg != initW && vMsg.length > 0) {
$.post('/WebServices/Msg.asmx/InsertReply'
, { _MsgCate: 'bObject', _OwnerD: '0915266318', _ParentID: pID, _Author: '2', TargetID: '1776274', userID: '0915266318', msg: vMsg }
, function (result) { OnInsertReply(pID, result); }
, vDataType
);
}
$('#txtReply' + pID).val(initW);
}
function OnInsertReply(pID, result) {
var h;
var t = '#divReplyNew' + pID;
$(result).find('Msg').each(
function (index) {
if ($(this).find('MsgID').text() == pID) {
$('#sCnt' + pID).html($(this).find('ReplyCount').text());
}
else {
h = GenAnsRow($(this));
$(t).append(h);
}
index++;
}
);
}
// ↑↑↑ 進行回覆 ↑↑↑
// ↓↓↓ 留言(分享圖片) ↓↓↓
function PreLoad() {
$('#fuImg').uploadify({
'swf': '/System/MFU/uploadify/uploadify.swf'
, 'uploader': '/System/MFU/MFU.ashx'
, 'auto': true
, 'buttonText': '選擇圖片'
, 'fileTypeDesc': 'Image Files'
, 'fileTypeExts': '*.gif; *.jpg; *.png'
, 'formData': { 't': '1', 'r': RandStr(), 's': 'upppwvbezgmv04yaif0khmu1' }
, 'multi': true
, 'fileSizeLimit': '5000KB'
//, 'queueID': 'some_file_queue'
, 'queueSizeLimit': 5
, 'height': 28
, 'width': 80
, 'uploadLimit': 5
, 'overrideEvents': ['onFallback', 'onSelectError']
, 'uploadLimit': 5
, 'removeCompleted': true
/*, 'debug' : true*/
, 'onFallback': function () {
alert('尚未安裝Flash');
}
, 'onSelectError': function (file, errorCode, errorMsg) {
if (errorCode == SWFUpload.QUEUE_ERROR.QUEUE_LIMIT_EXCEEDED)
this.queueData.errorMsg += '\n超出限定數量';
if (errorCode == SWFUpload.QUEUE_ERROR.FILE_EXCEEDS_SIZE_LIMIT)
this.queueData.errorMsg += '\n檔案大小須小於100KB';
}
, 'onUploadSuccess': function (file, data, response) {
arrFiles[arrFiles.length] = data;
$("#divUpImg").append('
').fadeIn("slow");
//alert(arrFiles[arrFiles.length - 1]);
$('.ULImg').each(function () {
var srcImg = $(this).attr('newsrc');
var altImg = $(this).attr('togsrc');
$(this).attr('src', '/Images/Portal/' + srcImg);
$(this).bind('mouseover', function () { $(this).attr('src', '/Images/Portal/' + altImg) });
$(this).bind('mouseout', function () { $(this).attr('src', '/Images/Portal/' + srcImg) });
});
}
});
}
// ↑↑↑ 留言(分享圖片) ↑↑↑
$(document).ready(function () {
vCurrUser = '0915266318';
if (true == false)
$('.MsgTabImg').hide();
// $('.UretentMsgAsr')
// .bind('mouseover', function () { alert('a'); });
//顯示留言
$.post('/WebServices/Msg.asmx/SelectMsg'
, { _MsgCate: 'bObject', _OwnerD: '0915266318', _Author: '2', _TargetID: '1776274', _PageIndex: 1 }
, function (result) { MsgList(result); __MicroBlog(); }
, vDataType
);
// ↓↓↓ 進行留言 ↓↓↓
$('#lnkSay').click(function () {
var vMsg = $('#txtMsg').prop("value");
if (vMsg != initW && vMsg.length > 0) {
$.post('/WebServices/Msg.asmx/InsertMsg'
, { _MsgCate: 'bObject', _OwnerD: '0915266318', _Author: '2', TargetID: '1776274', userID: '0915266318', msg: vMsg }
, function (result) { OnInsertMsg(result); }
, vDataType
);
$('#txtMsg').val(initW);
}
});
// ↑↑↑ 進行留言 ↑↑↑
// ↓↓↓ 分享圖片 - 留言彈出視窗 ↓↓↓
$('#lnkULImg').click(function (e) {
e.preventDefault();
$("#divUImg").modal(
{
onShow: function (dialog) {
arrFiles = [];
$('#lnkSayImg').click(function () {
var vMsg = $('#txtUImg').prop("value");
if (vMsg != initW) {
var vFiles = arrFiles.join();
$.post('/WebServices/Msg.asmx/InsertMsgImg'
, { _MsgCate: 'bObject', _OwnerD: '0915266318', _Author: '2', TargetID: '1776274', userID: '0915266318', msg: vMsg, 'arrFiles': vFiles }
, function (result) { OnInsertMsg(result); }
, vDataType
);
$('#txtUImg').val(initW);
$.modal.close();
}
PreLoad();
});
}
}
);
});
PreLoad();
// ↑↑↑ 分享圖片 - 留言彈出視窗 ↑↑↑
// ↓↓↓ 分享連結 - 留言彈出視窗 ↓↓↓
$('#lnkULUrl').click(function (e) {
e.preventDefault();
$("#divUUrl").modal(
{
onShow: function (dialog) {
$('#lnkSayUrl').click(function () {
var vMsg = $('#txtUUrl').prop("value");
var vUrl = $('#txtUrl').prop("value");
if (vMsg != initW) {
$.post('/WebServices/Msg.asmx/InsertMsgUrl'
, { _MsgCate: 'bObject', _OwnerD: '0915266318', _Author: '2', TargetID: '1776274', userID: '0915266318', msg: vMsg, _Url: vUrl }
, function (result) { OnInsertMsg(result); }
, vDataType
);
$('#txtUUrl').val(initW);
$('#tdUpUrlP').html("");
$('#tdUpUrlT').html("");
$('#tdUpUrlD').html("");
$.modal.close();
}
});
}
}
);
});
$('#txtUrl').bind('blur', function () {
var vUrl = $('#txtUrl').prop("value");
if (vUrl.indexOf("http") == -1) {
vUrl = "http://" + vUrl;
$(this).val(vUrl);
}
$.post('/WebServices/Msg.asmx/getHtmlData'
, { _Url: vUrl }
, function (result) {
var hh = PageViewTemplate;
var obj = jQuery.parseJSON($(result).find('string').text());
if (obj.ImageSrc != null)
hh = hh.replace("{tdUpUrlP}", '
');
else
hh = hh.replace("{tdUpUrlP}", "");
hh = hh.replace("{tdUpUrlT}", obj.Title);
hh = hh.replace("{tdUpUrlD}", obj.Description);
hh = hh.replace(/\{LinkUrl}/g, vUrl);
$('#divUpUrl').html(hh);
}
, vDataType
);
});
// ↑↑↑ 分享連結 - 留言彈出視窗 ↑↑↑
// ↓↓↓ 分享影片 - 留言彈出視窗 ↓↓↓
$('#lnkULMdi').click(function (e) {
e.preventDefault();
$("#divUMdi").modal(
{
onShow: function (dialog) {
$('#lnkSayMdi').click(function () {
var vMsg = $('#txtUMdi').prop("value");
var vUrl = $('#txtMdi').prop("value");
if (vMsg != initW) {
$.post('/WebServices/Msg.asmx/InsertMsgMdi'
, { _MsgCate: 'bObject', _Author: '2', TargetID: '1776274', userID: '0915266318', msg: vMsg, _Mdi: vUrl }
, function (result) { OnInsertMsg(result); }
, vDataType
);
$('#txtUMdi').val(initW);
$.modal.close();
}
});
}
}
);
});
// ↑↑↑ 分享影片 - 留言彈出視窗 ↑↑↑
});
// ]]>
留言列表