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 rhcp

  1. rhcp

    different JS methods in window

    Thanks woja, your explenation makes sense!!! window is a default so it will be best and safe like you said to choose: "window.top2.location.href". Thanks Again!.
  2. rhcp

    How do you make an image fly across the screen please?

    use what kaht wrote + to automate it do: var x; function movediv() { //basicly here you change the div corodinations //as if the starting place was x from left and y from top //now set x to x=x+1 and y to y=y+1 or in any other way } function repeat() // this repeats the movediv() //to stop this...
  3. rhcp

    different JS methods in window

    Hey All! this is what I got- "parent.window.top2.location.href='a.html';" (the code is in the main page along side the frames declerations) there are 2 other ways to code it: "parent.window.top2.location.href='a.html';" -or- "window.top2.location.href='a.html';&quot...
  4. rhcp

    How do you make an image fly across the screen please?

    Hey, if you want it to just fly horizantaly- put the imgae between &quot;<marquee>&quot; and &quot;</marquee>&quot;. I think is should work also inside tables + you can adjust the marquee width and behavoir.
  5. rhcp

    downloading time with frames

    Hey Dan, your solution seems just right! and it's simple ( y haven't I thought of that............ :c) ) Thx!
  6. rhcp

    downloading time with frames

    Hey all. I got another 1 of thoes tricky problems. let's say you have 3 frames, natrually the browser will load the first top frame. How Can you change that habit and let the browser first load the last 3rd frame?? well I know how to do this if frames were images instead => you can load them in...
  7. rhcp

    dhtml with frames

    I'll try that, THANKS.
  8. rhcp

    dhtml with frames

    hey people. I came across a bothering kina-of-theoretical problem. I just made me a nice horizetal menu bar! and it works well. here is the problem- when I click on the drop down menu, I want it to be opened below without loading again the menu code. It Can't be done with frames!- when having...
  9. rhcp

    multipal document.write()

    I didn't look at the script all to much when I replied I just saw it works and now know why my reply was stupid cause you can use &quot;pinkBananas&quot;. Thx again.
  10. rhcp

    multipal document.write()

    Thx you all- jammer1221 : Thx for giving it a try! I think you're right about the JS file. GUJUm0deL :I too think the problem lies in calling of the functions and it has to do with some basics of javascript document.() functions. I don't think I would have an error if it was made in C++. and...
  11. rhcp

    multipal document.write()

    I really need help people. I have checked my script from all ways it can be checked and my problem is with the document.write() code. I start off by writing my whole 'body' with the document.write() . at this stage all is fine!. but now, I want to rewrite the whole document again completly from...

Part and Inventory Search

Back
Top