ID:168856
![]() Aug 20 2005, 10:08 am (Edited on Aug 20 2005, 8:27 pm)
|
|
When you click a link in the browser, is there a way to make it close the window without the player having to click the x (close button) in the corner?
|
![]() Aug 20 2005, 8:28 pm
|
|
I take it from the lack of responses to this problem that no one can figure out even a simple way to do it? 8P
|
Try this:
mob/verb/lawlie() |
In addition to what Yeller said, make sure the second part of the arg (where the "window=" part was) is exactly the same as the window that you want closed
|
So, like, if I had
usr << browse ("some html junk here","window=Allarkis") area |