I have a string that I created and passed as a parameter to my output function. I need to add this string to an existing string as an out.open() parameter.

This is what I tried to do:

Code:
out.open("page"+pageNo+".html");
It's obviously not working but if anyone could help me that would be great. Thanks!