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...
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...
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...
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...
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...
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...
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...
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?
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...
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...
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...
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...
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...
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.
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...
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.
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?
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...
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.
=========================================================...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.