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 bkrike 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 d2ned

  1. d2ned

    How does iFrame work with server connections?

    Hi, this might seem like a silly question, but I started wondering about how the iFrame tag actually works with server connections. When a page is loaded from server A which contains an iFrame that points to server B, is this iFrame connection strictly between the browser and server B or is...
  2. d2ned

    Is there a ad/banner management software WITH sales tools out there?

    Hi people! This forum seemed like the most logical place to throw my question - do you know of a software for maintaining banners/ads that would include tools for the sales people as well (such as prices, sales times & such)? My company has been having a lot of trouble lately with the...
  3. d2ned

    simple dynamic function name with javascript

    well guys, can't really thank you enough, the script is working like a charm. my initial mistake was in presuming that the window.open would actually work without the first parameter. i ended up using a sort of dynamic variable, if you will, instead of redoing the function every time i need a...
  4. d2ned

    simple dynamic function name with javascript

    oh, sorry again Lee, that was silly of me, that would never work, i've tried literally dozens of versions during the last few days so getting a bit desperate. but as you said, there's probably many things wrong with it. but, i really tried with excactly as you kindly adviced, and with my...
  5. d2ned

    simple dynamic function name with javascript

    hey guys, i'm going to have one more go at this, it seems this can't be done that simply. at least the problem seems to be inserting the JSTL tags i'd need for the text lines (for finding the correct image, image description texts & such). what i've been trying now is: <script> var popups =...
  6. d2ned

    simple dynamic function name with javascript

    Trollacious, sorry for being unclear: i meant excactly what you thought - what I was trying to do was create different function for each popup, and that causes the problem when each popup function is generated with the same name. I actually don't know if that's even wise but I'll explain a bit...
  7. d2ned

    simple dynamic function name with javascript

    Hi mate, looks like your code in itself works, but it seems it still creates a problem, as the function names are the same, so it just calls the last script it creates, no matter what link you click - as all of the links created are onclick="detail_popup();" Here's the HTML it generates...
  8. d2ned

    simple dynamic function name with javascript

    Hi! Id need ANY help you guys could spare on this matter: I'd need to do a dynamic script with the idea that i'd loop trough an list of items and create a ready popup window for each item. But I simply can't seem to get the function name to work. Is there ANY way to create the function name in...
  9. d2ned

    Free text search from multiple columns

    Hi, I tried PHV's approach last month, but I kept getting errors about the syntax. I revisited your advice now and tried to modify it further, but I can't seem to get it working. What could be wrong with this approach? I'm still trying to accomplish the same thing - I'd need a sql statement...
  10. d2ned

    BDE won't uninstall or reinstall

    Hi, I've been deploying BDE by installing the BDE Information utility with my app which has the BDE 5.2 with it. However, today one of these BDE packages stopped working and when I unistalled and removed all registry keys and folders (borland shared) it still complains about "Conflicting...
  11. d2ned

    Checking if a DB field has a value

    Amorous, your if-then worked perfectly! Thank You for your most valuable help! -Jim
  12. d2ned

    Checking if a DB field has a value

    Amorous, I see where you're going with this. I'll try this approach during the weekend! -Jim
  13. d2ned

    Checking if a DB field has a value

    Hi, I'm struggling with a pretty simple matter.. I'm moving from HTML to ASP completely and I have this free classifieds site, that shows ads as search results from a single database table. The problem is, that some field values can be empty (or null) as in the seller has a cellphone but not a...
  14. d2ned

    Delphi app using ODBC crashes in XP pro

    Could this be a problem related to the version of the ODBC drivers?
  15. d2ned

    Delphi app using ODBC crashes in XP pro

    Hi Delphi people, I'm having serious trouble running my Delphi app in a Windows XP Pro machine. It uses a System DSN and to my knowledge all settings should be in perfect order, I've set up a system DSN driver for my Access DB and all directories are just fine. I've managed to get the app to...

Part and Inventory Search

Back
Top