ID:176656
![]() Dec 22 2002, 4:38 pm
|
|
How would I make buttons that do something (when clicked) in an html popup? You double click a car and an html popup with information about the car appears, and I would like to have a buy button and a cancel button. Thanks.
|
Nadrew wrote:
You forgot to define the button's click procs as procs. I think he got the idea though =P. |
Alright, it sounds like you want to check out the htmllib. Mess around with that for a while. Basically, you just create a form object and display it when the object is clicked.
Something like that should work. This is probably really confusing, which is why you should study the htmllib's readme carefully.