阅读:942回复:0
help-simple, what's wrong with my global variables
<P>dbSource is the variable in var_global.asp<BR>the purpose is to include the asp in html and use a document.write to test the usage of the variables in the asp.<BR>but, nothing shows in the final result.<BR>what's the problem?</P>
<P><BR><html><BR><head><BR></head><BR><body><BR><!--#include file="var_global.asp"--><BR><script language="JavaScript" type="text/javascript"></P> <P>document.write(dbSource)<BR></script><BR></body><BR></html></P> <P><BR> </P> |
|