Hi Nitin,
If I understand you right, you are trying to access request("section") on the client's machine.
The request object is server-side, so to write it's value to your page you will need something like <%=request("section")%>
Code:
document.frm.action="faqs_update.asp?up=yes&table=<%=request("section")%>";
HTH,
Chris