Posted By: kolcon (Kolcon) on 'CZwww'
Title:     Cookies
Date:      Mon Feb  5 22:54:31 2001


Ydar,

proc nefunguje tenhle kod ? resp. jak teda nastavit cookies ?
dotaz c.2 - lze nastavit cookies i uvnitr nejakeho framu nebo se to musi delat 
jen na dejme tomu index.html ?

takze ten kod :
<html>

<head>
<SCRIPT LANGUAGE="JavaScript">
function nastav(form)
{
 document.cookie=form.T1;
}
</SCRIPT>

</head>

<body>

<form method="POST" action="JavaScript:nastav(this.form)">
  <p>Zadej text : <input type="text" name="T1" size="20"></p>
  <p><input type="submit" value="Submit" name="B1"></p>
</form>

</body>

</html>

Dik za rady,

Kolcon




 

Search the boards