Click to See Complete Forum and Search --> : include file and params?


pelegk1
08-05-2003, 05:49 AM
i have an include file in my page:

<!-----#include file="includes/readDB.asp"-------->
and i want want to cal this page giving it params!
is it possible?
beacuse when i do today :
<!-----#include file="includes/readDB.asp?x=4&r=1"-------->
i get an error that the fire
'includes/readDB.asp?x=4&r=1' not found!
what 2 do?
10X:)
PEleg

rdoekes
08-05-2003, 07:09 AM
in short no

what you can do is create a function in this include page and call this function with parameters in your calling page.

pelegk1
08-05-2003, 09:08 AM
peleg