imported_LoKe
Lifer
I'm trying to write up a script that passes hidden values, but it's adding a space between the values. Here are the lines in question:
The result would be inurl:messageview.aspx?catid= 38 rather than inurl:messageview.aspx?catid=38. Is there any way to avoid this?
'<input class="" type="hidden" name="q" value="inurl:messageview.aspx?catid=" />\n' +
'<input class="ftforminputsmall" type="text" name="q" value="38" size="10" />'
The result would be inurl:messageview.aspx?catid= 38 rather than inurl:messageview.aspx?catid=38. Is there any way to avoid this?