Alright, no problem. :grinning
___________________
Login |
Skin BugsSkin BugsCurrently viewing this thread: 1 (0 members and 1 guests)
I know that's been there since the beginning - but I thought I'd bring it up because you're doing an amazing job at giving the templates a "facelift". bug or not, but when I uncheck the quickquote it adds another quote. Maybe a js if is checked? ___________________ http://www.philbrodeur.com - Expert PHP Development and Tutorials
lol, I'll talk to Dave about it see what I can do, the Locked button as well, it's a white bg.
Ares, you never read the whole thread do you? Fred brought this up, and gave the if.checked code to add, didn't fix it, just caused errors. ___________________ <input type="checkbox" onclick="document.vbform.message.value = document.vbform.message.value + document.p$post[postid].elements[0].value"> That is the original code, alls I did was add in the red colored function, and it caused errors. ___________________ fredmvStatus: Offline!
Alright, let's see... Did you add it in the same location too? The checked property should return a boolean value, it will return true if it is checked, and false if it isn't. Maybe I have to explictly check for a true value? Just by passing that value to the if statement it should check it execute the code after based on what bolean value it returned. Maybe this will work properly: <input type="checkbox" onclick="if(this.checked==true)document.vbform.message.value = document.vbform.message.value + document.p$post[postid].elements[0].value;"> Sorry to keep posting code, just trying to help you get this fixed. ___________________ Of course I put it in the same place. Let me try this now. ___________________ fredmvStatus: Offline!
I believe you did! I'm just saying, maybe a simple mistake or something. ___________________ Last edited by fredmv, October 10th, 2003 08:57 PM (Edited 1 times) Well, that's a little better, it doesn't remove it if you uncheck it, but it doesn't add a new one either. Thanks Fred, I'll apply this to all the skins now ___________________ |
Copyright ©1999-2008 Neverside. All rights reserved.
Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach
NeverAPI generated this page in 0.0192 seconds.