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!

Search results for query: *

  • Users: rhcp
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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