|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Getting rid of browser elements
I have seen browser windows that do not show, for example, an address bar or the row that contains Back, Forward, Stop, etc.
How do I control whether these elements appear in a new browser window seen by visitors to a particular page on my site? Thanks. |
|
#2
|
||||
|
||||
|
javascript
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
|
#3
|
||||
|
||||
|
This should work (sorry about the sideways scrolling):
Code:
<a title="Pop up window with no elements" onkeypress="window.open(this.href,'popup','scrollbars=no,toolbar=no,directories=no,menu bar=no,resizable=yes,status=yes,top=300,left=300,width=300,height=300'); return false;" onclick="window.open(this.href,'popup','scrollbars=no,toolbar=no,directories=no,menu bar=no,resizable=yes,status=yes,top=300,left=300,width=300,height=300'); return false;" href="yoururl.html">Pop up window with no elements</a>
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ Last edited by jabba_29 : February 9th, 2004 at 08:21 AM. |
|
#4
|
|||
|
|||
|
Your solution worked. I had to futz a bit, of course, but I figured it all out.
Thanks. |
![]() |
| Viewing: Dev Shed Forums > Web Design > Web Design Help > Getting rid of browser elements |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|