My first question is: what does it mean when I see html file in address along with question mark like if this was PHP script? - file.html?object=value -html file is not a script. If it was PHP script - ok, but this is simple HTML file. Is this possible?
Example google link: https://www.google.pl/?gfe_rd=cr&ei=pShQVdD6HLSo9febv4CYBQ&gws_rd=ssl - what does (again) the question mark mean here? ('/?object=value'). Again, there is no script to pass any params this way - or maybe I'm wrong and there is a script with no name like 'default' or something.
I am trying to invoke a script from C# code using WebBrowser.InvokeScript and I would like to understand this Web mechanism better.
Regards;