
November 27th, 2001, 04:29 AM
|
 |
Contributing User
|
|
Join Date: Oct 2001
Location: New Zealand
|
|
|
What exactly do you mean by manipulation? Do you mean simply saving a page locally, changing the code and using absolute paths to interact with a remote site?
This isn't anything new, for example, find a form for uploading data that has a hidden field called something like 'max size' and you know you'll be able to alter that and upload files larger than are wanted.
A lot of people use javascript to manipulate other sites so that they don't have to shift people from their site to incorporate the remote information. For example, streetmap.co.uk offers you the chance to incorporate a link for a map you want, it's easier to just use javascript to create the link yourself.
|