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!

Recent content by Jawa

  1. Jawa

    SQL Concat help

    cfStarlight THANK YOU! WOKRED LIKE A CHARM!!!! THANK YOU VERY VERY MUCH!!!
  2. Jawa

    SQL Concat help

    Can anyone tell me how I can achieve the following. Right now I am getting an error that PubYear is not a valid column. Thank you! SELECT AdINFO_Publication, ADINFO_PUBLICATIONDATE_YEAR+ '-' + ADINFO_PUBLICATIONDATE_MONTH + '-01' AS PubYear FROM crAdInfo AND PubYear BETWEEN...
  3. Jawa

    Join 3 tables?

    Dear All, I hope someone can assist with this issue. I have 3 tables Profile, Agent, Agency. Profile --------- profile_id profile_name company_id company_name Agent ------- agent_id agent_name Agency ------- agency_id agency name Basically profile.company_id can hold an ID from...
  4. Jawa

    Validating dates based on select field?

    Hi All, I have a form that I am trying to fulfill the following scenario. Does anyone have any advise/solutions? I have a registration form. On the form are the following fields: -US State Pulldown -Country Pulldown -5 Night Hotel Pulldown -3 Night Hotel Pulldown -Arrival Date...
  5. Jawa

    Calendar to select minimum date

    Hi, I am curious if anyone knows of a calendar script (free or pay) that will enable to me to configure it so that a specific day and beyond is selectable? (e.g. user cannot select a date before March 25, 2007). Thanks!!
  6. Jawa

    Moving Enterprise Manager setting to a new computer

    Yeah, I tried moving the reg and nothing. I appreciate the help though. Arg, I guess I start retyping. ;)
  7. Jawa

    Moving Enterprise Manager setting to a new computer

    Hi, I am not sure if I am missing the obvious, but, I am setting up a new computer and would like to move my Enterprise Manager settings to the new PC (I really would not want to have to retype all that server registration info). Is there a way to do this? Just for clarification this only to...
  8. Jawa

    Safari and OnChange/OnClick Etc.

    This does work <input type="text" name="SKU" id="SKU" onmouseover="document.forms['frmProductDetail'].elements['SKU'].value = varSKU;">
  9. Jawa

    Safari and OnChange/OnClick Etc.

    All your help is greatly appreciated. I ran the site through a validator and it does some up with a bunch of issues (216) which I need to tak up with someone here. However, none of those errors are haulting its operation on PC/IE/FF. The safari thing is the debacle. The page in question...
  10. Jawa

    Safari and OnChange/OnClick Etc.

    I thought onChange was not valid in Safari? varSKU is global The "is width: (13 + 8)px even valid?" is dynamically set. It works in all browsers so I think I am OK there. This is so odd as it works across the board minun Safari. Thanks!!
  11. Jawa

    Safari and OnChange/OnClick Etc.

    I tried the new code to no avail: <select name="Var3" style="width: (13 + 8)px;" class="textfield" onClick="a(this.value, 3);document.forms['frmProductDetail'].elements['SKU'].value = varSKU;"> <option value="0">Select Gift Set Size</option> </select> <input type="text"...
  12. Jawa

    Safari and OnChange/OnClick Etc.

    Hi, I have some simple code: <select name="Var#ctr#" style="width: (#Len(VarientName)# + 8)px;" class="textfield" onClick="javascript: a(this.value, #ctr#);document.frmProductDetail.SKU.value = varSKU;"> Where the "document.frmProductDetail.SKU.value = varSKU;" should change the value of a...
  13. Jawa

    CFform validation and ASCII?

    I am using cfform to validate and I need to use ASCII in the message. However, when the javascript opens it shows the ASCII not the characters. As there any way around this? <cfinput type="Text" name="fname" message="&##21153;&##24517;&##22635;&##20889;: &##22995;&##21517;&##65306;"...
  14. Jawa

    one form - two different posting URLs

    Does anyone have a script to submit a single form to two different URLs. Any help is appreciated. Thanks!!!!
  15. Jawa

    loop over lists in a query to get a sum?

    I will give that a shot too! THANKS!!

Part and Inventory Search

Back
Top