CSCG / shellinabox

Automatically exported from code.google.com/p/shellinabox
Other
0 stars 0 forks source link

Add the ability to execute arbitrary Javascript code from within shellinabox #157

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would dramatically enhance the power of shellinabox if the user could send 
an arbitrary Javascript command to be executed by the browser by enclosing it 
in an escape sequence (just like remote printing).  

Original issue reported on code.google.com by gwalb...@gmail.com on 5 Jan 2012 at 3:23

GoogleCodeExporter commented 9 years ago
I second this one.  I am planning on deploying a terminal app as a public app 
on a website soon.  I'd personally like the ability to somewhat control the 
browser from within my terminal app.  Even the setting of a variable on the 
parent page would be nice, then I could just run a JavaScript timer to check 
this state various and act upon it.

Original comment by kveron...@gmail.com on 30 Jan 2014 at 8:29

GoogleCodeExporter commented 9 years ago
No possible way of doing this? I have an iframe sourced shellinboxd via cgi and 
I can't figured out how to post data. I edited the POST request via firefox 
webdeveloper, also y resend it and can't see data echoed back into the terminal.

Original comment by sebastian.treu on 7 Mar 2014 at 7:36