D
D
Dmitry Ti2014-05-28 15:42:38
Network administration
Dmitry Ti, 2014-05-28 15:42:38

How to access three ip devices in one browser window?

19920edc578c469a8c5920f694f80e66.jpgHow to get access to three ip devices at once?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrew, 2014-05-28
@OLS

<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>

PS Given that you have changed the question and attached a picture - you will need two nested framesets - one horizontally, the other vertically. What I gave earlier above is an example for three horizontally.

P
pr0l, 2014-05-29
@pr0l

www.lissyara.su/articles/freebsd/trivia/dlink_dcs-900

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question