Blockland Forums > General Discussion
DONE FOREVER. MODERATOR PUT THIS IN THE FAIL BIN / Delete it!.
Jeep:
--- Quote from: Lugnut on August 09, 2012, 02:36:03 PM ---broken link - it linked to "javascript:" which isn't valid. javascript:#, yes. javascript:actualJavaScriptHere, yes.
your form points to "<form method=post action>" and dies. it doesn't do anything.
password reset - remove it then - you did this
click tracker - fails to connect via ajax to their servers. that might've been just me.
sucks because it sucks [ wtf does this even mean, you prove yourself wrong ]
looks fine [ CHECK ]
works fine [ except for what i pointed out CHECK ]
lost respect [ big loving deal. ]
--- End quote ---
Broken Link: It was a flook. I originally intended for that to be a drop-down. If I had items under it, it would have dropped. But it didn't, so it just said javascript: - That was valid, as that's how the script was setup.
Form: Do you actually know what you're talking about? I tried the form with a fake login and it responded perfectly. The method is set to post, so when the C# script embedded see's that it is a post (ifPost), it will do it's work.
Click Tracker: Doesn't seem to have a problem. It's doing its job.
Lugnut:
--- Quote from: Jeep on August 09, 2012, 02:43:25 PM ---Broken Link: It was a flook. I originally intended for that to be a drop-down. If I had items under it, it would have dropped. But it didn't, so it just said javascript: - That was valid, as that's how the script was setup.
--- End quote ---
okay. that's good. why is it a link instead of onMouseOver or something similar?
--- Quote from: Jeep on August 09, 2012, 02:43:25 PM ---Form: Do you actually know what you're talking about? I tried the form with a fake login and it responded perfectly.
--- End quote ---
not when it doesn't point to an action it doesn't E: unless this points to redirect to the same page? i was never made aware of this.
--- Quote from: Jeep on August 09, 2012, 02:43:25 PM ---Click Tracker: Doesn't seem to have a problem. It's doing its job.
--- End quote ---
very well then.
Kalphiter:
He's running a webserver in C#?
This is bound for disaster.
Regablith:
--- Quote from: Jeep on August 09, 2012, 01:44:10 PM ---What are we waiting for?
--- End quote ---
Oops I typed Wait instead of What
Jeep:
--- Quote from: Lugnut on August 09, 2012, 02:45:38 PM ---why is it a link instead of onMouseOver or something similar?
--- End quote ---
It would have to be a link either way, even if it were utilizing an onMouseOver event. If put the JS code into the anchor tag, I would have made the href attribute #, but it would have redirected them to the top of the page.
--- Quote from: Lugnut on August 09, 2012, 02:45:38 PM ---not when it doesn't point to an action it doesn't E: unless this points to redirect to the same page? i was never made aware of this.
--- End quote ---
It doesn't need an action. The action is defined in the C#, and was therefore left blank on the form.
The C# uses an ifPost statement, which does a redirect if the login is valid, or renders a message if it's not.