AdamBrill
03-08-2003, 11:38 AM
What happened to the "Help with email verification" thread?? It disappeared... :( I was in it and it was gone when I went to reply... What happened??
|
Click to See Complete Forum and Search --> : Help with email verification??? AdamBrill 03-08-2003, 11:38 AM What happened to the "Help with email verification" thread?? It disappeared... :( I was in it and it was gone when I went to reply... What happened?? khalidali63 03-08-2003, 11:41 AM lol..I know the owner or the moderator are the only 2 parties who can delete it,,.....hunm ..I wonder who could have done this...? oh by the way the link I posted was accessed 8 times in less then few mins.. Cheers Khalid AdamBrill 03-08-2003, 11:47 AM I wonder what happened... That was weird. BTW, I was 4 of the hits you got... :D I kept going back to look at it again... LOL And, about the script, your filter would filter out a .to address(and a lot of other ones). That is why I thought it was better to do it my way. Heck, the e-mail that you have on the site would get filtered out.. :D Here is my script again(just in case someone wants it): <html> <head> <title>E-mail Validation</title> <script language=javascript> function validate(formname) { if(formname.email.value.split('@')[1]!= null && formname.email.value.split('.')[1]!= null){ return true; }else{ return false; } } </script> </head> <body> <form onsubmit="return validate(this)"> <input type=text name=email> <input type=submit value="Submit"> </form> </body> </html> Dave - The original poster can delete a thread after someone has answered it??? It doesn't seem like they should be able to do that... hmm... AdamBrill 03-08-2003, 01:33 PM Originally posted by Dave Clark Yep, they surely can. Just as JavaScript cannot be allowed to "take over" a visitor's computer, I guess we have to allow the one who created a thread to be able to delete it no matter what. ;) I guess I fail to see how the javascript taking over a computer has anything to do with it... :) But, it seems like people shouldn't have the power to delete my posts. Doesn't that seem right?? Take a look at this thread: http://forums.webdeveloper.com/showthread.php?s=&threadid=4939 I personally wouldn't have been very happy if half way through the thread they would have decided they were done and deleted it. We were talking about something else and I would have been mad if it would have been gone. And, people can come back on later and search the forums to get the answer out of the same thread. If people delete my answers, then no one else will be able to learn from it. Maybe I'm the only one that thinks this way, but it seems like deleting it after there was a reply would almost always be a bad thing... AdamBrill 03-08-2003, 03:06 PM Well, just because you are a moderator probably doesn't allow you to change stuff like that, but I still think it should be the other way. ;) I just don't like the idea of someone besides moderators deleting my posts. Oh well... I'll get over it. :D Originally posted by Dave Clark (BTW, I added a post to that LLLooonnnggg thread for you.) Yup, I saw it. :) You were definately right about it being a LLLooonnnggg thread. :D I think that thread has changed topics a hundred times. ;) webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |