GateOne
GateOne copied to clipboard
How to open a new workspace in a new browser tab
Hi,
I am trying to create a new terminal workspace in the new browser tab using GateOne.Terminal.newTerminal function but I am getting below error on the javascript console.
Uncaught Failed to load GateOne.Terminal due to missing dependencies: GateOne.Visual,GateOne.User,GateOne.Input,GateOne.Storage
The sample html I am using is below. Please let me know if I am missing something.
Thanks, Ut
$(document).ready(function () {
GateOne.Terminal.newTerminal(null, null, '#gateone');
});
<div id="gateone_container"
style="position: relative; width: 1150px; height: 550px;">
<div id="gateone"></div>
</div>
Hi, Any solution ?
No solution yet?
Try this:
Gateone.location="prefix_" + someID;
Try this:
Gateone.location="prefix_" + someID;
hi,
i have the same problem
how to solve ?
and Gateone.location="prefix_" + someID; how to use?
thanks
I suggest use xterm.js for web console.