Need help !!
<select name="categoria" onchange="JavaScript()">
<option selected value="">-- choose Product--
!! Using Stored Procedures I'm able to display here !!
</select>
Now what I want is when any Product is selected a price correspond product should be displayed. This price is a result of stored procedure. I need help how to call this and displya.
<select name="product" onchange="JavaScript()">
<option selected value="">-- choose Product--
!! Using Stored Procedures I'm able to display here !!
</select>
<select name="price" onchange="submit">
<option selected value="">-- choose Price--
!! Using Stored Procedures I'm able to display here !!
</select>
This is something like when U Select "Country", a list of "State" displays automatically.
<select name="categoria" onchange="JavaScript()">
<option selected value="">-- choose Product--
!! Using Stored Procedures I'm able to display here !!
</select>
Now what I want is when any Product is selected a price correspond product should be displayed. This price is a result of stored procedure. I need help how to call this and displya.
<select name="product" onchange="JavaScript()">
<option selected value="">-- choose Product--
!! Using Stored Procedures I'm able to display here !!
</select>
<select name="price" onchange="submit">
<option selected value="">-- choose Price--
!! Using Stored Procedures I'm able to display here !!
</select>
This is something like when U Select "Country", a list of "State" displays automatically.