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 wOOdy-Soft 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 febwgdk

  1. febwgdk

    Does IE have an equivalent of Netscape's window.stop()

    Thank you adam0101. That works a treat.
  2. febwgdk

    Does IE have an equivalent of Netscape's window.stop()

    Nice one! The problem I've got still remains though. Maybe if I'm a bit more specific... I have a web page consisting of frames and iframes, where users can 1) submit forms whose targets can be one of the frames or iframes; 2) alter the location of one of the frames or iframes. In each case...
  3. febwgdk

    Does IE have an equivalent of Netscape's window.stop()

    Are you saying any site served up in Netscape can potentially trap you, since window.stop() is a documented command supported by Netscape?
  4. febwgdk

    Does IE have an equivalent of Netscape's window.stop()

    Does anyone know how I can programatically cancel what is being loaded into a window?
  5. febwgdk

    How do I avoid appending to window's history?

    OK, I've got it... location.replace(url) does it
  6. febwgdk

    How do I avoid appending to window's history?

    I have a tree menu, where, each sub menu is only loaded when required. Loading entails submitting a request which returns, into a separate frame, javascript to create the sub menu on the frame where the menu is being displayed. The trouble is, the request, which involves submitting a form, is...
  7. febwgdk

    DIVs on top of applets

    Yes, frameborder does the trick. Thanks alot.
  8. febwgdk

    DIVs on top of applets

    Thanks, that seems to work! Except I can't get rid of the thin inset border around the iframe, or is it part of the iframe. Using the style settings to alter the border settings for the iframe tag merely affects the border around the inset 'border'. Do you know if I can get rid of this border...
  9. febwgdk

    DHTML and the browser history

    Essentially, I'm doing the following in javascript which resides on the top window, which is a frameset, one frame of which is view_window, which is where the menu is displayed. div = view_window.document.createElement("div"); div.id = div_id; div.style.position =...
  10. febwgdk

    DHTML and the browser history

    I have a tree menu which creates div elements and adds them to the document to render the child menu options as and when they need to be displayed. I am doing document.createElement("div"). The trouble is each time I do this the browser adds an entry to its history array, which means...
  11. febwgdk

    DIVs on top of applets

    Thanks. I had a feeling that was the way of it. Never mind.
  12. febwgdk

    DIVs on top of applets

    Does any know if there is any way of overlaying a div on top of an applet? Even if it means disabling the applet in some way, that shouldn't matter. You see, I have a web page with an applet rendered by way of an object tag, and I am dynamically creating div elements as part of a tree menu...

Part and Inventory Search

Back
Top