我尝试了很多不同的方法。但所有这些都导致在新标签中打开网址。使用javascript,我该怎么做?
(请不要jQuery,这是一个学校项目,我们还没有把jQuery作为一个教训)
这是我正在使用的功能:
function myFunction() {
window.open('project.html', 'toolbar=0, location="_self", menubar=0');
target = "_self";
}