sqlnoob Posted December 14, 2011 Share Posted December 14, 2011 For some odd reason this page: http://www.rymwurdboek.nl/rymwurden.php Appears to work in internet explorer, but not in firefox or chrome. I must have made an error somewhere in the html, because it is odd that the text field in the html form doesn't work in firefox, but it does in internet explorer. I also tried it with different meta's on the index page and different closing tags, but it has no effect. http://www.rymwurdboek.nl/index.php Here is the html code of the rymwurden.php page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> <TITLE>Rymwurdboek</TITLE> <META NAME="description" CONTENT="rymwurdboek"> <META NAME="keywords" CONTENT="rymwurdboek, sinteklaas"> <link rel="stylesheet" type="text/css" href="rymstyle.css"> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-19711869-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </HEAD> <BODY> <!--div pagina container--> <DIV class="paginabreed"> <H1>Rymwurdboek</H1> <!--div mainbox, html gedeelte--> <DIV class="mainbox"> <!--hier zijn advertenties aan de linkerkant--> <DIV class="linkeradvertentieblok"> <a href="http://www.friese-producten.nl" target="_blank"><img src="images/adv1.JPG" width="125" height="177" title="Friese-producten.nl" border="0"></a><br><br><br> <a href="http://www.hollandwebwinkel.nl" target="_blank"><img src="images/adv2.JPG" width="125" height="226" title="Friese pepernoten" border="0"></a> </DIV> <!--div html formulier--> <DIV class="htmform"> <P><A HREF="info.htm">Sjoch hijr foar mear informaasje oer ut rymwurdboek.</A></P> <P> In moai ferske makke? <BR>Mei it rymwurdboek giet dat hiel handich! </P> <!--VOORBIJ DEZE REGEL AFBLIJVEN--> <FORM action="index.php" method="post"> <P>Wurd: </P><input type="text" size="50" maxlength="50" name="rymwurd"> <input type="submit" value="Rymwurden Sykje"> </FORM> <!--VOORBIJ DEZE REGEL WEER VRIJ OM TE VERANDEREN--> </DIV> <!--hier zijn advertenties aan de rechterkant--> <DIV class="rechteradvertentieblok"> <a href="http://www.friestalig.nl"><img src="http://www.friestalig.nl/decemberfries.gif" border="0" target="_blank" title="KLIK HIER OM NAAR FRIESTALIG.NL TE GAAN" width="125" height="125"></a><br><br><br> <a href="http://www.snoepogram.nl" target="_blank"><img src="images/adv6.JPG" width="125" title="Snoepogram" border="0"></a><br><br><br> <a href="http://www.dietwa.nl/index.php?option=com_content&view=article&id=61&Itemid=37" target="_blank"><img src="images/adv3.JPG" width="125" height="125" title="Die Twa" border="0"></a><br><br><br> <a href="http://www.wurdboek.nl" target="_blank"><img src="images/adv7.JPG" title="Scheepsstoffering" width="125" border="0"></a> </DIV> <!--mainbox sluiting--> </DIV> <!--wurdbox opening--> <DIV class="wurdbox"> <DIV class="wurds"> <!--VOORBIJ DEZE REGEL AFBLIJVEN--> <!--VOORBIJ DEZE REGEL WEER VRIJ OM TE VERANDEREN--> <!--sluiting wurdbox--> </DIV> </DIV> <!--sluiting paginabreed div container--> </DIV> </BODY> </HTML> Quote Link to comment Share on other sites More sharing options...
gristoi Posted December 14, 2011 Share Posted December 14, 2011 your not closing off your input tags. try changing: <input type="text" size="50" maxlength="50" name="rymwurd"> to <input type="text" size="50" maxlength="50" name="rymwurd" /> Quote Link to comment Share on other sites More sharing options...
Stiver112 Posted December 14, 2011 Share Posted December 14, 2011 I cant access the page at all...seems like it do not exist?? - im using firefox btw Quote Link to comment Share on other sites More sharing options...
sqlnoob Posted December 14, 2011 Author Share Posted December 14, 2011 your not closing off your input tags. try changing: <input type="text" size="50" maxlength="50" name="rymwurd"> to <input type="text" size="50" maxlength="50" name="rymwurd" /> yeah already tried that, no effect Quote Link to comment Share on other sites More sharing options...
sqlnoob Posted December 14, 2011 Author Share Posted December 14, 2011 anyhow I removed the div around the html form and replaced it with a table and now it seems to work fine is this some weird firefox oddity that I'm not aware off like you know numbered ID's (another thing firefox doesn't accept)? Quote Link to comment Share on other sites More sharing options...
sqlnoob Posted December 14, 2011 Author Share Posted December 14, 2011 I cant access the page at all...seems like it do not exist?? - im using firefox btw you must have opened it just when i was about to remove that page. I've now removed rymwurden page. You can still see this one http://www.rymwurdboek.nl/index.php Quote Link to comment Share on other sites More sharing options...
sqlnoob Posted December 14, 2011 Author Share Posted December 14, 2011 anyhow this is really weird why would a table work around a html form and not a div? I think I've tried a div before and it worked then, but somehow it doesn't work now. It's mindboggling?! It doesn't seem to make sense. It must be something really silly and simple. Or perhaps it's due to some error in the css. Oh well, table works fine. I'll just do it that way. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.