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
JS window open problemchich

 
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
blackshtef
mi3.crew


Joined: 14 Sep 2003
Posts: 661

PostPosted: 26.12.2003 02:18    Post subject: JS window open problemchich Add user to your forum ignore list Reply with quote

Recimo, imam link. Klikom na link se treba otvoriti novi prozor samo sa scroll-barom, title-barom i da je resizebilan...
To sam izveo pomoću JS-a :

DIO SKRIPTE U <BODY> TAGU :
Code:
<script>
function openpopup(){
var popurl="01.php"
winpops=window.open(popurl,"","width=450,height=500,scrollbars,resizable,")
}
</script>


OBLIK LINKA :
Code:
<a href="javascript:openpopup()">Dobar dan, ja sam link</a>


I to radi.
No, ja sada trebam recimo 5, 10 linkova. Kako to riješiti? Ako išta pomaže, svi prozori koji bi se otvarali bi imali iste argumente pod window.open() funkcijom...

Anybody?
Back to top
View user's profile Send private message Send e-mail MSN Messenger
che.UP
mi3.crew


Joined: 07 Sep 2003
Posts: 2320
Location: zagreb

PostPosted: 26.12.2003 02:23    Post subject: Add user to your forum ignore list Reply with quote

hm... evo iz glave pa probaj...

Code:
<script>
function openpopup(popurl){
winpops=window.open(popurl,"","width=450,height=500,scrollbars,resizable,")
}
</script>


a onda

Code:
<a href="javascript:openpopup(01.php)">Dobar dan, ja sam link</a>



edit:
naravno, ak neko ima iskljucen js onda si mu onemogucio gledanje sajta...
Treba:
Code:
<a href="01.php" target="_blank" onclick="javascript:openpopup(01.php); return false">link</a>

_________________
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
blackshtef
mi3.crew


Joined: 14 Sep 2003
Posts: 661

PostPosted: 26.12.2003 14:19    Post subject: Add user to your forum ignore list Reply with quote

To su mi i na DZ rekli Wink

Hvala!
Back to top
View user's profile Send private message Send e-mail MSN Messenger
che.UP
mi3.crew


Joined: 07 Sep 2003
Posts: 2320
Location: zagreb

PostPosted: 26.12.2003 14:51    Post subject: Add user to your forum ignore list Reply with quote

kaj ne vjerujes susedima,a?:)

_________________
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
blackshtef
mi3.crew


Joined: 14 Sep 2003
Posts: 661

PostPosted: 26.12.2003 16:49    Post subject: Add user to your forum ignore list Reply with quote

Twisted Evil
Back to top
View user's profile Send private message Send e-mail MSN Messenger
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