N
naveen19_srd
Guest
To execute a script from html startup.
I have a python script, in a linux machine
Apachae webserver is running, so i can access the index.html page from windows machine.
I need to execute a python script in the linuc machine when anyone access teh index.html or refreshes the page.
What html code/tags to use to acheive this.
Please help any ideas or suggestion.
Thanks a lot in advance..
Any one, from his machine will be accessing the index.html.
So the python script should run in the server and it iwll the job next.
Any ideas solutions for this.
Thank you, but still is there any tag like am searching and found one method
<exec /location_pyhton/python /Location_of_script/FileName.py>
but how to call this and where to put this code in HTML code.
Am seeing about PHP, but is there any other way, coz it shiould be implemted in server thats it.
Thanks a lot again.
I have a python script, in a linux machine
Apachae webserver is running, so i can access the index.html page from windows machine.
I need to execute a python script in the linuc machine when anyone access teh index.html or refreshes the page.
What html code/tags to use to acheive this.
Please help any ideas or suggestion.
Thanks a lot in advance..
Any one, from his machine will be accessing the index.html.
So the python script should run in the server and it iwll the job next.
Any ideas solutions for this.
Thank you, but still is there any tag like am searching and found one method
<exec /location_pyhton/python /Location_of_script/FileName.py>
but how to call this and where to put this code in HTML code.
Am seeing about PHP, but is there any other way, coz it shiould be implemted in server thats it.
Thanks a lot again.