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

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -