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!

Recent content by Arachnid

  1. Arachnid

    cf administrator password??

    Its stored as a registry key...<br> <br> Go hunting in:<br> <br> HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Server<br> <br> For: <br> <br> AdminPassword<br> <br> Just clear it and it will reset the password to nothing. You can then login and setup your new admin password.
  2. Arachnid

    Setting up development mappings

    Any easy way round this if you are on the same network is to share the webroot on the server. If you use NT then share it as webroot$. Then map it on your client as a network drive in this example we'll use G:. The settings you will need if you use the settings above are:<br> <br> In NT/95 etc...
  3. Arachnid

    CF Insert in a form that spans multiple pages

    The Idea of using hidden form fields can be made a lot easier by using a custom tag.. I took the initial idea from Ben Forta and made it a lot easier to understand.<br> <br> Create a page called embedfields.cfm in your c:\cfusion\custom tags directory. The page should consist of the code...
  4. Arachnid

    Set field/entry focus

    Use javascript in the &lt;body&gt; tag of your page.<br> <br> Use this syntax:<br> &lt;body onload=&quot;document.myform.myfield.focus();&quot;&gt;<br> <br> With the code above you have to give your form and field a name eg name=&quot;myform&quot; and name=&quot;myfield&quot;.<br> With the next...
  5. Arachnid

    Encrypting Cold Fusion Code

    Take a look at the Cold Fusion utility CFCRYPT.<br> Be careful though as its a one way process. Allaire do not provide a CFDECRYPT (for obvious reasons). So make sure you backup the the code you are going to encrypt before you try this process.

Part and Inventory Search

Back
Top