Is this possible?
I have in my <head>
<head><script language="JavaScript" type="text/JavaScript"> inc=0; function doinsert(field, value) { inc++; if (document.selection) { field.focus(); if (inc > $value) alert('');
Is it possible to set $value using javascript from a popup?
I think that if you name your windows, that you can pass a value between windows. But I have not ever tried this myself. I guess/suppose you would need to use the window.value properties though..