Hello. Maybe someone could help me?
I would like to include an asp file and add argument. If it was possible with include it would look like:
<!-- #INCLUDE FILE="catlist.asp?tree=102" -->
But include doesn't allow any argument.
Vasah20 said:
"the way include works is that it won't let you add anything via the querystring. what you should do is create a wrapper function within catlist.asp, and call that wrapper function, passing in the value of tree."
I would need some direction as WHAT A WRAPPER FUNCTION LOOKS LIKE and where can I see an exemple and learn about it.
Thank so much for any help
I would like to include an asp file and add argument. If it was possible with include it would look like:
<!-- #INCLUDE FILE="catlist.asp?tree=102" -->
But include doesn't allow any argument.
Vasah20 said:
"the way include works is that it won't let you add anything via the querystring. what you should do is create a wrapper function within catlist.asp, and call that wrapper function, passing in the value of tree."
I would need some direction as WHAT A WRAPPER FUNCTION LOOKS LIKE and where can I see an exemple and learn about it.
Thank so much for any help