Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
Fullscreen

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
Julius



Joined: 18 Dec 2004
Posts: 376
Location: Jastrebarsko

PostPosted: 02.02.2005 17:15    Post subject: Fullscreen Add user to your forum ignore list Reply with quote

Kako napraviti da se stranica otvara u full screenu??? Kao npr od Jamnice kada se klikne na pokreni web...???
Back to top
View user's profile Send private message Send e-mail Visit poster's website
imbrod
Guest





PostPosted: 03.02.2005 14:04    Post subject: Reply with quote

Koliko ja znam (neka me netko demantira) dva su uvjeta:

- Da postojeci window otvara novi window koji je fullscreen
- Da se to dogadja samo u IE

ako ti to odgovara, onda:

<script language="JavaScript" type="text/JavaScript">
function otvori(xx) {
window.open(xx,"","fullscreen,alwaysRaised");
}
</script>

i onda

<a href="javascript:otvori('stranica.htm')">.....</a>

gdje je alwaysRaised property od NS koliko se sjecam, ali neces faliti...
Back to top
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group