Since 4/4/2012 5:50:42 PM, f.f.neezen has written 4 articles and participated in 1 conversations. f.f.neezen signature: f.f.neezen
f.f.neezen's articles:
Items(4) /1
Entries sometimes don't show via IIS026 (7/10/2007 9:32:23 AM) comp.databases.ms-access Hi everyone, Sometimes there seems to be a strange problem when adding new customers into the Access database. This data is accessed through a web interface which simply queries the database for the informatio... Frank
Using variables as variables5110 (4/9/2007 2:13:42 PM) comp.lang.javascript Hey Everyone, Lets say I have a variable declared as such: var newVariable="opener"; How can I then use this variable to access the opener of 'window' ? Meaning, I dont want to access it as such: window.op... Frank
window.opener lost in postback462 (3/30/2007 1:30:42 PM) comp.lang.javascript Hello everyone, I have a problem that the window.opener variable is lost once my popup page has a postback. On multiple pages they address this problem but I cannot find a correct answer. This is my situation... Frank
Operater < overloading for struct problem1422 (3/1/2007 3:45:15 PM) comp.lang.c++ Hello everyone, I am having trouble overloading the #include using namespace std; struct Attraction { string name; int visitors; }; class Handler { //Define the class Handler private: vector attract... Frank
f.f.neezen's replies:
Items(1) /1
Operater < overloading for struct problem1422 (3/1/2007 3:45:15 PM) comp.lang.c++ Hello everyone, I am having trouble overloading the #include using namespace std; struct Attraction { string name; int visitors; }; class Handler { //Define the class Handler private: vector attract... f.f.neezen(5)