1. 程式人生 > >layer中獲取iFrame中的資料

layer中獲取iFrame中的資料

	layer.open({
		  type: 2,
		  title: '編輯音樂',
		  shadeClose: false,
		  shade: 0.8,
		  btnAlign: 'c',
		  area: ['480px', '315px'],
		 btn:['儲存修改','取消修改'],
		 yes:function(index,layero){
			var form = $(layero).find("iframe")[0].contentWindow.document.getElementById("editForm")
		 },
		 btn2:function(index,layero){
			 
		 },
		  content: [getActionUrlPrefix()+"toEditWin?model.mlId="+mlId, 'no']
		});