Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
---------------------------
<html>
<head>
<title>My Frameset</title>
</head>
<frameset cols="100,*" rows="100%">
<! The line above defines the set of frames. The cols attribute currently says "i want two columns one is going to be 100px wide, and the next one will take up the remainder of the window" The rows attribute says "there will only be one row, and it will be the full height of the window." The values you put in can be percentages or actual values >
<frame name="leftframe" src="menu.html">
<! The line above (line 2) defines the name and source for the left frame >
<frame name="rightframe" src="home.html">
<! The line above (line 3) defines the name and source for the right frame >
</frameset>
<! End all frame stuff >
<noframes>
Sorry, but you need a new browser
</noframes>
<! The noframes tag should contain the default text to display if the user has a browser that doesn't support frames >
</html>
---------------------------
<a href="[URL unfurl="true"]http://some.domain.com/pageone.html"[/URL] target="rightframe">