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 ramblenman

  1. ramblenman

    PHP help

    Where can I go for php help
  2. ramblenman

    whats wrong with this

    This is my script, but I cant get it to work, I think I just have some stuff in the wrong place of something done wrong. any help would be apriciated. Thanks <HTML> <HEAD> <TITLE>slide show 1</TITLE> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin var Pic = new Array() ; Pic[0] = '003.jpg'...
  3. ramblenman

    refresh problems

    I am having a problem with a site I am working on. Most of the site is 1 page type thing at a time, but I have 1 section that has a frameset and 2 frames. My problem is that when a user is in the frameset and clicks on the home button, the home page shows up in the right frame. I belive I have...
  4. ramblenman

    getting variables from window

    I have a frame set. in this frame set I have 2 frames. I have all of my variables loaded into the frameset so I can use them in both frames. I have decided to add a new window with an on click( opens a new window, leaves the other one open). Is it posible to get variables out of the frameset...
  5. ramblenman

    need help to load a new window

    thank you chessbot, I knew I was missing something
  6. ramblenman

    need help to load a new window

    I what to load a new window when a person clicks on the link. I know how to do this to link to a new site, but it does not seem to work for loading a html document. Is this possible? I need to open this file into a new window without closing the one it was opened from. I have enclosed my script...
  7. ramblenman

    back ground help

    I have a Page with 2 frames(javascript) .I want to place a background on 1 of the frames, I used the following: <body background="chillpics/marble background.jpg"> This does not work, what is wrong?
  8. ramblenman

    adding 2 functions to 1 on click

    Thanks muchly, that works perfect. Thanks again .
  9. ramblenman

    adding 2 functions to 1 on click

    I need help with this because I can not get it to work. I want to change this so that instead of a user clicking on the "click here to continue", when a person clicks on the picture, the new frame automaticly loads. Basicaly I just want to combined the 2 functions. When a user clicks on the...
  10. ramblenman

    change pic in frame

    I have 2 frames. In the first frame, I have a series of pictures. In the second frame I have 2 other pictures. In the first frame i want the user to click on a picture and that picture will then replace 1 of the 2 in the second frame(depending on what pic it is) does anyone have a code for this?
  11. ramblenman

    what is wrong with this

    Mbiro, Thanks, thats a good idea.. I think I mat just do that. Thanks again
  12. ramblenman

    what is wrong with this

    I have some pics. they all have a different value assigned to them. I want the photo that is chosen to show up on a new page and the value to be used later in a caculation. I have come up with this script(with some help), but it will not direct me to the new page. <html> <head>...
  13. ramblenman

    image and a value

    thanks, that helps a bit, still I have a lot to learn
  14. ramblenman

    image and a value

    I have been trying to learn Java script, but am having a problem. I think what I want to do is fairly simple but im not sure. any examples would be greatly apreciated.I have a series of pictures and I would like to asign a numeric value to each of them to be used in a caculation later on. when...

Part and Inventory Search

Back
Top