Hello,
DICOMweb cannot be used directly inside Web browsers, as the browsers do not know how to handle the "application/dicom+xml" MIME type that is prescribed by the standard.
You will have to use either a command-line tool (such as "curl"), a HTTP toolkit (such as Python), or a JavaScript/AJAX script (e.g. through jquery) to query DICOMweb.
Python and JavaScript samples are available:
HTH,
Sébastien-