C
|
clig author 5/1/2010 |
If for example I change in classes/listpage.asp (6.2) Function method_ListPage_getSeachFormHTML(byref this_object) Dim this method_ListPage_getSeachFormHTML = ((((((((("<form id=""frmSearch" & CSmartStr(this_object.id)) & """ name=""frmSearch") & CSmartStr(this_object.id)) & """ method=""GET"" ") & CSmartStr(this_object.getFormTargetHTML())) & " action=""") & CSmartStr(GetTableURL(this_object.tName))) & "list.asp""> " & vbcrlf & " ") & CSmartStr(thisobject.getFormInputsHTML())) & vbcrlf & " </form>" Exit Function End Function
|
C
|
clig author 5/6/2010 |
found it |