ID:140247
 
Code:
var/const/help = {"



<body bgcolor=#900000>
<center>
<table bgcolor=#0080ff border=1 width=100%>
<tr><td colspan=100%><center>Professer Oak</center></td></tr>
<tr><td colspan=100%>Which Pokemon You want as your Starter?</td></tr>
<tr><td colspan=100%><a href="?1">Bulbasaur</a></td></tr>


</ul>



"}

client/verb/help()
usr << browse(help,"window=name;file=name;display=1; size=300x300;border=0;can_close=0; can_resize=0;can_minimize=0;titlebar=1")


client/Topic(href)
if(href == "1")
winset(usr, null, "command=.close")
else ..()



Problem description:guys i am having problem for closing this popup i wanted to make it like when some one choose the starter then it close auto

Use Javascript.