views:

25

answers:

0

hi everybody,

Is it possible to parse querystring data from a page loaded inside a div? I'd like to load a form page on a div and depending to querystring sent show or not some contents, any idea?

Example:

$("#scheda_sch").load("./schemi/sch_"+schemi[indice]+".html?azione="+azione);

I need to read querystring azione=... inside the loaded page thanks in advance

ciao h