post value to html page from menu

sicc

New Member
I have a jQuery Multi Level CSS Menu and i want the href value to be posted to the page iframe.html when the user clicks on one of the sub menu, any help would be appreciated.\[code\]<input type=hidden name=arav value="http://stackoverflow.com/questions/14058261/1234"><ul id='nav'><li> <a href='http://stackoverflow.com/questions/14058261/#'>Main menu 1</a><ul><li style='background-color:#b0c4de;'><a href=http://stackoverflow.com/questions/14058261/getrss.php?q=suna-pol>1submenu 1</a></li><li style='background-color:#bebebe;'><a href=http://stackoverflow.com/questions/14058261/getrss.php?q=suna-spo>1submenu 2</a></li></ul><li> <a href='http://stackoverflow.com/questions/14058261/#'>Main menu 2</a><ul><li style='background-color:#b0c4de;'><a href=http://stackoverflow.com/questions/14058261/getrss.php?q=arab-me>2submenu 1</a></li></ul></li></ul><div class="iframe" ><iframe name="iframe999" src="http://stackoverflow.com/questions/14058261/iframe.html" width="100%" frameborder="0" scrolling="yes" id="iframe" onload='javascript:resizeIframe(this);' />\[/code\]
 
Back
Top