When I perform This javascript Inside the form
<script>
alert(parent.document.magicdesignform.SelectedCategory.value);
</script>
A popup will show with a value of SelectedCategory
By the way.
magicdesignform is the name of my form
SelectedCategory is a hidden field
These variables are comming from the other page.
In the page where magicdesignform is located i have a flash that get all this variables through javascript.
why is it i cant get the value of SelectedCategory through post or get or any other thing nut when i try to perform the above javascript it displays me the value of SelectedCategory. How is this??? Can somebody help me. This one driving me crazy. Are there any solution how can i get the value of SelectedCategory and use as a criteria in my mysql query?? Thanks