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 strongm 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: *

  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

    Is there a way to access a VB program with a CF page?

    Are you trying to use COM's or CORBA? If so, you can use cfobject to do this.
  4. 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...
  5. Byager

    Passing JavaScript Variables to CF

    That is exactly what I needed. Thank you very much.
  6. Byager

    Default cfdocs directory

    Go to this URL- http://forums.allaire.com/devconf/Thread.cfm?&Thread_ID=63129&mc=3<br> They also had similiar problems.
  7. Byager

    Default cfdocs directory

    I think you need to go to CF Administrator and map another directory. CFDOCS is under the root directory. So if you map another dir, you should be able to do what you need.
  8. Byager

    Passing JavaScript Variables to CF

    Thanks Doug. Since I can't do what I need on the same page, how do I pass a variable to another page? I am not very familiar with Java so please bear with me. From my script, can I go straight to another page passing my variable? If so, how?. Then when I am on the other page, how do I get...
  9. 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
  10. 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