hi everybody,
Is it possible in css to use fractional numbers in absolute values for properties?
I need to use units less than one centimeter
thanks in advance
Hi everybody,
I have a web application that uses java sessions. I specify an expiration time for the client session. When it expires, I call a servlet where I try to obtain a new session:
HttpSession session = request.getSession(true);
A new session is obtained, but if I invoque inmediatly to...
Hi,
In Internet Explorer5.0, I cannot access the checked property of a checkbox:
top.tree.document.forms[0].elements[id].checked
I have got two frames in a window: control and tree, and I try to access to the form in the tree frame from the control one.
This works ok in Netscape
if I write within javascript tags, for a Netscape browser:
document.writeln("<layer id='menu1' style='position:relative'>");
document.writeln("<IMG id='imCat1' src='closed.gif' border='0'>Categoría 1");
the browser writes into the shown html page (it duplicates the...
I have got an html page which tries to write another page in a different window:
<html>
<body>
<script language="javascript">
var vent=eval("top.arbol.document");
function dibuja_arbol() {
vent.clear();
vent.writeln("<html><head>")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.