is it possible to read input textbox from another site by using it's id ? for example if i have this input in one site <input TYPE="hidden" VALUE="hiddenvalue1" NAME="Hidden1"> can i read its value from another site ?
what do you mean by reading from another site? you shouldn't be able to unless it's passed along via GET/POST