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

    Help With mouseover javascript menu

    I need some help. I do not know javascript. I need to be able to produce a pop-up menu when the user puts the mouse over a button or graphic. I have searched some of the Javascript web sites and can not find it. If anyone knows where I can find it or what book to buy that has the base code...
  2. Byager

    Please help with a Perl Script

    I am NOT a Perl programmer. I have a script that I need to modify and I am pretty clueless. Below I will list the script and maybe someone can help me understand it better. I am a programmer so I understand some of it. The script is an email form script. My client wants me to make the...
  3. Byager

    When I Update my DB in a CFQUERY, my DB won't close.

    How do I close my DB after I update using the code below:<br> &lt;cfquery name="ItWorks" datasource="IPdda"&gt;<br> UPDATE IPtbl<br> SET IPaddress='#CGI.REMOTE_ADDR#', hostname='#CGI.REMOTE_HOST#'<br> &lt;/cfquery&gt;<br> <br> When I look at my directory containing the DB, there is a...
  4. Byager

    Passing JavaScript Variables to CF

    I need to pass a variable from my JavaScript to CF. Is there anyway to do it? Any help is greatly appreciated.<br> <br> Thanks in advance,<br> <br> Brian Yager<br> byager@logsa.army.mil
  5. Byager

    Using JavaScript writing to a DB

    I need to be able to pass a variabl to a CF variable or write to a DB in a JavaScript. I've been told the sencond is the easier. So can any help me out? I am going to post some code and the variable "ip" is what I want to post to a single field database. Here is the code:<br> <br>...

Part and Inventory Search

Back
Top