【JavaScript】ダブルクォーテーション(”)とシングルクォーテーション(’)の三重入れ子

三重に入れ子にするとき

document.write("<input type='text' onKeyUp=\"AjaxZip3.zip2addr(this,\' ','add01','add02');\" >") 

バックスラッシュ(\)をつける!!

参考