PHP Classes

File: js/default.js

Recommend this page to a friend!
  Classes of anoop singh   CDN CMS   js/default.js   Download  
File: js/default.js
Role: Auxiliary data
Content type: text/plain
Description: default
Class: CDN CMS
Manage content stored in a MySQL database
Author: By
Last change:
Date: 14 years ago
Size: 488 bytes
 

Contents

Class file image Download
var ie=document.all?true:false; function EditContent(section,id) { var divEle=document.getElementById(section); if(ie) { //alert(divEle.innerHTML+"=="+id+"=="+section); tb_show("EDIT","edit.php"); } else { //alert(divEle.innerHTML+"=="+id+"=="+section); tb_show("EDIT "+id,"showContainerEdit.php?section="+section+"&id="+id+"&width=850&height=460"); } } function editHeaderImage(page) { alert(page); } function editMetaTag(page) { alert(page); }