MyBB Community Forums

Full Version: res://ieframe.dll/dnserrordiagoff.htm
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I try to send a pm with my forum I get this page (so an error) and the message is not send.
What does that means??

Also get this error today sometimes also in the url box

Quote:http://www.ikf-forum.eu/private.php?menu...D%0D%0A%0D%...........................................

I allready find out

I the header I add a pulldown menu
Quote:<form name="jump">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO" size="1" style="padding:0; font-size: 10px">
<option value="http://www.ikf-forum.eu">IKF Forum</option>
<option value="http://www.kellystart.com/vcard/">Kelly Family e-cards</option>
<option value="http://forumgallery.kellystart.com">IKF Photo Album</option>
</select>

And that gives problem.
Anybody an idea how to solve that??
You forgot to close the FORM tag.
Replace your code with following:
<form name="jump">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO" size="1" style="padding:0; font-size: 10px">
<option value="http://www.ikf-forum.eu">IKF Forum</option>
<option value="http://www.kellystart.com/vcard/">Kelly Family e-cards</option>
<option value="http://forumgallery.kellystart.com">IKF Photo Album</option>
</select>
</form>
please move this topic to code modification, cause its no longer belongs to here.

I know what you mean, becuase I delete that tag end by myselfes. I did not expect that that give this problems.
The reasons why I can better show you with the picture attachment.
With this close tag the is an extra space under the pulldown menu what I cannot remove, I tried everything till I found the sollution that has give those problems.

Perhaps somebody else had an Idea to solve that, otherwise I search for another option as pulldown menu