Thanks, my coding is like this,
- href="secondpage.php"
-
-
<form method=post action='firstpage.php'>
-
(check boxes)
-
<input type="submit" value="Submit" />
-
</form>
I shoud have two input ( submit and href). Your 1st option doesn't give as I understand it.
Second option is bit far from my knowledge. but will give a try later.
I thought about use frames , one frame has check boxes, when submit it register session variables. then submit or href could be used independantly.
But frames are condemn everywhere.
Appriciate your help very much.