Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Does anyone know how to make the GoToURLWindow have a feature that is target="_blank". Currently it does open a new tab but I want it to have the target="_blank" attribute. I open up the c2runtime.js and on line 9956 it has GoToURLWindow but there is also various LoadURL and such. I plan on going in and manually changing maybe a few lines to make it target="_blank". If any javascript coder can help me with this it be nice.
I google these two links, not sure if they be helpful.
stackoverflow.com/questions/1574008/how-to-simulate-target-blank-in-javascript
snipplr.com/view/918
-Thanks
Develop games in your browser. Powerful, performant & highly capable.
Why do you need this if it already opens a new tab?
So that the pop-up blocker doesn't work. lol.
Kids and non techy people might not know how to disable it and such, so I must facilitate there fun time. Plus its not a pop-up they clicked it to go to the site.