i want my executable program to run on the web. my program allows me to select a category(via a combobox named cboCategory), which in turn, fills another combobox (named cboImages). when i select an item in cboImages, the picture should appear via an image control.
i cant do this in asp because im just a novice. i am not also very familiar with java.
i was able to create an active x control but it now gives me a path/file access error. btw, i am also using the ocx to retrieve the path of my images from a database before displaying the image.
further help/assistance would be gladly appreciated.
thank you very much.