ID:264666
 
Code:
<a href=?clan&src=\ref[src]>[V.Name]</A>

client/Topic(href,href_list[],hsrc)
var/X=hsrc
if(istype(X,/clan))
usr.ShowClanInfo(X)

mob/proc/ShowClanInfo(clan/M)
var/Test = {"LOL THIS IS A TEST WHAT MORE U WANT? XD"}
src << browse(Test,"size=700x450,window=Test,title=Test")


Problem description: Well, im having a problem when i click [V.name] Nothing Happens...

Is src in wherever you are outputting the link a clan? Or is V, in which case you should have src=\ref[V]
In response to Garthor
thanks, it worked.