I've inherited some ASP code from a person long gone. I'm reading through it now, trying to wrap my head around things. I've found something I just can't figure out. I've ran accross the following line of code.
<td class="txt_75_C_T3B3L10"><a href="Admin.asp?Method=TestFiles">Update Test Files</a></td>
I don't know how he made a method called test files. I would guess this is a custom method. I know next to nothing about methods. If the person before me made their own method would it be in Java or VB? Any hints on where to dig it up. I've searched the entire drive for the word TestFiles, all I can come up with is an asp page called TestFiles, but it is in a different folder than the page I found the above code in, the path to this other folder is nowhere on the ASP page the above code was found in. I know nobody out there knows our file structure, but a small hint on how someone would make their own method might help.
<td class="txt_75_C_T3B3L10"><a href="Admin.asp?Method=TestFiles">Update Test Files</a></td>
I don't know how he made a method called test files. I would guess this is a custom method. I know next to nothing about methods. If the person before me made their own method would it be in Java or VB? Any hints on where to dig it up. I've searched the entire drive for the word TestFiles, all I can come up with is an asp page called TestFiles, but it is in a different folder than the page I found the above code in, the path to this other folder is nowhere on the ASP page the above code was found in. I know nobody out there knows our file structure, but a small hint on how someone would make their own method might help.