بارك المولى فيك أخي معاذ على الجهد وبذل الوقت في نفع إخوانك
حياك المولى يا أستاذ

if e_Key == 13 then
url = Input.GetText("Input2");
current = Web.GetURL("Web1");
Web.LoadURL("Web1", "http://www.google.com/search?query="..url, SW_SHOWNORMAL);
Input.SetText("Input1" ,current);
End
if e_key == 13 then
url = input.gettext("input2");
current = web.geturl("web1");
web.loadurl("web1", "http://www.google.com/search?query="..url, sw_shownormal);
input.settext("input1" ,current);
end
تعليق