ID:167010
![]() May 15 2006, 2:56 pm
|
|
How do you remove close and resize at the top of a window u pop up in your game, an add a close html link at the bottom?
|
Still same error, i put if("close" in href_list)
and there is no errors, but it just doesnt work, this i what i got client/list/Topic(href_list) |
Closing the window using a link at the bottom is fairly simple. There may be a Javascript way to do it. Look in the reference here.
Or, you can use a BYOND link to do it, like so:
Then, in the HTML in your popup, just add
"<a href='?close=((window name))'>Close Window</a>"
Make sure that, in the future, you check the reference before asking questions -- it shows that you care about getting answers, not just having me do the thinking for you. (And if you did check the reference, say so -- I only assume that you didn't check it because I know that part of your answer can be found there)