The default behaviour is that clicking on frame titles takes you to the next slide. I would like to change that behaviour but I can't seem to workout how it is achieved when reading the Beamer source code.
How do you change the hyperlink target of frame titles in Beamer?
Edit
I was hardcoding hyperlinks into the titles as follows:
\documentclass{beamer}
\begin{document}
\begin{frame}
\frametitle{\href{http://www.yahoo.com}{Yahoo}}
Blah
\end{frame}
\begin{frame}{\href{http://www.google.com}{Google}}
Blah
\end{frame}
\begin{frame}{\href{http://www.bing.com}{Bing}}
Blah
\end{frame}
\end{document}
And it wasn't working. I thought my hyperlink behaviour was somehow being overwritten by Beamer but it turns out that it was just the PDF viewer misbehaving.
navigation barthen click on it. One example: theFrankfurttheme. – Claudio Fiandrino Jun 3 '12 at 13:22