ESP8266

Hello, I have got one ESP8266 module and MEGA board. I have a webpage on my computer, and I am connected on wifi of my esp8266 modul, and I want to get data from arduino trought ESP8266 modul. I know that I need use a javascript, but I dont know how I can get data from arduino. Can anybody help me? Thanks

I have a webpage on my computer

A "web page" is something that a client (a browser) has presented in a visual way based on data it got from a server. It is NOT something you "have on your computer".

I know that I need use a javascript

Then you don't know jack.

Can anybody help me?

Not with the limited details you have presented.

Hello, I've got arduino and esp8266(rx/tx) set in mode 1(st mode), and I am conected to the modul via wifi. It isnt connected to the internet. And I am sending data(javascript jquery script) from html page, which I've got in my PC(no server, only html doc. started from desktop/page/arduino/datasend.html), and I am sending data from this page to my arduino esp8266 a I'm switching leds. But I want to send some data from sensor from arduino throught ESP8266 to this my webpage on my PC, but I don't know how I can to do this. I heard that I have to do my page in php, but I don't know how I can to do this. Can somebody help me with this problem, I read tutorials about this, but with the ethernet shield, but I don't find tutorial to esp8266. thanks