Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~916 People Reached
Member Avatar for nloding

I'm very used to using innerHTML, but it isn't a W3C DOM standard, so I'm trying to work my way out of using it and get to what I feel are better practices with the standard DOM. But I can't figure out how to clear the contents of an element. …

Member Avatar for langsor
0
590
Member Avatar for nloding

CAS is tough stuff, and honestly seems incredibly ridiculous. Too bad there aren't any true work arounds. I need some help from the smart people here to get an app running when downloaded off a website. This app requires the ability to modify a file locally on the PC, so …

0
65
Member Avatar for nloding

Alright, here's what I'm faced with, and I'm not a VB coder (I'm the guy who does PHP and some C++, so VB is quite a new ballgame for me). What I have is a very large network environment where we are replacing some proprietary software, and it requires reinstallation …

0
100
Member Avatar for nloding

Here's how I call this code ... it's my wrapper for Ajax: [code] var ajax = new XMLHttp(); ajax.get('myscript.php?variable=value'); [/code] When I run that, I get the error in Firefox's Error Console that ajax.get is not a function. So I've checked this code ten times and I see nothing wrong. …

Member Avatar for nloding
0
109
Member Avatar for nloding

OK, here's my basic setup: <div id="wrapper"> <div id="menu">blah blah</div> <div id="right-nav">blah blah</div> <div id="content">blah blah</div> </div> This is meant to be a fixed-width three column layout. Now, I'm new at this so, here's my issue. With the following CSS coding, it shows up correctly in Mozilla/Netscape, but not IE. …

0
52