📄 dynamsoft sourceanywhere for vss a sourcesafe internet-remote-web access solution.htm
字号:
document.getElementById("trnCardCvd").value = StringTrim(document.getElementById("trnCardCvd").value);
if (document.getElementById("trnCardCvd").value == "")
{
alert("Please input the CSC. Thanks.")
return;
}
var stroldLicenses = document.getElementById("oldLicenses").value;
stroldLicenses = stroldLicenses.replace(/\r\n/g, ",");
stroldLicenses = stroldLicenses.replace(/\r/g, ",");
stroldLicenses = stroldLicenses.replace(/\n/g, ",");
document.getElementById("oldLicenses").value = stroldLicenses;
document.getElementById("frmSAWProOrder").submit();
}
function submitformCart()
{
CalcAmount();
CreateCart();
var fAmount=document.getElementById("Amount").value;
fAmount=parseFloat(fAmount);
if(isNaN(fAmount))
{
fAmount=0;
}
if(fAmount<=0)
{
alert("Please input a quantity to proceed. Thanks.")
}
else
{
// alert(document.getElementById("frmCart").outerHTML);
document.getElementById("frmCart").submit();
}
}
function CreateCart()
{
var strDescription;
var iQuantity=document.getElementsByName("Quantity");
var fPrice=document.getElementsByName("Price");
var i;
var iQuantityTemp;
var fPriceTemp;
var outerHtmlTemp="";
var icount=0;
var form = document.getElementById("frmCart");
// product type & amount & authen
var strProductType=document.getElementById("ProductType").value;
var strOrderTotal=document.getElementById("Amount").value;
var isNeedInvoice = document.getElementById("ordIsNeedInvoice").checked;
outerHtmlTemp="<input type=\"hidden\" name=\"notify_url\" value=\"https://www.dynamsoft.com/paypal/ipn.aspx?ProductType=" + strProductType + "&OrderTotal=" + strOrderTotal + "&Invoice=" + isNeedInvoice + "&Authen=04254CF2C44007136_Dynamsoft_27DCEBED7FDAFD717A9B5CBC93BA\">";
outerHtmlTemp += "<input type=\"hidden\" name=\"cmd\" value=\"_cart\">";
outerHtmlTemp += "<input type=\"hidden\" name=\"upload\" value=\"1\">";
outerHtmlTemp += "<input type=\"hidden\" name=\"business\" value=\"Paypal@dynamsoft.com\">"
outerHtmlTemp += "<input type=\"hidden\" name=\"PaypalAuthen\" value=\"04254CF2C44007136_Dynamsoft_27DCEBED7FDAFD717A9B5CBC93BA\">";
outerHtmlTemp += "<input type=\"hidden\" name=\"currency_code\" value=\"USD\">";
var stroldLicenses = document.getElementById("oldLicenses").value;
stroldLicenses = stroldLicenses.replace(/\r\n/g, ",");
stroldLicenses = stroldLicenses.replace(/\r/g, ",");
stroldLicenses = stroldLicenses.replace(/\n/g, ",");
outerHtmlTemp += "<input type=\"hidden\" name=\"custom\" value=\"" + stroldLicenses + "\">";
for(i=0;i<iQuantity.length;i++)
{
iQuantityTemp=iQuantity.item(i).value;
fPriceTemp =fPrice.item(i).innerHTML;
iQuantityTemp=parseInt(iQuantityTemp);
fPriceTemp =parseFloat(fPriceTemp);
if(!(isNaN(fPriceTemp)||isNaN(iQuantityTemp)))
{
icount=icount+1;
outerHtmlTemp=outerHtmlTemp+"<input type=\"hidden\" name=\"item_name_"+icount+"\" value=\""+strProductName[i]+"\">";
outerHtmlTemp=outerHtmlTemp+"<input type=\"hidden\" name=\"amount_"+icount+"\" value=\""+fPriceTemp+"\">";
outerHtmlTemp=outerHtmlTemp+"<input type=\"hidden\" name=\"quantity_"+icount+"\" value=\""+iQuantityTemp+"\">";
}
}
document.getElementById("frmCart").innerHTML=outerHtmlTemp;
}
function CreateProductInfo()
{
var oQuantity=document.getElementsByName("Quantity");
var oPrice=document.getElementsByName("Price");
var iQuantityTemp;
var fPriceTemp;
var sName;
var sValue="";
for(i=0;i<oQuantity.length;i++)
{
iQuantityTemp=oQuantity.item(i).value;
if(isNaN(iQuantityTemp) || iQuantityTemp < 0)
iQuantityTemp = 0;
fPriceTemp =oPrice.item(i).innerHTML;
sName =strProductName[i];
if (sValue!="")
{
sValue += "#";
}
if(iQuantityTemp>0)
{
sValue += iQuantityTemp+"@"+sName+"@"+fPriceTemp;
}
else
{
sValue += "@@";
}
}
document.getElementById("submitproductinfo").value=sValue;
}
-->
</SCRIPT>
</HEAD>
<BODY MS_POSITIONING="GridLayout">
<FORM id=frmCart name=frmCart action=https://www.paypal.com/cgi-bin/webscr
method=post></FORM>
<FORM id=frmSAWProOrder name=frmSAWProOrder action=ConfirmOrder.aspx
method=post><BR><!--div id="Layer1">
<img src="../images/dot.gif" width="29" height="29"></div--><!-- header -->
<TABLE class=body_Narrow_Width cellSpacing=0 cellPadding=0 align=center
border=0>
<TBODY>
<TR>
<TD width=10><IMG height=112
src="Dynamsoft%20SourceAnywhere%20for%20VSS%20a%20SourceSafe%20internet-remote-web%20access%20solution_files/topleft.gif"
width=10></TD>
<TD
background=Dynamsoft%20SourceAnywhere%20for%20VSS%20a%20SourceSafe%20internet-remote-web%20access%20solution_files/topmid.gif>
<TABLE height=90 cellSpacing=0 cellPadding=0 width="98%" border=0>
<TBODY>
<TR>
<TD vAlign=bottom><A href="http://www.dynamsoft.com/index.aspx"><IMG
height=70
src="Dynamsoft%20SourceAnywhere%20for%20VSS%20a%20SourceSafe%20internet-remote-web%20access%20solution_files/Logowithtagline.gif"
width=346 border=0></A></TD>
<TD vAlign=bottom align=right>
<TABLE cellSpacing=0 cellPadding=5 border=0>
<TBODY>
<TR>
<TD><A href="http://www.dynamsoft.com/index.aspx"><IMG
height=10
src="Dynamsoft%20SourceAnywhere%20for%20VSS%20a%20SourceSafe%20internet-remote-web%20access%20solution_files/icon_home.gif"
width=57 border=0></A></TD>
<TD><A
href="http://www.dynamsoft.com/Subscribe/Subscribe.aspx"><IMG
height=10
src="Dynamsoft%20SourceAnywhere%20for%20VSS%20a%20SourceSafe%20internet-remote-web%20access%20solution_files/icon_subscribe.gif"
width=75 border=0></A></TD>
<TD><A
href="http://www.dynamsoft.com/Company/Contact.aspx"><IMG
height=10
src="Dynamsoft%20SourceAnywhere%20for%20VSS%20a%20SourceSafe%20internet-remote-web%20access%20solution_files/icon_contactus.gif"
width=82 border=0></A></TD>
<TD><IMG height=10
src="Dynamsoft%20SourceAnywhere%20for%20VSS%20a%20SourceSafe%20internet-remote-web%20access%20solution_files/icon_phone.gif"
width=112 border=0></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD>
<TD width=10><IMG height=112
src="Dynamsoft%20SourceAnywhere%20for%20VSS%20a%20SourceSafe%20internet-remote-web%20access%20solution_files/topright.gif"
width=10></TD></TR></TBODY></TABLE>
<TABLE class=body_Narrow_Width cellSpacing=0 cellPadding=0 align=center
border=0>
<TBODY>
<TR>
<TD vAlign=top width=180 bgColor=#d8d8d8>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD><!-- LeftMenuforSAWforVSS -->
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD class=menu_top_out
onmouseover="this.className='menu_top_over'"
onmouseout="this.className='menu_top_out'"><A class=menu
href="http://www.dynamsoft.com/Products/SAW_Overview.aspx">Overview
</A></TD></TR>
<TR>
<TD class=menu_out onmouseover="this.className='menu_over'"
onmouseout="this.className='menu_out'"><A class=menu
href="http://www.dynamsoft.com/Products/SAW_Features.aspx">Features
and Benefits </A></TD></TR>
<TR>
<TD class=menu_out onmouseover="this.className='menu_over'"
onmouseout="this.className='menu_out'"><A class=menu
href="http://www.dynamsoft.com/Products/SAW_ScreenShot.aspx">Screen
Shots
</A></TD></TR>
<TR>
<TD class=menu_out onmouseover="this.className='menu_over'"
onmouseout="this.className='menu_out'"><A class=menu
href="http://www.dynamsoft.com/Products/SAW_EditionComparison.aspx">Edition
Comparison </A></TD></TR>
<TR>
<TD class=menu_out onmouseover="this.className='menu_over'"
onmouseout="this.className='menu_out'"><A class=menu
href="http://www.dynamsoft.com/Products/SAW_News.aspx">What's
New
</A></TD></TR>
<TR>
<TD class=menu_out onmouseover="this.className='menu_over'"
onmouseout="this.className='menu_out'"><A class=menu
href="http://www.dynamsoft.com/Products/SAW_Demo.aspx">Online
Demo
</A></TD></TR>
<TR>
<TD class=menu_out onmouseover="this.className='menu_over'"
onmouseout="this.className='menu_out'"><A class=menu
href="http://www.dynamsoft.com/Downloads/SAW_TryIt.aspx">Download
</A></TD></TR>
<TR>
<TD class=menu_out onmouseover="this.className='menu_over'"
onmouseout="this.className='menu_out'"><A class=menu
href="https://www.dynamsoft.com/Secure/SAW_BuyIt.aspx">Purchase
</A></TD></TR>
<TR>
<TD class=menu_out onmouseover="this.className='menu_over'"
onmouseout="this.className='menu_out'"><A class=menu
href="http://www.dynamsoft.com/Products/SAW_FAQ.aspx">FAQ
</A></TD></TR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -