
vanillaSkins said:Ok I see when u upload an image using fileupload on our forum, it doesnt clear fileupload so a new reply has same image in it.. is this what you are referring to
vanillaSkins said:yes thats javascript highlighting, handled by vanilla
vanillaSkins said:still cannot upload images
vanillaSkins said:That could be a z-index issue, and overlay div problem. will try again
< script type="text/javascript">
$('#Form_Body').keypress(function(event){
if((event.ctrlKey) && ((event.keyCode == 0xA)||(event.keyCode == 0xD)))
$('#Form_PostComment').click();
})
< /script>
vanillaSkins said:why is this js loading after the input element ( button )
< script type="text/javascript">
$('#Form_Body').keypress(function(event){
if((event.ctrlKey) && ((event.keyCode == 0xA)||(event.keyCode == 0xD)))
$('#Form_PostComment').click();
})
< /script>

It looks like you're new here. If you want to get involved, click one of these buttons!
ceanntPoints: 353
LakewoodPoints: 324
FromZwollePoints: 231
Lakewood
37495
C_B
37248
frydogbrews
28620 