View Single Post
  #1 (permalink)  
Old 07-22-03, 10:59 AM
frontpage frontpage is offline
New Member
 
Join Date: Jul 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Please Help !! Parameter passing between pages

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
Reply With Quote