close: function () { $(this).remove() },
width: 400,
height: "auto",
title: 'Save',
modal: true,
resizable: false,
position: 'center'
}).load(urlAdd);
// window.open(urlAdd, "clipboard", window_dimensions);
}
function GetSaveURL(an) {
return window.location.protocol + "//" + window.location.host + "/" + "ShowClipboard" + "/" + "ShowArticleClipboardPopup" + "?ArticleID=" + an;
}
function fnEmail(an) {
if (an != '') {
var urlAdd = GetEmailView(an);
$("").addClass("emailPopUp fgURW").appendTo("body").dialog({
close: function () { $(this).remove() },
width: 420, height: 'auto', position: ["auto", 70], modal: true, title: 'Email', resizable: false
}).load(urlAdd);
} else {
//alert('Please try again');
return false;
}
}
function GetEmailView(an) {
return window.location.protocol + "//" + window.location.host + "/" + "Report" + "/" + "GenerateEmailView" + "?ArticleIDs=" + an;
}
function fnPrint(an) {
if (an != '') {
var urlAdd = GetPrintURL(an);
$.ajax({
url: "/Article/SeslectedArticles?ans=" + an,
success: function (response) {
return true;
}
});
// $("").addClass("dialog").appendTo("body").dialog({
// close: function () { $(this).remove() },
// width: 900,
// height: "auto",
// position: ["auto", 20],
// }).load(urlAdd);
} else {
//alert('Please try again.');
return false;
}
}
function print() {
$('.PrintArea').jqprint();
}
function closePrint() {
$(".dialog").dialog("close");
}
function GetPrintURL(an) {
return window.location.protocol + "//" + window.location.host + "/" + "Article" + "/" + "Articles" + "?ans=" + an;
}
function fnexport(an) {
var str = '';
if (an != '') {
$('.portTool').attr('href', "/Report/GenerateReport?ArticleIDs=" + an);
str = "/Report/GenerateReport?ArticleIDs=" + an;
return str;
}
else {
//alert('Please try again.');
return str;
}
}
function IsPreLoginPage() {
return $("#IsPreLoginPage").val();
}
Source: http://pevc.dowjones.com/article?an=DJFVW00020120806e886rc0pf&from=alert&pid=32
new planet new planet green bay packers stock jeff garcia jeff garcia big east jesse james
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.