Jump to content

LueJamesLusten

Yeni Üye
  • Posts

    4
  • Joined

  • Last visited

Posts posted by LueJamesLusten

  1. One you need to use some register code moding to get AMS to work with a later version of IE, IE built in to AMS uses 7 I think, you can change this to 11 if the computer as 11 or up installed.

     

    Your first question IS possible but was very buggy and crashed a lot so really not a good idea, this was also the same for the chrome framework, so only real option is to change the IE version provided to AMS from windows it's self.

    I'm not sure of the code you need to change as I don't really care about browsers in AMS.

  2. You are not doing it right you are asking AMS to check for a string your not checking the string is it includes something you asking ams to check the full string.
     

     

    1. SID = Label.GetText("label1");
    2. sKey = Label.GetText("Label2");
    3. result = HTTP.Submit("http://siteadim.com/altklasor/zaman.php", {sKeyGo=sKey,IdGo=SID}, SUBMITWEB_POST, 20, 80, nil, nil);
    4. if String.Find(result, "Bas-Tarihi : ") ~= -1) then
    5. result = String.Replace(result, "Bas-Tarihi : ", "", false);
    6. Label.SetText("Label5", result);
    7. end

     

     

    Also update your php mysql is no longer a vailed means to code, use PDO or mysqli

     

     

    Sorry English

×
×
  • Create New...