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

    Dictionary Tool Problem

    Hey, I'm working on a net use dictionary security tool to check my local network. I've been playing around with a few things and have come up with this for the tool. (This is not for illegal purposes). Anyhow, this is the code that I have come up with and tried on one of my computers on the...
  2. charIie

    command to file

    Thanks thats what I was looking for.
  3. charIie

    command to file

    Ah, yes I have tried a similar code, but it would only write an integer to the file. I need it to be able to take a system() call such as ping 127.0.0.1 and write that output to a file. As far as I know it can't be done normally with the fstreams. If I'm wrong let me know, Thanks
  4. charIie

    command to file

    Hello, I'm working on a small project which would be taking the output of system command and putting them in a user given file. My first attemp I was using fstream for writing to the file. All it was writing was an integer dealing with the success of they system command. After researching...
  5. charIie

    Center a div for onClick Pop-up style event

    Are you using relative positioning? Use Absolute positioning for the whole thing. I dont know if that answers your exact question, but I know working on mine, I had issues with things moving around when you change the dimentions of the window. So i made em all absolute and was able to keep it...
  6. charIie

    New DIV Pop

    Yes, thank you for all your help. I got it working with caoamo 's description.
  7. charIie

    New DIV Pop

    It would move to where it is, or overlap it. I am using css positioning.
  8. charIie

    New DIV Pop

    Lets say the image clicked is named Bob. The original <div> is named Tom. The changed <div> is named Mat. So when you click on Bob (first click) Tom changes to Mat. When you click on Bob again (second click) Mat changes to Tom. Now this could be done by hiding or layering. But most likely I will...
  9. charIie

    New DIV Pop

    I was wondering how I would go about doing this. I would like to have an image that when clicked on makes a new <div> appear in a different location. Then when the same image is click again it will go to the original <div>. Is this possible, or are there better ways to do such a thing? Thanks Brian
  10. charIie

    IE Bug with Relative Position

    Hello, hopefully someone can help me here. I have an issue with my webpage. In Firefox it works fine. What I have done is position everything using relative positioning so it works in both IE/FF. In IE it seems the original spot that they were placed still shows up and can be hilighted with the...
  11. charIie

    odd flicker problem in FF

    Hmmm, I see what you mean. Is it possible to have a dropdown menu occur in a different way in JavaScript that would get me the same/similar results?
  12. charIie

    odd flicker problem in FF

    Well, for example on www.hopfli.com, I want only the bottom of the flipped image to be used as a link. That is why I have resorted to an image map. What other possiblities are there, so I can look into them? It seems to be working fine in IE, what is causing the error in Firefox? Brian
  13. charIie

    odd flicker problem in FF

    Hey, I have been trying to sort out an issue in Firefox related to the useMap function. I have been able to get the images to switch, but it flicks on and off. It works how I want it to in IE. Let me know what you think is causing this. Thanks Here is the JAVASCRIPT: <script...
  14. charIie

    useMap issue with firefox

    Yes, Thanks, If you look at the site now, the menu for the contests does not dropdown, but stay the same size. I have the table set so that specific cell/table height is all the right size to fit the larger image. I cant seem to find out why it reduces the larger image to the smaller image size...
  15. charIie

    useMap issue with firefox

    Yes, I do mean JavaScript, thanks. The problem is 50% better. Now the dropdown appears, but the useMap will still not work.I updated it. Is there a specific reason this is happening? Also, is there a way to auto detect if javascript is enabled? So I can add something that alerts the user that...
  16. charIie

    useMap issue with firefox

    I have encountered a problem with ff not showing/using my imagemap. It works perfectly in IE, but blinks once for FF and then does not come back. What the script below does is a mouseover image switch and the new image is the map. You can see the difference in IE/FF. I have it on the web at...
  17. charIie

    I hate IE

    I made a script and I was fooling around with it off my website directory. When I opened the html file, the images were not in the directory. IE gave me an error saying the files could not be found etc. On the right click the menu still came up afterward. I think it was due to not finding the...
  18. charIie

    I hate IE

    Nevermind, It only works if the images are there! Sorry Everyone!
  19. charIie

    I hate IE

    Hello, I am still having a problem with this and it only occurs in MS IE. I run this script and left click works fine, as does right click. They open what they are supposed to. The problem that occurs is that the right click still has menucontext still comes up on the right click. But only if...
  20. charIie

    Right Click Command

    For some reason this does not work in IE? Any reason why? and how can this be corrected? Thanks

Part and Inventory Search

Back
Top