axn 0 Light Poster

Can you execute a ksh script within javascript? Inside my js function I have

window.open("http://myhomepage.com:12345/Home/bin/ksh/" "Page Name", width=470,height=452");

ksh script should return output which the js function should display.