Hyperlink
Details and Options
- The following forms of URIs can be used:
-
"string" a URI such as "http://www.wolfram.com" URL["url"] an explicit URL File["filepath"] a local notebook file {"file.nb",None} a complete local notebook file {"file.nb","tag"} the first cell with the specified tag in a local notebook file - Local notebook files can be specified by relative paths such as "../file.nb". The base of the paths is taken to be the location of the notebook that contains the hyperlink.
- Hyperlink can be used with graphics or any other expression.
- Hyperlink objects can appear within graphics.
- By default, Hyperlink renders label in "Hyperlink" style.
- When the mouse is over label, it is by default rendered in "HyperlinkActive" style.
- The following options can be given:
-
ActiveStyle "HyperlinkActive" style to add when hovering over the hyperlink BaseStyle "Hyperlink" base styles for the hyperlink HyperlinkAction "New" action to take when following the hyperlink - Supported URI types include "http", "file", "ftp", and "mailto".
- URIs that begin with "paclet:" directly access Wolfram System documentation and other resources.
- Hyperlinks of different types are handled as follows:
-
notebook file URI open in current Wolfram System session non-notebook file URI open through operating system non-file URI open in a web browser - In a standard notebook front end, hyperlinks can be inserted using the Hyperlink item in the Insert menu.
clicking a hyperlink will always open a new notebook window, even if an existing window could have been used.- In a cloud notebook, Hyperlink with a target outside that notebook will open a new browser window or tab by default. The option HyperlinkAction"Recycled" may be given to reuse the existing view.
Examples
open all close allBasic Examples (2)
Scope (3)
Use Style and other functions to change the appearance of the link:
Hyperlink[Framed[Style["xxx", {Bold, Larger}]], None]The label can be any expression:
Hyperlink[Plot[x Sin[1 / x], {x, -.4, .4}], None]Convert a URL object to a link:
Hyperlink[URL["http://www.wolframalpha.com"]]Options (10)
ActiveStyle (1)
Alignment (1)
Appearance (1)
Predefined hyperlink appearances:
Table[Hyperlink["xxx", Null, ImageSize -> {40, 10}, Appearance -> a], {a, {"DialogBox", "Palette", "Frameless"}}]The same appearances when the hyperlink is clicked:
Table[Hyperlink["xxx", Null, ImageSize -> {40, 10}, Appearance -> {a, "Pressed"}], {a, {"DialogBox", "Palette", "Frameless"}}]Background (1)
BaselinePosition (1)
Enabled (1)
FrameMargins (1)
ImageMargins (1)
ImageSize (1)
Applications (1)
Properties & Relations (1)
Use StatusArea to change the message in the status area:
Hyperlink[StatusArea["Wolfram Research, Inc.", "Makers of Mathematica"], "http://www.wolfram.com"]See Also
Button FileNameSetter StatusArea Tooltip PopupWindow NotebookLocate URLEncode URLBuild NotebookImport GalleryView
Formats: HTML
Function Repository: FunctionHyperlinkPalette
Tech Notes
Related Workflows
- Insert a Hyperlink ▪
- Set Up a Web Gallery
History
Introduced in 2007 (6.0) | Updated in 2008 (7.0) ▪ 2020 (12.1)
Text
Wolfram Research (2007), Hyperlink, Wolfram Language function, https://reference.wolfram.com/language/ref/Hyperlink.html (updated 2020).
CMS
Wolfram Language. 2007. "Hyperlink." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/Hyperlink.html.
APA
Wolfram Language. (2007). Hyperlink. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Hyperlink.html
BibTeX
@misc{reference.wolfram_2026_hyperlink, author="Wolfram Research", title="{Hyperlink}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/Hyperlink.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_hyperlink, organization={Wolfram Research}, title={Hyperlink}, year={2020}, url={https://reference.wolfram.com/language/ref/Hyperlink.html}, note=[Accessed: 12-June-2026]}