Forum Moderators: open
str_text = str_text "<br>blah 1 "
if cond1 = true then
sever.execute ("file1.asp")
end if
str_text = str_text & "<br>blah 3"
file1.asp looks like this
str_text = str_text & "blah2"
I get the "blah 1" and "blah 3" but not the "blah 2". I tried issusing a response.write directly in file1.asp to make sure I am getting there and I am.
You can pass information between between the two files with cookies, session variables, or, possibly the database. Any other approach is problematic.