Answer the question
In order to leave comments, you need to log in
How to open GNS3 program via html page?
created an html-page with sections "about the textbook", "theory", "laboratory works". in the laboratory work section there are 3 hyperlinks to the text "Topology1, Topology2, Topology 3". it is necessary that when you click on one of these three topologies, the GNS3 network simulator is automatically launched, that is, each topology corresponds to a configured topology with a .net extension. I myself tried in the html code through href indicating the path to the topologies, but in browsers the text appears as in a notepad
, here is the page code itself:
<html>
<head>
<title>lab</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body bgcolor="#ffffff">
<map name="m_lab" id="m_lab">
<area shape="poly" coords="486, 245, 967, 249, 964, 292, 487, 294, 486, 245" href="projects/topology3/topology.net" />
<area shape="poly" coords="484, 160, 971, 159, 971, 217, 485, 215, 485, 161" href="projects/topology2/topology.net" alt="" />
<area shape="poly" coords="486, 78, 967, 82, 966, 134, 490, 130, 489, 80" href="projects/topology1/topology.net" alt="" />
</map><img name="lab" src="lab.jpg" width="1291" height="581" id="lab" usemap="#m_lab" alt="" />
</body>
</html>
Answer the question
In order to leave comments, you need to log in
The application itself must handle the content, i.e. through links with prefixes like skype:accountName , or it remains only to download a file with the extension of a specific program (in your case, the GNS3 extension)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question