mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Replaced _top with _self to make sure windows only open within frame
This commit is contained in:
@@ -50,7 +50,7 @@ if (!$surveyid)
|
||||
._ERROR."</font></strong><br />\n"
|
||||
._ES_NOSID."<br />\n"
|
||||
."<br /><input type='submit' $btstyle value='"
|
||||
._GO_ADMIN."' onClick=\"window.open('$scriptname', '_top')\">\n"
|
||||
._GO_ADMIN."' onClick=\"window.open('$scriptname', '_self')\">\n"
|
||||
."\t</td></tr>\n"
|
||||
."</table>\n"
|
||||
."</body></html>\n";
|
||||
|
||||
Reference in New Issue
Block a user