vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   scripting question for multiple browsers (https://vborg.vbsupport.ru/showthread.php?t=74154)

paulz 01-10-2005 08:11 PM

scripting question for multiple browsers
 
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 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
HTML Code:

<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.


All times are GMT. The time now is 04:24 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00915 seconds
  • Memory Usage 1,713KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete