client/Topic(href)
if(href=="Pages")
usr<<browse({"<META HTTP-EQUIV="Refresh" CONTENT="4;URL=http://games.byond.com/people/[usr.ckey]">"})
else ..()
/obj/player
Click()
for (var/mob/M in world)
if (M.name == name)
usr << browse("<b><font size = 4><body bgcolor=black><font color = yellow><title>[src] Desc</title>\
<br>\
<center>Name:[M.name] Key:<a href='?src=\ref[src];action=Pages'>[M.key]</a> Rank:[M.rank]\
<br>\
Race:[M.Race] Class:[M.Class]: Level [M.Level]\
<br>\
Gender:[M.genders]\
<br>\
Wins: [M.Wins] Losses: [M.Losses]\
<br>\
Status:[M.onlinestatus]\
<br>\
Guild:[M.Guild_Name]\
<br>\
<font color = green>[M.desc]","window=popup;size=524x344")
Problem description:For some reason it will not open the Topic in the browser why might it be doing this?
First, there is no need to loop and check for a "name" connection. Don't put spaces inbetween the tag and it's value, and I would go through it and revamp the page layout to use CSS but I feel that is more so your job.
EDIT: Wow, these forums do screw up a guy's indentation...