Answer the question
In order to leave comments, you need to log in
How to access three ip devices in one browser window?
How to get access to three ip devices at once?
Answer the question
In order to leave comments, you need to log in
<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>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question