This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Reprint(busId) | |
{ | |
OpenFormPage('补打','','CompanyBusID='+busId,'bussIframe'); | |
} | |
$(document).ready(function(){ | |
var companyName = GetURLParameter("txtCompanyName"); | |
var acceptNo = GetURLParameter("AcceptNo"); | |
var serialNo = GetURLParameter("SerialNo"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function foo() | |
{ | |
alert('Hello Javascript!'); | |
} |