Ok, so i've searched everywhere for the answer to this question, but cant quite come up with an exact answer. So, I've come to you guys possibly for some advise.
Ok, i would have have searched for my answer, but honestly, i dont know what exactly to search for to find the answer. I've googled searched for hours, and spent some time searching this forum and...
i have a table on my sql database that contains a bunch of image urls... however whenever i try and transfer the url from my database to my html file using ajax http requests, the img tag that i put...
function waveDown(xNum) {
var xNum;
var left=xNum-1;
var right=xNum+1;
document.getElementsByTagName('td')[0].childNodes[right].setAttribute('class','navX');
if (left>=0) {...
i've written this code that worked just fine in Google chrome last night. i went to sleep and woke back up and it no longer worked. its a script that creates anchors around several anchors and...
i do have another question... apparently when the images are created now, they all come out with the same margin left value... i want them to all have a margin left that is 215px more than the last...
im doing a website, and im trying to make it so that when you click on this link, it creates a picture enclosed within a div, each with their own attributes. i've tried everything, i'm hoping someone...
ok, so, since i'm kind of lost by the whole idea of web workers, i guess its best that i start by saying what i DO know. I know that web workers are just a means of seperating data intensive code...
ok... i have run into one problem.... when i took out the extra javascript link the onclick didnt work... so i took out the onclick, and it works... but why wont it work with an onclick?? event...
yes... it honestly fixes everything. lol. your the man. you always hear about the people the make the websites, but never the people that help. thanks dude. ur awesome.
i've done that.... when i change that to getElementsByTagName nothing happens at all... thats the only reason i kept it out. it was acutally a typo at first but when i found out the code doesnt work...
so, I'm designing my webpage and i need some of the dynamic parts to work before i can move on with the design. however, everytime i try to make new functions or anything, they never work. and i know...
thanks.... so its the onload handler that i needed. but, if im not mistaken event handlers usually activates a function. like you have above. so does that mean that my entire code will be a sequence...
can someone explaine to me why this doesnt work??? i've read through 3 books on javascript before ever even attempting it. however, i'm realizing that none of what i do really works. so i'm guessing...