Sending and getting data from basic HTML -


is there way send data 1 html page using basic html without using javascript , php?

it's easy "send" data:

<a href="my_other_page?data1=1234567">send</a> 

but there no way receiving page parse without server-side application or javascript. (or flash, or java applet, or activex control....)


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

Delphi Wmi Query on a Remote Machine -