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: *

  • Users: samflex
  • Content: Threads
  • Order by date
  1. samflex

    populating an input text box with a dropdown list box

    Assume for a moment that I have this code that dynamically populates a dropdown listbox by querying the database(and this code works by the way), how can I get this code populate an input textbox? In other words, I want to select a value from this dropdown and populate an input textbox with...
  2. samflex

    Please help, with table formatting

    Please, please tell me what the heck I am doing wrong. I am trying to do accomplish 2 things here. One, make the pictures appear on on 3 columns like: column1 column2 column2 Almost like <td></td> <td></td> <td></td> So far it is...
  3. samflex

    Update via checkbox

    I created an update code that would update a boolean data type ( access db true/false) data type. So far, this pair of scripts work: on edit.asp: <tr> <td> <b><font color="ffffff">Printed: </font></b></td><td><input type="text" size="60" name="show" value="<%=RS("show")%>"></td> </tr> on...
  4. samflex

    Creating image rollovers

    I have a bunch of images that I need to create a rollover for but I am wondering if there is a much simpler tutorial to follow in doing so in fireworks. For instance, I have a mouse-looking select image. I want to give the user the ability to click the select image and leave them with the...
  5. samflex

    positioning one image over another

    Hello all, This is a free web site I am designing for a church affiliated organization of which I am a member. I am having a tiny little problem with positioning a flash masking image I created over another image. For instance, the image I want flash to be over is called sttsmy01.jpg. I want...
  6. samflex

    Text and Image Formatting Issues

    I have a couple of questions. I have an asp code that dumps the content of a database into a word document and sends this in an email as an attachment. This works fine. However, some of the issues we are having with this document are: One, the text appears bold in a word document even though...
  7. samflex

    checking user login and redirecting to appropriate folder

    We have a server that is located remotely and we usually use developers or other govt agencies who may be collecting data from us or sending data to us. Each (be it govt. agency or developers) must have their on folders to log in to). My boss has asked me to research the possibility of...
  8. samflex

    associating one id with one or more files

    $sLastSiteCode = ''; //loop through, echoing the rows ... if ($sLastSiteCode == $row['site_code']) { $row['site_code'] = '&nbsp;'; } else { // End the table and print new headers } $sLastSiteCode = $row['site_code']; // Print the row details as normal. <?php $conn = odbc_connect("counts"...
  9. samflex

    Call to Undefined error

    I have been struggling with this code now for a couple of days and was wondering if anyone can please assist me with it. I have a form that has a link called Details. If you click on the Details link, it will invoke this script and display the details of the records based on the id being passed...
  10. samflex

    getting unterminated string error

    Can someone, please tell me why I am getting this unterminated string error message. Thanks in advance: <td class="name" width="10%" align="center" valign="top"><font size="-1"><a href="#"...

Part and Inventory Search

Back
Top