views:

83

answers:

1

Maybe i'll call the project unreasonable and give up on it. There is a page i am sending data to and it is expecting certain cookies to be set in javascript. The code is semi weird.

Is there a way i can run javascript on a page to update cookies in C#.NET then continueing submitting my data?

+1  A: 

Answered here: http://stackoverflow.com/questions/2693601/how-to-call-javascript-function-from-c/2693661#2693661

masenkablast
My question is terrible. i meant run the javascript from the page in a C# app. But i found a solition and i can bypass JS completely.
acidzombie24