[ darence @ 22.01.2007. 16:41 ] @
Hocu da uradim stranicu od 2 frejma, da u gornjem bude logo mog sajta, a da se u donjem ucitava forum, ali da se ucitava automatski, cim se otvori taj frameset. Kako to uraditi ?
http://www.darence.sitesled.com/Poljoprivredni-forum.html
Treba da bude ovako nesto, samo bez klika
[ Nemanja Avramović @ 31.01.2007. 10:20 ] @
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Poljoprivredni Forum</title>
</head>

<frameset rows="84,312" cols="*" framespacing="0" frameborder="no" border="0">
  <frame src="Vrh.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame">
  <frame src="http://agroforum.jconserv.net/index.php" name="mainFrame" id="mainFrame" title="Strana">
</frameset>
<noframes><body>
</body>
</noframes></html>
[ darence @ 01.02.2007. 17:17 ] @
Hvala!