PDA

View Full Version : scripting question for multiple browsers


paulz
01-10-2005, 08:11 PM
i'm wondering what type of a script i would use to hide the menu, address, and status bars in the end user's page on a certain page (ie, in that template only).

ex, i have this link (http://www.musicsourcenow.com/forums/featuredsong.php) that i'd just like to show up as the applet and nothing else. i found script to resize the window how i want it, but am having no luck with the others. can anyone give me some examples/help me out?

thanks in advance!

sabret00the
01-10-2005, 08:19 PM
you can use javascript

but it'd have to be a popup
<a href="#" onClick="window.open('LOCATION_OF_PAGE.php','floatingwindow ','toolbar=no,scrollbars=no,location=no,status=yes ,width=550,height=550')">

personally i hate the status bar turned off cos i like to see when a page has finished loading.

paulz
01-10-2005, 08:46 PM
do i need to put <script> tags around that? or do i only have to do that if i associate it as a function?

<<<newb sorta

sabret00the
01-10-2005, 10:34 PM
nope you can use it as is.