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
image galerija

 
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
spilja



Joined: 12 Mar 2004
Posts: 743

PostPosted: 21.03.2004 18:52    Post subject: image galerija Add user to your forum ignore list Reply with quote

daklem ovako. imam nekakve thumbnaile i klikom na njih otvara se preglednik ful size slije, u pop-upu koji nema nikakvu navigaciju, samo title bar.
ugl, jel se moze, i kako, slozit jedan html fajl (koji bi bio taj fulsajz preglednik, jerbo su sve fulsajz fotke iste reze) u kojem se otvara linkana ful slika? da ne moram imat posebno html za svaki fulsajz jpg.

stank you in advance.

_________________
everything is a copy of a copy of a copy.
Back to top
View user's profile Send private message Visit poster's website
che.UP
mi3.crew


Joined: 07 Sep 2003
Posts: 2320
Location: zagreb

PostPosted: 21.03.2004 18:59    Post subject: Add user to your forum ignore list Reply with quote

moze se vrlo lako uz php, ako ti to odgovara :)

_________________
UP | TypeTester | Accommodations App
Meni u Firefox-u ne radi AJAX
Back to top
View user's profile Send private message Visit poster's website
spilja



Joined: 12 Mar 2004
Posts: 743

PostPosted: 21.03.2004 19:06    Post subject: Add user to your forum ignore list Reply with quote

pfrr...nazalost ne Crying or Very sad solely html for now.

_________________
everything is a copy of a copy of a copy.
Back to top
View user's profile Send private message Visit poster's website
vedran



Joined: 08 Sep 2003
Posts: 458

PostPosted: 21.03.2004 19:06    Post subject: Add user to your forum ignore list Reply with quote

Pogledaj ovdje
http://www.mi3dot.org/forum/viewtopic.php?t=1098

tu sa js funkcijom definiras sadrzaj pop-up-a, i netreba ti ni jedan html file za full prikaz

_________________
http://www.hocusvojweb.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
spilja



Joined: 12 Mar 2004
Posts: 743

PostPosted: 21.03.2004 19:15    Post subject: Add user to your forum ignore list Reply with quote

@vedran:thx, a jel mozes jos podesit kod da ga ja manualy resizeam, tj. upisem size fotke, a ne da automatski on to prilagodjava.

_________________
everything is a copy of a copy of a copy.
Back to top
View user's profile Send private message Visit poster's website
vedran



Joined: 08 Sep 2003
Posts: 458

PostPosted: 21.03.2004 19:24    Post subject: Add user to your forum ignore list Reply with quote

Code:

<script type="text/javascript">

function popup(file,title,width,height) {
var content = "";
new_win = window.open("", "", "resizable=no,scrollbars=no,width=" + width + ",height=" + height +"");
content +="<html><head><title>" + title + "</title></head><body bgcolor=#CFDCE9 topmargin=0 leftmargin=0>";
content +="<img src=images/"+file+"></body></html>";
new_win.document.write(content);
}

</script>

_________________
http://www.hocusvojweb.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
spilja



Joined: 12 Mar 2004
Posts: 743

PostPosted: 21.03.2004 19:50    Post subject: Add user to your forum ignore list Reply with quote

puno hvala, al kak da sredim da direktno iz funkcije zove konstantnu rezoluciju, a ne da je upisujem pri svakom linkanju? znaci da je zadana samo jednom.

_________________
everything is a copy of a copy of a copy.
Back to top
View user's profile Send private message Visit poster's website
vedran



Joined: 08 Sep 2003
Posts: 458

PostPosted: 21.03.2004 20:45    Post subject: Add user to your forum ignore list Reply with quote

Code:

function popup(file,title) {
var content = "";
new_win = window.open("", "", "resizable=no,scrollbars=no,width=1000,height=1000");
content +="<html><head><title>" + title + "</title></head><body bgcolor=#CFDCE9 topmargin=0 leftmargin=0>";
content +="<img src=images/"+file+"></body></html>";
new_win.document.write(content);
}


Trenutno je 1000 x 1000 Smile

_________________
http://www.hocusvojweb.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
spilja



Joined: 12 Mar 2004
Posts: 743

PostPosted: 21.03.2004 23:29    Post subject: Add user to your forum ignore list Reply with quote

tenkju, apostrofi su mi bili viska, zato nije sljakalo Wink

_________________
everything is a copy of a copy of a copy.
Back to top
View user's profile Send private message Visit poster's website
rundll32



Joined: 26 Oct 2003
Posts: 193
Location: Zagreb

PostPosted: 21.03.2004 23:52    Post subject: Add user to your forum ignore list Reply with quote

Ja sam prije godinu-dvije radio rucno svaki html za galerije slika i ludio od toga, dok se rjesenje nije ponudilo u obliku extenzije za dreamweawer. Ona ti se zove JustSo Pop-up window, a od prije nekoliko mjeseci isti autor je napravio i odlican galery creator, koji ti iz foldera sa slikama sve sam napravi. Mislim, da ne objasnjavam, otidji na macomedia.com, potrazi JustSo i procitej opis extenzije. Naravno, ovo ukoliko kao ja ne kuzis bas HTML, jer i sam vidim da postoje i drugacija rjesenja, no nisu mi bliska Smile
Back to top
View user's profile Send private message Visit poster's website
Philatz



Joined: 22 Sep 2003
Posts: 3176
Location: Zagreb/Croatia .. London/UK

PostPosted: 22.03.2004 10:31    Post subject: Add user to your forum ignore list Reply with quote

rundll32 wrote:
Ja sam prije godinu-dvije radio rucno svaki html za galerije slika i ludio od toga, dok se rjesenje nije ponudilo u obliku extenzije za dreamweawer.

eeeee.. tell me about it. Kad sam back in the old days uploadao na nekakve free hosting servere tipa geocities pa onda forward preko .cjb.net pa sto htm fileova sa full size slikama, pa ovo pa ono... baaaaaaaaah'... Smile
Automatizacija je zakon - neophodno za moderni web.

_________________
Danger Global WarmingMidnight FormulaKunstterrorist Organisationflickrlatz
Back to top
View user's profile Send private message Send e-mail Visit poster's website
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