mshauny 25 Junior Poster in Training

Hi

I made a browser game with php and a little bit of java script, the ask a random question, then i dynamically load answers as image links, which the participant should select the correct one, if it is then he will go to the link the image href points to, and using his / her user name on the post data, i add points on his profile using mysql and php.

so a while back i was thinking about porting into full IE support because of browser incompatibilities, so i decided to put my full effort on making this game windows browser based. then i started writing a back end client with the ActiveX web browser control. Now the proble is getting those js generated link with C#, since i can only get normal links through the Document property. but i can seems to get those and i need to implement an AI component