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. movium

    Update query won´t work

    Hi, I´m starting to lose my mind on this problem I can´t find what´s wrong. I´m creating a simple update procedure for an admin page. I followed a very basic tutorial on the web. I have problem at all to get the update to work when using the examples in the tutorial, but when reconfiguring my...
  2. movium

    Page scroll script that works with NS4+?

    Hi, is there anyway to add a scrollable area to a webpage that works in Netscape 4+, without having to make the layers absolutely positioned. I have tried Brattli´s (http://www.dhtmlcentral.com/) very good page scroll script, but it won´t simply work with NS4. Regards Niclas Östlund
  3. movium

    CFIF give me info, CFELSE Not

    Hi, I have list of courses that we are offering at the University. Each course in the list links to a new page that is giving information about the specific course. The information is given in two steps over time before the course starts. 1. short info(at the beginning). 2. further info, cost...
  4. movium

    Creating new pages from template

    Could you explain how this row in the query you suggested works. where courseID=#url.courseID# Regards, Niclas
  5. movium

    Creating new pages from template

    Hi, I´m developing a dynamic site for the departement at the university where I work. Until now there has only been minor probs. But now I will have to sink my teeth into the more difficult ones. We offer a variety of courses at Movium. I have created a template which is supposed to give basic...
  6. movium

    CF login app

    Hi, has anyone tried out a login app called Security Framework by Dynamic Site Solutions (Michael M Moss)? I´m having problem with the configuration of the app. The instructions say that I can change the ClientVariables to be written in the "Registry" to "Cookie". But it...
  7. movium

    Passing information to build a new page

    I got a page with a list of publications. Each publication has the following info in a database: Author, Title, Introduction and Number. What I want is to make a link from each title to a new page that gives some introductory text. I would like to avoid having a new page for each publication. In...
  8. movium

    Code for only showing data in a certain date interval

    Hi, This is my QUERY today: <CFQUERY NAME=&quot;Aktuellt&quot; DATASOURCE=&quot;movium&quot;> SELECT * FROM UTBILDNING WHERE DATE_UTBILDNING < #DateAdd('D', 90, Now())# ORDER BY DATE_UTBILDNING </CFQUERY> The query is supposed to pick courses that has todays date and 90 days forward...
  9. movium

    Avoid indexing unwanted/restricted areas of site

    Strangely eventhough I temporarily take the resticted files away to another folder during the indexing, the files are searchable afterwards. How does verity work really? When I do a search for a certain word verity returns the same page several times to the results page. Can I come around that...
  10. movium

    Highlight keywords from search in webpage

    Hi, How do I highlight keywords from verity search in the webpage? I would like to highligt the keywords in cfm-, pdf and htm-files Regards Niclas Östlund
  11. movium

    Avoid indexing unwanted/restricted areas of site

    Hi, How do I avoid that Verity indexes unwanted/restricted areas on my site? Niclas Östlund
  12. movium

    Verity search: starts to download cf-files instead of opening them

    Hi, The problem occurs when I want to see cfm-files The following is the exact address to on of the files that I try to reach...
  13. movium

    Verity search: starts to download cf-files instead of opening them

    Hi, When I`ve done a verity search on my site and click on the found links I get a dialogue window that ask if I want to &quot;open this file from its current location&quot; and &quot;Save this file to disk&quot;. Why is this happening? Why doesn´t the file open in my browser? Htm and pdf-files...
  14. movium

    CF calendar webapp syncing with Palm

    Hi, does anyone know if there is a webcalendar application that can be put on a site and that also gives the visitor the possibility to sync the calendar with his or hers Palm device online? Niclas Östlund

Part and Inventory Search

Back
Top