|
Subject:
|
retrieving results
|
|
Posted By:
|
adam69uk
|
Post Date:
|
2/16/2004 10:15:47 AM
|
hi i have problems retrieving results when calculating on the globalsoccerevents i followed all the instruction in the book(Beginning Dreamweaver MX 2004) and cant see any results on the page i also edited the the globalsoccerevent which i downloaded from the wrox.com and still doesnt give any result. the code is: <td><input name="txtNumber2" type="text" value="<%=db1Number2%>"/> </td> <td><input name="btnCalculate" type="submit" value="Calculate"/> </td> </tr> <tr> <td colspan="4">The Outcome is:<%= db1Result %></td> </tr> </table> hope you can help me how i can see the results as it required on the book. many thanks yours respectfully Kamel
|
|
Reply By:
|
Imar
|
Reply Date:
|
2/16/2004 1:08:29 PM
|
Hi Kamel,
It looks like you made a typo. In the code below, you're using db1Number2 and db1Result with an 1 (one) instead of l (el).
If that's not the solution, can you post the code for the entire page?
Also, thanks for your personal message. Would you mind posting your question on this forum instead? That way, other people running into the same issue can easily use this thread as a reference...
Cheers,
Imar
--------------------------------------- Imar Spaanjaars Everyone is unique, except for me.
|