Quote:
Originally Posted by Parker Clack
briansol:
Great job. Do you think that instead of a post up that you could write that private message is sent?
Thanks,
Parker
|
that would require some actual coding

Again, this is just a simple mod, and no where near that advanced.
Quote:
Originally Posted by Parker Clack
What code would you put in to close the alert box only. I know how to close the alert box but the self.close() will close out the tab or browser. I want to be able to close out the alert box and have the page that it pops up on remain.
Parker
|
its not a window... its just an absolute positioned div that is css styled to either show or hide depending on the condition.
to close it, you'd have to call a js function that sets the style back to hidden, and cookie the user, and figure out a good time to expire said cookie...
problematic at best.