Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Otvaranje web-stranice u odredenoj velicini bez toolbar i ostalih browser's opcija

[es] :: Flash :: Otvaranje web-stranice u odredenoj velicini bez toolbar i ostalih browser's opcija

[ Pregleda: 4711 | Odgovora: 1 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

enco1
enco vareni

Član broj: 13509
Poruke: 109
*.speed.planet.nl



Profil

icon Otvaranje web-stranice u odredenoj velicini bez toolbar i ostalih browser's opcija31.05.2004. u 10:51 - pre 242 meseci
Htio bi da se animacija koju sam napravi i stavio na internet otvara automatski u odredenoj velicini koja se nemjenja i bez opcija standarno vidljivih na web stranicama.Jel neko moze pomoci.
Stranica je inace kompletno napravljena u flash-u a animacija direktno pocinje prilikom pozivanja glavne (pocetne) straneice na sajtu.
 
Odgovor na temu

enco1
enco vareni

Član broj: 13509
Poruke: 109
*.speed.planet.nl



Profil

icon Re: Otvaranje web-stranice u odredenoj velicini bez toolbar i ostalih browser's opcija31.05.2004. u 12:55 - pre 242 meseci
Nema problema nasao sam na internetu za one koji neznaju evo ovdje.
Pozdrav.


<!-- TWO STEPS TO INSTALL WINDOW SIZER:

1. Paste the first code into the HEAD of your HTML document -->
2. Copy the final coding into the BODY of your HTML document -->

<!-- STEP ONE: Copy this code into the BODY of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function regular() {
window.open('window-sizer.html','640x480','toolbar=yes,status=yes,scrollbars=yes,location=yes,menubar=yes,directories=yes,width=640,height=480')}
function large() {
window.open('window-sizer.html','800x600','toolbar=yes,status=yes,scrollbars=yes,location=yes,menubar=yes,directories=yes,width=800,height=600')}
function smallmacdefault() {
window.open('window-sizer.html','Mac','toolbar=yes,status=yes,scrollbars=yes,location=yes,menubar=yes,directories=yes,width=470,height=300')}
function smallpcdefault() {
window.open('window-sizer.html','PC','toolbar=yes,status=yes,scrollbars=yes,location=yes,menubar=yes,directories=yes,width=580,height=300')}
function mediummacdefault() {
window.open('window-sizer.html','Mac','toolbar=yes,status=yes,scrollbars=yes,location=yes,menubar=yes,directories=yes,width=470,height=430')}
function mediumpcdefault() {
window.open('window-sizer.html','PC','toolbar=yes,status=yes,scrollbars=yes,location=yes,menubar=yes,directories=yes,width=580,height=430')}
function largemacdefault() {
window.open('window-sizer.html','Mac','toolbar=yes,status=yes,scrollbars=yes,location=yes,menubar=yes,directories=yes,width=470,height=600')}
function largepcdefault() {
window.open('window-sizer.html','PC','toolbar=yes,status=yes,scrollbars=yes,location=yes,menubar=yes,directories=yes,width=580,height=600')}
// End -->
</SCRIPT>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<BODY>

<FORM>
Open a window 640 x 480 pixels:
<INPUT TYPE=BUTTON VALUE="640x480" onClick="regular()">
<P>
Open a window 800 x 600 pixels:
<INPUT TYPE=BUTTON VALUE="800x600" onClick="large()"><P>
<HR>
<P>
Default Netscape Browser sizes:
<P>
<B>640 x 480</B>
<BR>
Mac = 470x300:
<INPUT TYPE=BUTTON VALUE="Mac" onClick="smallmacdefault()">
<BR>
PC = 580x300:
<INPUT TYPE=BUTTON VALUE="PC" onClick="smallpcdefault()">
<P>
<B>800 x 600</B>
<BR>
Mac = 470x430:
<INPUT TYPE=BUTTON VALUE="Mac" onClick="mediummacdefault()">
<BR>
PC = 580x430:
<INPUT TYPE=BUTTON VALUE="PC" onClick="mediumpcdefault">
<P>
<B>1024 x 768</B><BR>
Mac = 470x600:
<INPUT TYPE=BUTTON VALUE="Mac" onClick="largemacdefault()">
<BR>
PC = 580x600: <INPUT TYPE=BUTTON VALUE="PC" onClick="largepcdefault()">
<P>
<P>
<HR>
<P>
Close this Window:
<INPUT TYPE=BUTTON VALUE="Close"
onClick="window.close()">
</FORM>

<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 2.79 KB -->
 
Odgovor na temu

[es] :: Flash :: Otvaranje web-stranice u odredenoj velicini bez toolbar i ostalih browser's opcija

[ Pregleda: 4711 | Odgovora: 1 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.