Hi there! I'm completely cluesless with that one: On http://wurzelimperium.de Opera stopped saving passwords via Wand. It's just not triggered anymore. i've tried changing the form by providing a real "submit" inputfield that should be activated via javascript. this doesn't help, any ideas?
+3
A:
You have quite a strange markup inside:
<td class="brownbold">Passwort</td>
<td><input type="Password" class="text loginput" style="width:100%;" id="login_pass" maxlength="100" size="15" tabindex="3">
<input type="hidden" name="pass" value="" id="b64_pass"></td>
Why would you need a second hidden field? Why doesn’t the first one have a name
?
Start with lowercasing the word "password" (in type
) and adding a name
to the first input.
Ilya Birman
2009-03-13 20:14:11
jesus christ, you saved my day! the missing name attribute did the trick!the password is encoded to base64 with javascript, that's why the second input field is there. and the 'Password' was a typo. thanks again!!
2009-03-13 20:19:20
Cool. So why don’t you mark this as answered?
Ilya Birman
2009-03-13 21:09:18
A:
You can really, really close it now at least....since the wand is triggered (and I am suddenly a registered user of what seems to be a game regarding german garden gnomes ;-)
Morten Bergfall
2009-12-12 22:25:45