Hi - pretty new to html and basic programming - although i programmed some 10 years ago - but during an intern ship I am making a website, and are currently stuck...
I have several tables that are basic named - fx. Calender settting 1 - now I want to rename the Name "Calender setting 1" with another from a textbox - instead for cal.set.1 it was Summer.
dont want anything fancy - just the basic
string (ex. allready preset as calender.settin g.1)
<textbox where i can set a new name in the string>
<button that when pressed, take the value/name of the textbox, and replaces string with the value from the textbox>
Tried for some hours now to find a similar example but have come up short.
Hoping u guys can help a "newb" like me ^^
I have several tables that are basic named - fx. Calender settting 1 - now I want to rename the Name "Calender setting 1" with another from a textbox - instead for cal.set.1 it was Summer.
dont want anything fancy - just the basic
string (ex. allready preset as calender.settin g.1)
<textbox where i can set a new name in the string>
<button that when pressed, take the value/name of the textbox, and replaces string with the value from the textbox>
Tried for some hours now to find a similar example but have come up short.
Hoping u guys can help a "newb" like me ^^