Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 16th, 2004, 11:15 AM
Authorized User
 
Join Date: Feb 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default retrieving results

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


 
Old February 16th, 2004, 02:08 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

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.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Edit Query Results in Results Grid druid2112 SQL Server 2005 1 June 28th, 2007 08:49 AM
Retrieving text brettz9 XSLT 2 August 31st, 2005 10:16 AM
Retrieving the AutoNumber stu9820 ASP.NET 1.0 and 1.1 Basics 11 August 18th, 2004 04:31 AM
retrieving a value in VBA clueless_may Access 1 May 3rd, 2004 05:39 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.