Changes

Jump to navigation Jump to search
texshow-web related js added
function open_window() {
return window.open('', "OutputWindow", 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=700');
}
 
function show_command(URL) {
open_window().location.href='http://texshow.contextgarden.net/singlewindow=' + URL;
}
 
function show_api(URL) {
open_window().location.href='http://api.contextgarden.net/singlewindow=' + URL;
}
 
 
/* tooltips and access keys */
ta = new Object();

Navigation menu