PRACA S RAMCAMI

ID
NAZOV SKRIPTU:
POPIS CINNOSTI:
DLZKA:
TESTOVANE POD:

 

031
p031.html, p0312.html / p031.zip
Po odkliknuti odkazu sa nahraju 2 ramce naraz
621b
NN 4.01, IE 4.0

UKAZKA

Zdrojovy tvar: (p031.html)

<frameset rows="*,60" bordercolor=000080 border="1" FRAMESPACING="0">
<
frame src="p0312.html" name=loadtop>
<
frameset cols="180,*" border="1" FRAMESPACING="0" >
<
frame src="t001.html" name=loadleft>
<
frame src="t002.html" name=loadrigh>
<
/frameset>
<
/frameset>

Zdrojovy tvar: (p0312.html)

<html>
<
head>
<
title>
JavaScript DESTINATION - P031
<
/title>
<
script>
<!--
function callTwo (newhref)
{
parent.loadleft.location.href=newhref;
return;
}
// -->
<
/script>
<
/head>
<
body><base target=loadrigh>
Klikni <
a href=p001.html onClick=callTwo("p002.html");>sem</a> a nahraju sa naraz 2 ramce
<
/body>
<
/html>
[ Navrat ]