code like thistype error in the post above: name="submit" should be value="submit"
or, u can use code like this
-------------------------------
function func_submit(myform){
myform.target="_self";
myform.action="detail.asp";
myform.submit();
}
(more...)
I am using vb script, can u show me in that way,,,thx first