Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Chris75

    Sending fields with ASP

    Checked out that page and while it looks like something we may try, it also takes away our page. I guesss my concern is that the page will be totally different from ours. Do you have any other suggestions?
  2. Chris75

    Sending fields with ASP

    We have a form with 11 fields in it. When a user fills out the form and clicks the submit button, we want the info from the fields to be sent to a specific email address. How do we do this?
  3. Chris75

    Photos in JavaScript

    This is the script now: var txtList = new Array() txtList[txtList.length]="F:\Pics\Beechwold5.jpg"; txtList[txtList.length]="F:\Pics\Leadscope2.jpg"; txtList[txtList.length]="RELIABILITY:meeting deadlines, keeping promises and building a long-term relationship.&quot...
  4. Chris75

    Photos in JavaScript

    Tried replacing txtList.length with document.write (left the []'s and = in), then put in &quot;<img src=\&quot;image.jpg\&quot;>&quot;; and it returned &quot;undefined&quot; in that area on the webpage. What did I do wrong?
  5. Chris75

    Photos in JavaScript

    We had the following code built for us. var txtList = new Array() txtList[txtList.length]=&quot;RWS Building Company is a multiple recipient of the Business First Fast Fifty Award&quot;; txtList[txtList.length]=&quot;SINCERITY:communicating with our clients with candor and respect&quot...
  6. Chris75

    CDONTS

    Checked out your site suggestions and well, I'm still in need of help. I guess the easiest way to begin is by telling you what we have. We have a form that has 3 different text boxes. One is for a name, one is for a reply email address and the third is a multi-line box for the message. There...
  7. Chris75

    CDONTS

    I know nothing about ASP so I'll need lots of help for this. We created a form in NetObjects. Our ISP will only use ASP scripts. They suggested to use and ASP CDONT script/program. I don't know where to begin. Any suggestions/help?
  8. Chris75

    Multi-Table with Combo Boxes

    We have 3 tables (a, b, c) with a key in 2 (a & b). In the third table (c), we have 2 fields that relate to the two keys. We have a form based on one table (a) with the key and a subform based on the other 2 tables (b & c). We are adding info to the main form and then adding info in the...
  9. Chris75

    Form Wizard in Access

    To make sure we are looking at the same &quot;Wand&quot;, it is the one located on the &quot;Toolbox&quot; toolbar. If it is, then it isn't working for us.
  10. Chris75

    Form Wizard in Access

    The &quot;Wand&quot; isn't selected.
  11. Chris75

    &quot;My Documents&quot; screen display has changed

    Try this...open &quot;My Computer&quot;/&quot;My Documents&quot;/or some other folder, click on &quot;View&quot; and check to see that that &quot;as Web Page&quot; is checked. If it isn't check it and that should solve your problem. Let me know if it doesn't
  12. Chris75

    Form Wizard in Access

    When creating a new form you are suppose to be able to click the &quot;New&quot; button for a form and a pretty little window comes up asking you what option you want to use. When you click the &quot;New&quot; butto on our PC, it automatically gives you a blank form with no option to select the...
  13. Chris75

    Counters

    By days, I mean we want it count one click for each day. So at let's say midnight, we want a click to be added to the counter.
  14. Chris75

    Counters

    New to designing/making web pages so I hope this doesn't sound too silly. Is there a way to make a counter that counts only days? We would like to be able to count days where there aren't any negative reports. When there is a report, we want to be able to reset the counter to zero. the reset...
  15. Chris75

    Service Packs

    How do you findout which service pack is installed on a 4.11 server?
  16. Chris75

    Calendar in MS Access

    Building an Human Resource database. Would like to add a calendar like feature to it. What is the easiest way to do that?
  17. Chris75

    Word forms won't spell check

    We've created a from, locked the cells (ctrl = F11) and have protected the form. We will type a word into a field (this spelled &quot;ths&quot;), unprotect the form, run spell check and it will say everything has beed checked and everything is spelled correctly. Why isn't it catching the...
  18. Chris75

    Audit Trail

    We have a form with a combo box. There is a subform (in datasheet view) that is driven by this combo box. Whenever a name is selected in the combo box, a list of the relating records pops up in the subform. We make changes to the records in the subform. When we make these changes, is there a...
  19. Chris75

    Graphics in Signatures

    How do you add a graphic to a signature?

Part and Inventory Search

Back
Top