Type: Posts; User: dherre65
Bump.... Can nobody help me out? Even a little bit?
Hi all, i'm trying to make a .htaccess file to produce some fancy urls, but i can't get it fully working. The problem is that i have multiple variables and different possibilities with those...
Thank you, that's exactly what I was trying to accomplish! It's much more easy than I thought. The only thing that I'm missing now is that the last checked box that was not allowed to tick stays...
Ok thanks for your reply :) but i thought that window['name'] was a form of a global variable. And, it works if i assign a fixed value to it. But i can't assign a value from the input text field to...
Hi guys, i'm having a little trouble with a script. I'm not that good at javascripting/jquery etc., so i'm gonna need your help. I'm building a website where registered users can place...
bedankt voor de moeite! ik had het echter ondertussen al anders opgelost: <form onsubmit="javascript: if (a1.checked == true) { var poll = getElementById('a1').value; } if (a2.checked == true) {...
Hello, i've got a problem. i'm making a poll. this is my code. <table align="left" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="5"></td> <td width="200"...
Hello, i'm making a site which uses ajax. the main page is in index.php there's a logo, menubar and after that there's a <div> with name="main". in this div the content pages are loaded with...