Login   Register  
PHP Classes
elePHPant
Icontem

File: debug1.js

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Stephan Krauss  >  Debugging for Editor Homesite  >  debug1.js  >  Download  
File: debug1.js
Role: Auxiliary data
Content type: text/plain
Description: Skript for editor 'Homesite'
Class: Debugging for Editor Homesite
Debug PHP code with the Homesite editor
Author: By
Last change:
Date: 2005-02-08 01:43
Size: 265 bytes
 

Contents

Class file image Download
function Main() {
	var app = Application;
	app.OpenFile('C:/Programme/Macromedia/HomeSite 5/debug/debug.html');  // Debug - Datei
	app.CurrentView = 2 // Browse
	app.setStatusText("Debugging - Anzeige: C:/Programme/Macromedia/HomeSite 5/debug/debug.html !");
}