in a page index.html, iframe is used
<iframe name="iFrame" allowtransparency="true" src="/aaa/bbb.html?name="tom"&sex="male" width="100%" height="100%"
id="student" style="border: none;">
this iframe introduces another page, bbb.html, and passes in two parameters, name and sex, but how do you get these two parameters in the bbb.html page? I have always been undefined? on the page.