Well, it all works well if using your codes provided. Thanks.
But it required an additional "SUBMIT" button to make it worked.
Unless I use the jump list box as mentioned before, where the codes now becomes:
<select name="category" onChange="MM_jumpMenu('parent',this,0)" >
Notice the onChange="MM_jumpMenu......
However this doesn't work with HTTP_POST_VARS but with HTTP_GET_VARS.
Upon execution on the jump list box, I noticed the URL become
http://localhost/<value specified in option value>
ie eg: http://webserver/red
RED whereby I declare in my jump list box
option value="RED"
Hmm...I still need to figure this out. If not have to just add an additional "GO" button. :o
By the way, what would be the code like if I want to select all the records from my table? How should I code in
<option value=""> ??
Please help.