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:
@@ -47,7 +47,7 @@ if (!$surveyid)
|
||||
.$clang->gT("Error")."</font></strong><br />\n"
|
||||
.$clang->gT("No SID has been provided. Cannot dump survey")."<br />\n"
|
||||
."<br /><input type='submit' value='"
|
||||
.$clang->gT("Main Admin Screen")."' onclick=\"window.open('$scriptname', '_top')\">\n"
|
||||
.$clang->gT("Main Admin Screen")."' onclick=\"window.open('$scriptname', '_self')\">\n"
|
||||
."\t</td></tr>\n"
|
||||
."</table>\n"
|
||||
."</body></html>\n";
|
||||
|
||||
Reference in New Issue
Block a user