Click to See Complete Forum and Search --> : javascript


bergman
05-08-2003, 05:04 PM
hello!


I want an javascript that exclude all the menus and similar things so all that remain is the blue-bar ont top.

So when u open a website u only get the blue-bar.


help me pleas.....

khalidali63
05-08-2003, 05:07 PM
If I understood your question correctly,try this link

http://68.145.35.86/skills/javascripts/CentralizedPopupWindow.html

pyro
05-08-2003, 05:07 PM
You will need to open a new window to do this. Here's how...

<a href="yourpage.htm" target="_blank" onclick="window.open(this.href,'','width=400,height=300'); return false;">Open window</a>