hey imtrying to create an activeX control for client side page, and i want it to get data from a cookie? how do i do this???
Printable View
hey imtrying to create an activeX control for client side page, and i want it to get data from a cookie? how do i do this???
You can do it simply by using some ASP code...
i mean how can i get it from inside the activeX control coz???? do i need to reference something?????
You need to reference your app to the ActiveX, and declaire a var as the ActiveX Class nameQuote:
Originally posted by john tindell
i mean how can i get it from inside the activeX control coz???? do i need to reference something?????
i dont understand, i want the activeX control on the web page to get the users name and data which i stored in a cookie?