Hello gang, here I am with another, difficult to explain question.
I have a page called vars.asp this contains a ling list of variables that are used on various pages through the site. What I want to do is to be able to change the value of a variable on that page by a form submission on another.
example,...
if on the vars.asp page var1 = "Hello World"
on another page i have a form that Based on the textbox, needs to change that var1 value to "Goodbye World"
I understand that write permissions need to be in place.
I have searched for an answer to this, but I am not sure what to actually search for. Would this use FileSystem, JS, VB, or what?
Any help would be appreciated.
I have a page called vars.asp this contains a ling list of variables that are used on various pages through the site. What I want to do is to be able to change the value of a variable on that page by a form submission on another.
example,...
if on the vars.asp page var1 = "Hello World"
on another page i have a form that Based on the textbox, needs to change that var1 value to "Goodbye World"
I understand that write permissions need to be in place.
I have searched for an answer to this, but I am not sure what to actually search for. Would this use FileSystem, JS, VB, or what?
Any help would be appreciated.