D
D
des1roer2015-03-16 08:10:40
Yii
des1roer, 2015-03-16 08:10:40

Frames in yii how to use?

Comrades, experts, tell me how to run a page in a frame?
what is the layout here?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
   "_THE_LATEST_VERSION_/frameset.dtd">
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<TITLE>Обозреватель</TITLE>
</HEAD>
<FRAMESET cols="30%, 70%">    
      <FRAME name = "tree" src='google.ru'> 
      <FRAME name = "search" src='ya.ru'>	  
</FRAMESET>
</HTML>

you just need to show your pages in a frame

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
des1roer, 2015-03-16
@des1roer

Well, let's go to the right show. For example, for the main /views/site/index.php and write there
<iframe src="http://yandex.ru"></iframe>

I
index0h, 2015-03-16
@index0h

You are trying to solve the task of layout, backend framework, am I not confusing anything?

S
Sergey, 2015-03-16
@butteff

Make a frame inside the view file for the desired page template.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question