Hi everyone,
I've been hacking at this thing for the last couple of hours and I just can't seem to get it to work.
I'm trying to update a RS before returning it to my ASP page. The RS is in a VB6 COM.
Everything is working fine if I don't do any update but as soon as I add this...
Hi everyone,
I'm kind of in a bind right now, I have this Database table with a recursive relation in it pointing to a parentID.
pkID Description ParentID
1 xxxxxxx null
2 xxxxxxx null
3 xxxxxxx 2
4...
Hi,
I was looking at some code snippets online and sometime I saw stuff such as :
var arrayName = new Array()
arrayName[Date] = 'aasdfasdfsdf';
Its an easy way of indexing dates that are associated with a string (such as a calendar) or something but that create HUGE arrays.
Does JS treat...
Hi everyone,
I have just created a calendar which highlights days IF an event is planend for that day.
I read the content of a text file using a XMLHttpRequest for Firefox and an ActiveXObject. Its working just fine as I can have the content of the file showing into a div element.
Now when...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.