QUOTE(Zytran @ Oct 22 2007, 07:07 PM)

Are you telling me that sending XSS threw request headers is safe?
Who said anything about sending 'java script:dosomethingwithacookie()' threw request headers?
Let me say this again...
Be sure to filter this $postVar.
Keeping it as is, very bad idea.
Never trust user input, 
You make a weak argument, provide a proof of concept.
Yes, I agree not to trust user input, but in this scenario very little is to be achieved by additional filtering, the best that can be done is someone is given a link where the page value is equal to the value supplied which in essense is a link.
For the creation of the file filtering is definitely required.