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 Wanet Telecoms Ltd 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 hepower

  1. hepower

    Calling Javascript?

    No, I didn't know that. Thanks for the info.
  2. hepower

    Calling Javascript?

    I understand that I can execute code in a .js file at a certain location in my html file by <javascript src=...> type code but, how can I execute certain code in the external file if it's not in a function and I have more than just one set of instructions in that file? Can I do this? i.e. I...
  3. hepower

    Loading, Please Wait Message?

    After a bit of tweaking and slight rearranging, it turned out to be just what I needed. Thank you Victor.
  4. hepower

    Loading, Please Wait Message?

    Could someone tell me how to set up a preload page with a message stating that the page is loading and please wait? I am preloading some images and they are really slowing down my page load. Instead, I want to just load them when someone presses a link but, I don't want the page to actually...
  5. hepower

    Using PHP to copy a file

    Someone suggested that I use php to copy files. I have a set file name &quot;pic0&quot; that is used and I want to copy a different file to &quot;pic0&quot; when a choice is made in a form. I have 7 (possibly more) different files... pic1,pic2,pic3...pic7 that I need to rename to...
  6. hepower

    file(an image) copied to another name

    Jeepers, I didn't realize that this would be so hard. I figured it was just a matter of calling a function from a submit or something relatively easy. As you can see from my handle, I am only a user, a beginner at best. I do appreciate the input and tell you all thanks.
  7. hepower

    file(an image) copied to another name

    Please help if you can. What I need help with is how to do this... when a person selects a choice from a drop down box, I want to have a file(an image) copied to another name (I don't want to lose the actual files(images) so that I can reuse them) then go to a link. The link will be a...
  8. hepower

    copy and rename file

    Yes that is what I want. Would you mind expanding on that a little more? Thank you
  9. hepower

    copy and rename file

    A class uses &quot;pic1&quot;. I also want to use pic2,pic3,etc... but they have to be renamed to &quot;pic1&quot; in order for the class to work. They (pic2,pic3,etc...) are stored in another directory. How do I copy pic2 to pic1 in the directory that pic1 resides? Overwriting pic1 is no...
  10. hepower

    copy and rename file

    Could someone tell me how to copy a file to another name and directory in html or whatever? I am using a shareware/freeware program that has the name of a file embedded somewhere in the code. I can manually replace that file but what I want to do is let a user pick a choice then move the...

Part and Inventory Search

Back
Top