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

    Detect drive letter in JavaScript?

    Hi! Do you know if it is possible? I am launching an installation program from a CD that suppose to copy its files to the hard drive C:\ The autorun script launches a web browser to display an html menu and from there to trigger the installation process. Is there a way in JavaScript where I...
  2. Ayac

    Word.application gives me an error... please help!

    Hi All! I have this little code to invoke Word and load a document into it by clicking on the link. This worked fine so far but I found a computer that gives the following error message: "ClassFactory cannot supply requested class" That machine have som extra patches and goodies installed...
  3. Ayac

    I am almost there... how to launch an application?

    Here is my program. It works just fine, creates an icon on your desktop that launches IE when I click on it. My problem is how to tell to oShellLink.TargetPath to go to a certain website (www.timesheet.com)? If I put it in the website's URL, IE goes there but it uses one of the existing ones. I...
  4. Ayac

    Quots within quots?

    Hi all, I have a problem here and I do not see a good way to fix it yet. I created a search engine and it has a form where you can type your search words. When you submit your search, you got a list of results. Now that is fine, but I want a link on that page that takes you back to the form so...
  5. Ayac

    Switch between different Java versions...

    Hi all! We have a problem here that involves different technologies but for me it seems like there should be a Java way to fix it. We have a Microsoft server where we run two softwares that have web-based interface under a Windows secured, password protected area. Those computers that have...
  6. Ayac

    Authenticate using a web form?

    Hi all! I had this question before but I did not really find a good answer. We have windows password protected area on our server (Win2003) and we would like to have a nice web form up on our site that can authenticate users (let them get to the protected area) without having that ugly popup...
  7. Ayac

    Shortcut icon to the users desktop dynamically?

    I would like to create a link on my website that would create a shortcut link + icon to another website onto the user's desktop. What would you suggest to use? VBShell maybe? Help will be appreciated.
  8. Ayac

    How to create a shortcut to the users Desktop?

    I would like to create a link on my website that would create a shortcut link to another website onto the user's desktop. What would you suggest to use? VBShell maybe? Help will be appreciated. I do not know if it is possible via ASP...
  9. Ayac

    Verity and relevancy?

    I would like to know how Verity ranks the search result when it orders them by relevancy. What is it based on? The number of words in the document + how many times the file was accessed + ... or? I need an exact determination, but I could not find it anywhere... :(
  10. Ayac

    It is probably an easy one for you guys....

    How can I get the referral URL? There is a variable in ASP, it is called Servervariables("HTTP_REFERER"), what is the equivalent pair of this in Cold Fusion?
  11. Ayac

    Authenticate to the web interface?

    Hi all, I have to create a custom webpage that has a login and a password box and it can authenticate a user to his/her mailbox. Basically I want to eliminate that ugly popup window that comes in when you hit the secure, Windows password protected address. I code in ASP 3.0, we have...
  12. Ayac

    Number in form variables?

    Hi! I just wondering if it is possible in Cold Fusion to read a form variable that starts with a number? With active server pages I can do this: <% Carry=Request("000_SPONSOR") %> But can I do the same thing somehow in CF? <CFSET Carry=URL."000_SPONSOR")?? This does not work...
  13. Ayac

    Another easy one... I guess for you guys...

    Hi All, It is probably a very dummy question, but I just started Cold Fusion, anyways, so how come this: <cfset strQuery = "SELECT * FROM members WHERE FIRST_NAME LIKE 'Smith%' AND LICENSE_STATUS IS NOT NULL ORDER BY SORT_FIELD"> <CFQUERY NAME="SearchList" DATASOURCE="iMIS_Members"> #strQuery#...
  14. Ayac

    Can you do a &quot;changing variable&quot; form request in Cold Fusion?

    Hi All! It is probably an easy one for a CF programmer, but I am switching over from ASP and having a hard time with this. I know this code is bad. It suppose to fill Query String variables into an array where the variable names are Data1, Data2, Data3... Data10 and list them, on screen. What...
  15. Ayac

    Path between two machines

    Hi all, I have the following problem here. We have an intranet server and we have another server where we store Help documents. What I want to do is to write an ASP script on our intranet what dynamically generate a page, listing the foldernames as head titles and the filenames as links to the...
  16. Ayac

    Difference between tables, how?

    Hi all! Do you know how to get the difference as a result of two tables? I have two calendar tables in Access (both have the same data structure), one from last week and one from today. I would like to create a query that returns only those lines what are different between the two.
  17. Ayac

    Urgent help needed, difference between two tables?

    Hi all! Do you know how to get the difference as a result of two tables? I have two calendar tables in Access (both have the same data structure), one from last week and one from today. I would like to create a query that returns only those lines what are different between the two.
  18. Ayac

    SQL Dates misery...

    Hi All! I am trying to move my Access tables into MS SQL Server. I have Time and Date in separate columns in Access. Now I put them all together into one DateTime field. I also have a calendar progam what suppose to display only those events what are happening today. Now I need to create a...
  19. Ayac

    Windows authentication from ASP?

    I would like to authenticate users via ASP instead that popup prompt what Windows uses. We have Outlook online and we would like to create an interface for that, so whenever somebody logs in, it will take them to their email box. As I said, we would use a custom login screen instead. Do you...
  20. Ayac

    ASP + SQL, please help!

    Hi All! I am just trying to move our existing Access datatables to SQL and make everything work as it did before. The tables are in SQL now, but I have problems reading them out. I can not see some of the columns, however I did not change anything. When I do this: strQuery =&quot;SELECT *...

Part and Inventory Search

Back
Top