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!

Search results for query: *

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

    Google Translate Issues w/Javascript Navigation

    We're using Google Translate on our site. When we translate a page and hit a regular link to another page, it displays as translated (that's what we want), however when selecting one of our navigation links (which are javascript includes), the new page goes back to English. Does anyone have a...
  2. LOW

    Date Range

    I'm trying to set a date range that will return something like this: 20080101..20090101 by using the following daterangeparm="+inmeta:DOC_DATE_NUM:" + year + "0101.." + (year+1) + "1231"; however, what is returned is: 20080101..200810101 The "1" is being added in as part of a string. How do I...
  3. LOW

    XSLT Question

    I'm going to rephrase my earlier question and hopefully make it more clear. Now, the value of target attribute is being returned in the results as “target=”_self”. The problem is that all records have that attribute value in the link. The records containing “sirepub” in DOCUMENT_URL should...
  4. LOW

    XSLT help

    I'm trying to add a little more logic to the following template named "drawcell" specifically to the "target" attribute within <a>. If the value within the DOCUMENT_URL column row contains "sirepub", I'd like the value to be "_blank", otherwise the value should be "_self". The param...
  5. LOW

    XSLT logic needed

    I'm trying to add a little more logic to the following template named "drawcell" specifically to the param "linkfield" (top section of code). If a particular field DOCUMENT_URL contains "pubtest" in the url, I'd like the value to be <xsl:value-of select="MT[@N='DOCUMENT_URL']/@V"/> rather than...
  6. LOW

    Link Target

    I'm attempting to put some logic into a dynamically generated page with links. For example, if a link contains 'pubtext' in the url, I want the link to open in another window (target=_blank"). All other links to open in the same window (target="_self"). I"m just not sure how to accomplish this...
  7. LOW

    Required Field

    I have a form w/5 fields used for a search. It is required that one of the fields (doesn't matter which one) has input. If none of the fields has input, I either want an alert box to pop up or to block the submit. I know how to do this w/specific required fields but not sure how to accomplish...
  8. LOW

    Format Phone #

    I would like to force a certain phone format xxx-xxx-xxxx in a form text field. Does anyone have an idea how to do that? Thank you.
  9. LOW

    Tracking Number for form submittal

    I currently have a form that when submitted writes to a flat file as well as generates an email. I need to also return a tracking number for each submittal. Does anyone have any ideas for how to accomplish this?
  10. LOW

    Macro to add next week of dates to spreadsheet

    The following module is meant to generate the next week (day of week in one column; actual date in the next). When I execute it, the days of the week populate the cells correctly but the date is incorrect. Rather than the next week following the week listed above, it's the week prior. Any ideas...
  11. LOW

    Toggle between radio buttons

    I have a form with radio buttons. I would like to be able to toggle between the buttons without using the mouse. Unfortunately, when I either hit the tab button, it moves me on to another group of fields. If I use the down or up arrows, nothing happens. Any ideas how I can control this? <p>Was...
  12. LOW

    Object Expected error in Internet Explorer

    I have two google search boxes on a page. Although, they both work fine in Firefox, in Internet Explorer, I get the error "Object Expected" when I hover over the first search box. It also is not function when I click on the submit button. When this search box is on a page alone, I don't get the...
  13. LOW

    Form submittal count

    I'm currently working on an html form with a simple question, and a choice of one of 3 answers (radio buttons). There is not one correct answer, I would simply like to get a popup when submitted that indicates how many people selected each answer. Does this make sense to do w/a cgi script? Any...
  14. LOW

    Form count

    I'm creating an html form with one simple question and the option of selecting one of three answers (radio buttons). When submitted, I would like a popup that would display the correct answer (I can hard code that) and a running count of the number of times the form has been submitted. Is this...
  15. LOW

    delselect radio buttons

    I have several different sets of radio buttons on my form. I would like the ability to deselect/clear a button button selection is each of these sets. I'm not sure how to accomplish without clearing the entire form.
  16. LOW

    have script automatically update spreadsheet

    I currently have an html form that when submitted executes a perl script that writes directly to a .txt file. I would like to also have that .txt automatically update an excel spreadsheet each time it's updated rather than have to manually import into that spreadsheet. Does anyone know how I can...
  17. LOW

    Navigation

    When I'm on a page with a link to it in my bottom navigation, I would like the underline (text-decoration)for that particular page link to disappear, and then reappear when I've moved on to another page. I'm really not sure how to accomplish this. I welcome any ideas you may have.
  18. LOW

    Save As dialoge box

    I have a link to a file with a .dwf extension. Does anyone know if there is a way to force a "Save As" dialoge box to open when clicking on the link rather than opening the file directly?
  19. LOW

    SSI Navigation

    I've created secondary navigation within a website using an SSI file. It's a list of links. I would like to add some logic so that when you're on one of the pages in the link list, that particular link becomes inactive or perhaps just without text-decoration. I'm not sure how to go about that...
  20. LOW

    Select option with onClick

    I have two forms on the same page. They're both drop down lists using onClick to proceed to the selected page. However, no matter what option I select, I always go to the same page. I'm sure I'm overlooking something very obvious. =========================================================...

Part and Inventory Search

Back
Top