setting cookie value from windows froms
-
how can i set cookie value from windows forms and read those values from javascript
-
how can i set cookie value from windows forms and read those values from javascript
You want to set cookies from a windows program ? I would guess the best way would be by putting a web browser control on your form and having the html page with the script to write it in your app ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
how can i set cookie value from windows forms and read those values from javascript
hello frd use the scrpit ..........:rose: <!-- function setCookie(name, value) { document.cookie = name+"="+value; } //--> if (_root.cookieName.length>=1 && _root.cookieValue.length>=1) getURL("javascript:setCookie('"+_root.cookieName+"','"+_root.cookieValue+"')");
Naik M
-
how can i set cookie value from windows forms and read those values from javascript