Is this a trick question? By pressing keys on the keyboard. (The web page is text, so you change things on it the way you change text in any text file.)How to change website variables?
Please be more specific with your question. If you do not take the time to give details, people won't take the time to give you an answer.
what language are you using? do you want to change the variable type? or name? or value?
Generally you need access to the source code and write permission. If you have that, it is typically a matter of writing something along the lines of:
variable1 = ';new value';
(assuming variable 1 is already defined, although this as well as syntax depends on the language once again)
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment