HTML keeping a window on top

1 replies
I have a utility in a user-activated (click button java) pop up html window which I need to stay on top for site users top access the utility in the small top window whilst moving to other pages in my site.
How's the best way to do this to suit the popular browsers and not falling foul of pop up blockers? Any ideas welcome. Simpler the better.

it is on this web page Custom Picture and Photo Mounts price calculator, UK delivery (grey button "inch to cm help")
#html #keeping #top #window
  • Profile picture of the author Rizimar
    Unfortunately, you can't keep that popup window on top at all times. That would be giving more control to the site than to the visitor. Or even better, just have the tool embedded in the page in a <div> and use some CSS to position it on the right side of the page. That way, your customers won't have to open it to use it, you won't have to worry about making the tool staying on top of everything since it will already be available, and it would be much more straightforward for your customers to use.
    {{ DiscussionBoard.errors[4202498].message }}

Trending Topics