Working on a system that is something like password recovery where ti sends it to the owner of the character, but it asks the person trying to recover the password if they want to send the message and actually displays the message, i was wondering if there was anyway around this. I'm using the following sendpage proc...
client.SendPage(message,sendpage)
message is the message i want sent
sendpage is the key that the character is registered to
any help would be greatly appreciated
ID:147532
Apr 9 2004, 2:01 pm
|
|
Apr 9 2004, 6:16 pm
|
|
Nope, there's no way around that dialog box. You could just have the password recovery function tell the player their password next time they log in, though, and only have the page inform them that their password is ready for recovery.
|
In response to Crispy
|
|
Damn, oh well i'll have to do one of those little question things then. Thanks for saving me a headache trying to null that dialouge box though.
|
In response to LilTrunks
|
|
I bypassed that dialog box by linking the person directly to Dantom's page sending URL. Brings up the 'actual' page window instead of prompting them for some text then dealing with that dialog box.
|