我一直在用Symfony 2.8开发一个项目,我在Firefox上遇到重定向问题。它适用于所有其他浏览器,但不适用于Firefox。当您单击此页面上的按钮时,它将不会重定向到Firefox中的任何页面。
我的代码在树枝上:
Main2Activity
我在控制器中的代码:
<button class="MoreButton" type="button">
<a href="{{ path('poznan') }}">Więcej</a>
</button>
你有什么想法可能有什么不对吗? :)
答案 0 :(得分:2)
因为您将链接放在if not exist "$(SolutionDir)UI\bin\Debug\ServiceFolder" mkdir "$(SolutionDir)UI\bin\Debug\ServiceFolder"
net start | find "[Service Name]"
if ERRORLEVEL 0 (
net stop "Service Name"
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe" -u "$(SolutionDir)UI\bin\Debug\ServiceFolder\Service.exe"
)
exit 0
元素中。
它不会产生感觉,它只是一个按钮或链接,但不是两者。 firefox无法捕获按钮内的链接。删除按钮,它将工作