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 Chriss Miller 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: Pirellio
  • Content: Threads
  • Order by date
  1. Pirellio

    Hover Image doesn't go away in IE6

    Works good in FF, in IE6 the images appear, but when I mouse out the images stay, even when I mouse over the next preview. IE6 images stay, need to have them go away on mouse out. <style type="text/css"> /* =Hoverbox Code...
  2. Pirellio

    Posting form to one external url, but sending user back to same url

    I want to submit information to an external client The form is on www.myurl.com then onsubmit www.external.com?this=that The external url is a lotus notes db can't use a redirect back to my url focus back to in the onsubmit www.myurl.com your email sent Any Ideas??
  3. Pirellio

    application.cfc onSessionEnd isnt running my query

    Cant seem to get my query to run when the session times out. When a person logs in I set their id to session.userid Now when the session times out, I want to run this query <cfquery datasource="#application.dsn#"> UPDATE Logger SET therein = '0' WHERE logerid = #session.userid#...
  4. Pirellio

    5 different named checkbox, have to make sure one is checked

    I have 5 different named checkboxs, have to make sure at least one is checked on submit Any Ideas
  5. Pirellio

    Trying to clear text field on checkbox unchecked

    Ok a person clicks on the check box the text field populates with a number 1 I want it to clear if they uncheck the text box now but can't Here is the code - see function Quantity1() <script language="javascript"> function OnlyNumbers1() {...
  6. Pirellio

    Get page title and set it to a variable.

    Get page title and set it to a variable. <title>Home Page</title> <c:set var="theTitle" scope="page" value="<title>"/> <meta tag name="Funnel" content="<c:out ${theTitle}/>"/> Any idea how to achieve this goal?
  7. Pirellio

    Set page title to a variable I can use

    I need to Set page title to a variable I can use in a meta tag. I get this to work - and title shows in the input field <SCRIPT LANGUAGE = JavaScript> //alert(document.title) function getTitle() {document.titleForm.theTitle.value = document.title}; </SCRIPT> <body onload="getTitle();"> <form...

Part and Inventory Search

Back
Top