Results 1 to 3 of 3

Thread: RE: javascript Operated windows.

  1. #1

    Thread Starter
    Fanatic Member kaihirst's Avatar
    Join Date
    Jul 2005
    Location
    The Resaurant At the End of The Universe
    Posts
    633

    RE: javascript Operated windows.

    Hi all,

    recently on some sites such as Ebay, there are pop ups used to show such things as terms and conditions, instruction info and so on, and these are being allowed by the browser as they contain an address location bar, but it is disabled.

    Now the atribute to this soltions is locationbar javascript attribute, but im not sure how to disable this so the user cannot amend the address within th elocation bar.

    can somebody point me in the right direction??

    ta

    kai
    As the information I give is useful in its nature, consider using the RATE POST feature located on the bottom left of this post please..

    A few things that make a good Developer a Great One.
    Methodical and a thorough approach to research and design inevitably leads to success.
    Forward thinking is the key to Flow of control.
    Never test in the design environment, always test in real time, you get the REAL results.
    CBSE & OOSE are the same animal, they just require different techniques, and thinking.
    SEO is a globe of objectives, SE rankings is an end to a means for these objectives, not part of them.
    The key to good design is explicit attention to both detail and response.
    Think Freely out of the "Box" you're in..... You will soar to better heights.

    Kai Hirst - MSCE, MCDBA, MCSD, MCP, MCAP, MSCT


  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: javascript Operated windows.

    Basically you can't disable the location bar.

    But, there's a reason popup blockers were created in the first place - popup windows are supremely annoying. If you must make something appear on the page, create a floating (absolutely positioned) div element. But if it's a public site, not an intranet thing, make sure the functionality also exists and can be accessed without requiring Javascript.

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: javascript Operated windows.

    In my opinion, there's nothing wrong with requested pop-ups, as long as you only use them in the very few places where they are appropriate.

    I've never heard of disabling the address bar. I don't think it's possible in any cross-browser-resembling way.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width