href="AP.htm?MODULE=AP&DIR_NAME=&folder_name>"
i want to use hyperlink as above to pass two parameters
MODULE and DIR_NAME and the value of the DIR_NAME is
a Dim variable folder_name . Now the moment i put "&" before folder_name it considers it as a third variable .
Please help