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
~159 People Reached
Favorite Tags
Member Avatar for Driklyn

I am developing a website that uses AJAX to change the content on the page. Everything is working fine in Firefox, but I cannot get the links to change anything in Internet Explorer. Here is the AJAX code: [code] var loader = null; function Onload() { try { loader = …

Member Avatar for Driklyn
0
69
Member Avatar for Driklyn

I'm trying to create a class inside a header file so that all my files can access that 1 class and only use that one. This is what I have so far. ---------- Window.h: [ICODE] class Window { public: Window(); ~Window(); /* FUNCTIONS */ HWND OpenWindow(LPCTSTR, int, int); /* VARIABLES …

Member Avatar for Driklyn
0
90