Hi,
I am trying to load different pages according to the choice user select from a drop downlist. If the user select google, in the pageviewer ,google is supposed to be loaded.,if yahoo is selected, yahoo page is loaded upon button click. Even I tried hiding
and showing the pageviewer on button click, just for trial. The below code I have used
$("div#(WebpartID)").hide()) and $("div#(WebpartID)").show()
This is also not working. I am quite new to sharepoint and jquery. Please help.
Many thanks