hi everybody,
I have a page with a form page loaded in a div. I'd like to send some data to the loaded page by querystring and read the content in it, is it possible and if yes how?
that my example:
$("#scheda_sch").load("./schemi/sch_"+schemi[indice]+".html?azione="+azione);
I need to read from page sch_...html read the value of querystring azione
thanks in advance ciao h.