Skip to content
Advertisement

Tag: c#

how to get Javascript variable value in C#

I have two Lat/long tables, 1000 rows each table. I wanted to calculate the distance between two latitude/longitude using Google Map API and store distance in DB. The code is working fine but the catch is how to return calculated distance from javascript. I tried hidden fields to store the distance since I have written the below code in page

add .js file as source in html file from server

I have an HTML file on my server, and a Javascript file on the same server. I want it so that when I load the HTML file, it will the reference of .js file placed on the server. I tried this way: but it is not working. Can any one tell me how I can do this?! I attached the

dynamic change jwplayer video path

basically i wish to achieve like user type file name,then video will be pop up what i want to do is i was tried to pass textbox value as jwplayer path to play video if i typed Video/video.mp3 into textbox and i click “button” , my jwplayer able to play video.mp3 what i want to do is juz typed “video”

Convert javascript code to c code [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago. Improve this question Is there any way to convert C code to JavaScript and from JavaScript to C? I found V8 juice which

Advertisement