Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it possible to figure out the Editor?
Message
 
 
To
All
General information
Forum:
Internet
Category:
Other
Title:
Is it possible to figure out the Editor?
Miscellaneous
Thread ID:
01318342
Message ID:
01318342
Views:
58
Hi everybody,

I'm helping someone with their website. They are using iPower.com as their host provider and when editing the pages they have very nice looking HTML editor. I'm trying to find out which Editor is that. Is it possible to find out using the following?
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>FileManager</title>
<link rel="stylesheet" href="/xslt/elements/ipower_csscomponent.css" type="text/css">
<link rel="stylesheet" href="/xslt/elements/shared_csscomponent.css" type="text/css">

	<script src="/generalAppC/javascripts/yui/utilities/utilities.js"></script>
	<script src="/generalAppC/javascripts/yui/container/container.js"></script>
	<script src="/generalAppC/javascripts/lightbox.js"></script>

	<script src="/generalAppC/javascripts/yui/treeview/treeview-min.js"></script>
	<script src="/generalAppC/javascripts/widget_behaviors-min.js"></script>
	<script src="/generalAppC/BL_AJAX.js"></script>
	<script src="/generalAppC/javascripts/ie_alpha_fix.js"></script>

<script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">
			_uacct = "UA-456224-4";
			_userv=2;
			urchinTracker();
		</script>
</head>

<script>
function myopen(filename,windowname,properties){
	mywindow = window.open(filename,windowname,properties);
	mywindow.self.focus();
}
</script>

<body vlink="#666666" link="#003366" bgcolor="#ffffff" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"><table cellspacing="0" cellpadding="0" width="100%" border="0"><tbody>
<tr bgcolor="#0f699b"><td><table cellspacing="0" cellpadding="0" width="100%" border="0"><tbody><tr>
<td width="15" height="80"><img height="50" src="http://images.ipower.com/trans.gif" width="15" border="0"></td>
<td valign="middle" width="205"><img src="http://images.ipower.com/logos/header_ipower_logo.gif" border="0"></td>
<td><img height="1" src="/trans.gif" width="1" border="0"></td>
</tr></tbody></table></td></tr>
<tr><td align="left"><table cellspacing="0" cellpadding="5" width="100%" border="0"><tbody><tr><td valign="top">
<img height="15" src="/trans.gif" width="1" border="0"><br><h1>Edit File</h1>
          
<script language="javascript" type="text/javascript" src="/generalAppC/javascripts/tinym/tiny_mce.js"></script>
<script language="javascript" type="text/javascript">
tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	plugins : "fullpage,table,advhr,advimage,advlink,emotions,iespell,insertdatetime,zoom,flash,searchreplace,print,contextmenu,php",
	php_external_list_url : "/generalAppC/javascripts/tinym/plugins/php/examples/example_php_list.js",
	theme_advanced_buttons1_add : "fontselect,fontsizeselect",
	theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor",
	theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
	theme_advanced_buttons3_add_before : "tablecontrols,separator",
	theme_advanced_buttons3_add : "fullpage,emotions,iespell,flash,advhr,separator,print",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "center",
	apply_source_formatting : true,
	relative_urls : false,
	document_base_url : "http://centerforreturn.ipower.com/",
	extended_valid_elements : "a[link|name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],script,form[*],input[*],textarea[*],option[*],select[*]"
});
</script>
Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform