ID:179288
 
how do i make it so when the usr logs in or clicks a button it auto takes them to a site?
mob/Login()
src<<browse(link("http://www.byond.com"))
..()
In response to Nadrew
thanks..........I got to go feed my dogs.........../..............They are barking for food.................I dont wanta feed them..............Im to lazy.....................Why are you still reading this..........Why am i still typing this..............Well im going to go feed my dogs now.............Bye..........C ya later............Im now geting up.................No wait i got to hit the post button..............i had better do that now............or should i?...............wait i should................stop reading this....................NO................who sed that...........................................Got ya nothing here................No wait i just put something there :( ......................................................................................................................................THE END
In response to Nadrew
Nadrew wrote:
mob/Login()
src<<browse(link("http://www.byond.com"))
..()


Actually in the case of going to an external website, the browse() part is unnecessary.
client/New()
src << browse({"
<form><input type=butten value="TextMUD is COOL!" onClick="window.loc='http://www.byond.com/hub/LordofWater/TextMUD2/0'"></form>
"}
)
..()

Should work!
In response to Air Mapster
That used to work for me, has something changed because it's dead now.