Popup browser

0

I am trying to create an external HIT and I would like my HIT to open a popup browser where the experiment is hosted. When I tried to implement it, the experiment is shown on the Mturk site instead of opening a popup. I'm wondering how should I approach this?

asked 4 years ago178 views
1 Answer
0

Your external hit could contain a link (a href) that specifies a "target" so that a new tab gets opened. Or you could use the javascript window.open command that would let you open a new window with a specific height and width. See https://www.w3schools.com/jsref/met_win_open.asp for details.

userbob
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions