Hello everyone, I have a question that relates to a previous thread I started. In that thread one of the problems identified was that I tried to use arrays in the same way I would in C++. Like this:
BillyRayPreachersSon, Feherke and Vacunita were pretty insightful but my question is if I still need to use arrays in the same way but for different purposes webpage-wise, what language(s) do I need to learn in order to do so?
They seem to work with a html frameset doctype but not in transitional. At that point the arrays are rendered useless, which is typical seeing as I need the transitional doctype for the page to be displayed correctly. This is why I ask what I should do or learn in order to marry the two working parts together. Any and all help with this will be appreciated.
Thanks for reading.
Code:
if ( code[4] = A ) { code[4] = S ; }
if ( code[4] = B ) { code[4] = M ; }
if ( code[4] = C ) { code[4] = I ; }
if ( code[4] = D ) { code[4] = L ; }
if ( code[4] = E ) { code[4] = E ; }
BillyRayPreachersSon, Feherke and Vacunita were pretty insightful but my question is if I still need to use arrays in the same way but for different purposes webpage-wise, what language(s) do I need to learn in order to do so?
They seem to work with a html frameset doctype but not in transitional. At that point the arrays are rendered useless, which is typical seeing as I need the transitional doctype for the page to be displayed correctly. This is why I ask what I should do or learn in order to marry the two working parts together. Any and all help with this will be appreciated.
Thanks for reading.