I've created one table, which displays image and its corresponding design ID. This table is surrounded by FORM tag in order to pass hidden value (i.e, design ID).

I want to use this design ID in an another query to display some other output.

Here's my code:

Code:
<html>
<style type="text/css">
<!--
#design {
	position:absolute;
	left:182px;
...