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 ahksar

  1. ahksar

    search engine help

    Thanks for the help. Search engines still show the old files and old urls(with query strings). I did the following. 1.Enabled removal of Query Strings From Dynamic URLs 2.Converted all database files into static html 3.All urls are relative to the root directory 4.descriptive meta tags and title...
  2. ahksar

    search engine help

    I have a site that uses CFML to access data in an access database. When I search google for data in the site, nothing gets pulled up, or if it does, it is just the top level page, and I have to click through to get to the relevant page...any help as to make my database more searchable on the...
  3. ahksar

    High security settings in IE causes problems

    gunjack, the values were sent as hidden variables, it works fine now that im passing them through the urls.. thx for your help.. ahksar
  4. ahksar

    High security settings in IE causes problems

    I have a weblog,where a user can post comments after logging in. The login works fine when the security settings in Internet Explorer are set to medium or lower, but once the security settings are high, the user is able to log in but is returned to the login screen again and again. COuld anyone...
  5. ahksar

    Deserialing arrays

    I have a publishing form, with a dynamic select field named rating. I have to publish the news articles, and the order should be in the order I select in rating. So if I have 5 articles, and I check them off and then rate them 1 to 5, I want the articles to appear in that order. I tried...
  6. ahksar

    Using CFselect

    Thanks a lot.....saved me a lot of headache:)
  7. ahksar

    Using CFselect

    I have a question in dynamically populating select boxes. How can I highlight the value that is already in the database, for instance, if I am pulling out the list of countries, and the country in the database is US, how can the selected value in the select box be set to US?How can i make it...
  8. ahksar

    Storing images

    Sylvano, Thanks a lot. ahksar
  9. ahksar

    Storing images

    I need to store images in an MS access database, and retrieve them using Coldfusion. Can I just put the url in the database, or can I store the images, and if so, how can it be retrieved? I have no idea how to go about this, so any help will be greatly appreciated. Thanks in advance.
  10. ahksar

    I am trying to generate HTML code f

    This worked just fine. Thanks a lot!
  11. ahksar

    I am trying to generate HTML code f

    I am trying to generate HTML code for a news submission page. Once the news is submitted and when I select any item, I want to generate the related fields along with HTML, so that I can just cut and paste into a web page for viewing. For example, <p><font size=&quot;1&quot;> MIDDLE EAST/PRESS...
  12. ahksar

    Using CFQUERY to retrieve records sequentially

    Many thanks Gunjack. It worked fine. I couldnt figure out the &quot;WHERE 1=1&quot; part. Thanks again. ahksar
  13. ahksar

    Using CFQUERY to retrieve records sequentially

    Gunjack, it would be great if the values could be retrieved without having to restructure the entire DB, as it is already in use. Can I use a cfloop statement in the query to retrieve each individual record? thanks ahksar
  14. ahksar

    Using CFQUERY to retrieve records sequentially

    ToolsID MediaIDFK AgeIDFK Name 1.AEABB542DA5B6813 AC7601A0-D021 AC7601AD-D021 .... 2.8BE3674DF6E93FE4 AC7601A0-D021, AC7601A5-D021 .... AC7601A8-D021...
  15. ahksar

    Using CFQUERY to retrieve records sequentially

    Gunjack, the solution that you helped me with works fine if there is just a single value in any of the AGEIDFK, TOPICIDFK, etc fields. Then all the records are retireved. But if there is more than one record, for instance, there are 2 age groups, or 3 types of media, and they are in a comma...

Part and Inventory Search

Back
Top