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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BdaMick

  1. BdaMick

    math with Spry data

    This might help you out a bit. There isn't a ton of info that I can find on Spry. Check the extra link at the bottom of the reply. http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72&catid=602&threadid=1305681&highlight_key=y&keyword1=math
  2. BdaMick

    IF statement to compare values

    Currently my page uses php and I'm able to output a checkmark image in a table cell if a certain value is found in the dataset as seen below <?php echo ($row_rs_test['status'] == "Quote")?"<img src=\"/mdwapp/images/0090_check.gif\" alt=\"Check\" width=\"12\" height=\"12\">":"&nbsp;"; ?> I'm...
  3. BdaMick

    Incorporating two languages

    Perfect. Thanks so much. I think I must have mixed up my single and double quotes, b/c that was what I was trying to do.
  4. BdaMick

    Incorporating two languages

    Correct. Also, what I didn't show, I want the name="fAH" to be the rep name, so that I can pass that variable to the fucntion. make sense? Seems simple, but every version I have tried, the page failed to load at all.
  5. BdaMick

    Incorporating two languages

    How can I put this <input name="fAH" type="checkbox" value="" onclick="ToggleFilter(this.checked, ffAH);" /> into this ...while ( $row_rs_rep = mysql_fetch_array($rs_rep) ) { $repList = $repList.'<li>'.$row_rs_rep['stb_lastname'].'</li>'; } and make it work? I'm trying to have a list of...

Part and Inventory Search

Back
Top