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. LittleNFiesty

    Code sending 2 emails instead of one?!

    I can't figure out why the below code is sending two emails. The code is to add a new record to an access db and send an email notifying that a new record was created, but instead of one email sent I always get 2, one blank and one with the correct info. I know it's something obvious but I just...
  2. LittleNFiesty

    Automatically saving log files

    How do I automatically save log files? Every time I upload or sync the website it creates a log file that I can see right after I do that, but I want to automatically save those log files to another folder so I have a history of the logged events. Any ideas? Working with Dreamweaver CS6.
  3. LittleNFiesty

    Not sure where to start...registration form not account login.

    I need to create the following and I'm not sure where to start or what to search for to get where I want to go. When a person clicks on a link they go to a registration form and are required to register to get access to the information. But once they register they can access this section of the...
  4. LittleNFiesty

    expandable flash movie

    I want to create an expandable flash movie. Where someone has to click on it and then it expands (not over the content of the page) and if they want to close it a close button that reduces it back down. Does anyone have any idea where I can find a tutorial for this?
  5. LittleNFiesty

    Form Validater??

    I'm not sure what it's called but I want the user to validate that they are actually filling out the form. You know when you fill out the form and at the bottom or after you click submit there is a random picture/code that they need to fill in a field for them to go to the next screen. I would...
  6. LittleNFiesty

    CSS Div tag Question

    I'm redesigned our website to a div tag layout. I need to make my right container to be at least the same height as the left container, but it needs to be able to adjust if the content in the right container is longer than the left container. But the right container needs to be at least the...
  7. LittleNFiesty

    Insert a cell reference in header/footer

    I know you can put in the header/footer to have it print the name of the sheet or file, but I want it to print the data that is in a specific cell in the header. What is the code to do that? Sheet reference is &[Tab] File reference is &[File] Cell reference is....
  8. LittleNFiesty

    Button Behavior

    I've added a generic button to my page (see code below) but when you move your mouse over it you don't get the "hand" to show it's a link...Why, or what do I need to change in the code? <button name="CustomerLogin" value="Customer Login" type="submit" class="BottomNav" style="border: 2px...
  9. LittleNFiesty

    specify what a field will accept

    I want to specify that a field only excepts numbers but it is not a "required field" How do I do this?
  10. LittleNFiesty

    Need to transfer MySQL database to different webserver. HELP

    I have recently inherited a php website. The news pages are created from a mySQL database, and it is not located in the root folder for the website on the previous webserver. I have access to the the MySQL administrator program and can access the database, but I can't find any where in there...
  11. LittleNFiesty

    CSS div issue

    I have a 2 column layout with div tags with a footer, but the footer only will stay below the right column if the right column is longer. If the left column is longer than it over laps the footer. I've attached a link...Any ideas?
  12. LittleNFiesty

    &lt;head&gt; content standards

    Is there a standard order for the head content? (ie, scripts, include files, metatags, css links, etc)
  13. LittleNFiesty

    new to video streaming

    we are going to start adding video to our website, and I would like it to run similar to YouTube with the flash player a standard size and the movie in the player plays at what ever it was built at. Along with the controls for the movie. I'm new at video streaming on websites. Any advise...
  14. LittleNFiesty

    tables vs. div tags - advantages/disadvantages

    I've noticed that the "new" way to design websites is to use the div tags for placement of content/headers/navigation. What is the advantage of using a div tag vs. using tables for more precise placement?
  15. LittleNFiesty

    Requiring check box in my form

    How do I make a check box required in my form in dreamweaver cs4? I'm just using the on click behavior for the order button for validation. Or if someone could point me to a "standard" javascript for form validation based on field types that I could customize that would be awesome!
  16. LittleNFiesty

    Check box form validation in CS4

    How do I make a chekc box required in my form in dreamweaver cs4? I'm just using the on click behavior for the order button for validation. Or if someone could point me to a "standard" javascript for form validation that I could customize that would be awesome!
  17. LittleNFiesty

    Command for Query Help

    I have this line of code for my query and I would like it to find a particular string inside the field Industry_ID that could be P, H, or O. I have the param's set correctly but I can't remember the "=" section. I've used the LIKE before, but it won't work on this...
  18. LittleNFiesty

    Website information file - EMERGENCY

    Where does dreamweaver store all the website information? (IE connection, website setup info) My computer has to be reformated and I need to know where this file (if one exists) is located so I don't loose all my websites? (approx. 25)
  19. LittleNFiesty

    Button to download pdf???

    I want to put a button on my page so when you click on it it downloads a pdf to their computer. But I can't figure out how to do it. HELP!! P.S. Using DW CS4
  20. LittleNFiesty

    Creating Booklets in CS4 (not printing, actual files)

    We just upgraded to CS4 from CS2, and discovered that the "Inbooklet SE" plugin is no longer available. Quark apparently bought it. So CS4 only allows you to print a booklet not create a new document so you can check the graphics that overlay the masters. Does anyone have a solution/plugin for...

Part and Inventory Search

Back
Top