Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


opening pages in full screen

 
Logged in as: Guest
arrSession:exec spGetSession 2,3,1414
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> ASP >> opening pages in full screen
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 opening pages in full screen - 9/30/2004 1:24:10 AM   
  cilla

 

Posts: 3
Score: 0
Joined: 9/30/2004
From:
Status: offline
hi,
Do someone now how to open my pages width no toolbars,menubars. I now how to open new windows with this, but not how to open my first window.
I am programming in ASP.
Cilla
 
 
Post #: 1
 
 Re: opening pages in full screen - 9/30/2004 3:18:26 AM   
  dalejwright22

 

Posts: 11
Score: 0
Joined: 9/15/2004
From: United Kingdom
Status: offline
You use Javascript to do this. You set prop's of the window object. try this:

Code:
<script type="text/javascript">
function openwindow(url)
{
window.open(url,"pop","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=yes, width=600, height=450")
}
</script>


then use this hyperlink

<a href="javascript:openwindow('YourPage.htm');">

(in reply to cilla)
 
 
Post #: 2
 
 Re: opening pages in full screen - 9/30/2004 6:42:29 PM   
  cilla

 

Posts: 3
Score: 0
Joined: 9/30/2004
From:
Status: offline
Where do I put this code. I tride to put it in the global.asp file in session_on start and in application on start. That didn?t work. Then I put it befor the <html> container in my login file,but it dosen?t work. Where should I put the hyper link?

(in reply to cilla)
 
 
Post #: 3
 
 Re: opening pages in full screen - 10/3/2004 12:41:57 AM   
  dalejwright22

 

Posts: 11
Score: 0
Joined: 9/15/2004
From: United Kingdom
Status: offline
Please can you explain a little more as to what you are trying to do.. Are you just trying to open new windows with no toolbars, i.e every single window or is it just certain windows. you need to clarify excactly what you what to don

(in reply to cilla)
 
 
Post #: 4
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> ASP >> opening pages in full screen Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts