GateOne icon indicating copy to clipboard operation
GateOne copied to clipboard

How to open a new workspace in a new browser tab

Open taniu opened this issue 11 years ago • 5 comments

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>

taniu avatar Jun 25 '14 22:06 taniu

Hi, Any solution ?

sachinnshah avatar May 19 '15 13:05 sachinnshah

No solution yet?

jjuu avatar May 24 '16 07:05 jjuu

Try this: Gateone.location="prefix_" + someID;

jjuu avatar May 27 '16 07:05 jjuu

Try this: Gateone.location="prefix_" + someID;

hi, i have the same problem how to solve ? and Gateone.location="prefix_" + someID; how to use?

thanks

anhuaer2 avatar Nov 22 '18 13:11 anhuaer2

I suggest use xterm.js for web console.

jjuu avatar Nov 25 '18 06:11 jjuu