Login   Register  
PHP Classes
elePHPant
Icontem

File: js/default.js

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2009-12-15 23:36
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);
}