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 TouchToneTommy 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. RedDucati748

    HTML Help...

    Can anyone tell me what's wrong with this code..? Thanks- <tr> <td> <select name="Ethnic_ID" id"Ethnic_ID"> <option value="" selected="selected"> <option value="1">African American <option value="4">Asian <option value="2">Caucasian <option value="3">Hispanic <option value="5">Native American...
  2. RedDucati748

    split color screen

    This may be an easy question to answer, but I can't seem to find the answer myself. I'm looking to make the screen/window two different colors, black on the left, white on the right. I want the whole thing split right down the middle 50/50. Thanks, Red
  3. RedDucati748

    onclick button issue?

    I'm trying to create a press feature for my navigation buttons (created in photoshop). I know that I need two images, one for the up position and one for the down position. I put together the language below, but I can't get the whole thing to work. The buttons are in the ‘content’ portion of...
  4. RedDucati748

    Button Press Option

    I've created a few buttons on my webpage that load pages within a ‘main’ frame of the frame structure (header, footer, content, main). I've created the buttons in Photoshop and they look nice, however I’d like them to move or depress when I click on them. Can this be handled with XHTML or does...
  5. RedDucati748

    Frames & Internal Links

    Looking for a little help with my problem below. I have one page with two frames and the frames should link internally. However, instead of the left frame linking to the desired section in the right frame, the right frame data replaces the data in the left frame. I'm trying to create a table...
  6. RedDucati748

    left/right/mid function

    I'm trying to use a base class from another project and create a derived class with three new functions for left/mid/right. I'm still receiving a few errors. What am I missing in my code? Any pointers or hints would help. Thanks- #include <iostream> #include <string> using namespace std...
  7. RedDucati748

    for loop help

    I’m trying to create a program that will output a pyramid/triangle. The pyramid/triangle will use the character 'X' as found below in the both programs. The maximum height of the pyramid/triangle is 20 as found below in both programs. The first program creates a one sided pyramid/triangle...
  8. RedDucati748

    Number Comparison?

    I’m working on a comparison program to take a look at three numbers that are pre-identified in the program. The user will have the ability to select the largest or smallest number by using the (S for Small, B for Biggest). The output to the user will be the smallest or biggest depending on...
  9. RedDucati748

    WHERE clause statement?

    My question relates to the WHERE clause in my SQL statement. I ran the query with a single condition, which is shown in the SQL below. When a second condition is added to the SQL statement as shown below in the second statement the query does not pull data. I felt it could be a an operator...
  10. RedDucati748

    Access Form?

    Is it possible to turn an Access for into a stand-alone window by getting rid of the record cursor at the bottom of the form? I'm looking to be able to code the back end of the form as if it was a window or switchboard. Thank you-
  11. RedDucati748

    Access Form-Date?

    I've created a form with two text boxes. One is for start date, the other is for the end date. The Text boxes are attached respectively to fields that currently hold start and end dates for the each week from now until 2004. As the cursor arrow at the bottom of the form is pushed it goes onto...
  12. RedDucati748

    Password Mask?

    I'm trying to simply use a mask for characters that are entered into a text box. I know that there is an input mask tool for VB6, however I’m looking for the code that would be used. Thank you-
  13. RedDucati748

    MS Access Msgbox?

    I'm having difficulty with the code for a simple input box that I'm using to input a password. I’ve created the input box and hard coded a password, however I’m having an error come up when I enter in an incorrect password more than one time. I also can’t get the cancel command button on the...

Part and Inventory Search

Back
Top