$(document).on('click', '#connect', function () {
myHub.server.connect('@Model.Id');
});
<html >
<frameset cols="400,400,*">
<frame src="http://192.168.1.1/a.html" name="leftFrame" scrolling="no" noresize />
<frame src="http://192.168.1.2/b.html" name="middleFrame" scrolling="no" noresize />
<frame src="http://192.168.1.3/c.html" name="rightFrame" scrolling="no" noresize />
</frameset>
</html>