S
S
student_kstu2015-06-09 19:27:39
HTML
student_kstu, 2015-06-09 19:27:39

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 b4bf256b0a0c4f3e931e4e29967f08dd.png2ecf19601e5641a59815f389856289b1.pngc0063dee517848799a5a461d960dd6fe.png
, 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">
&nbsp;
<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

1 answer(s)
A
Artur Nurullin, 2015-06-15
@Splo1ter

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 question

Ask a Question

731 491 924 answers to any question