Recent content by wolfgangmeyers

  1. W

    how does a HTMl function? What the characteristic and examples of HTML?

    html is a language which is read by browsers to make text and images and other things show up. It is set up as a parent-child structure, and your basic outline is: html .....head ..........title ..........css .....body ..........images ..........text ..........buttons All html is made using...
  2. W

    Calling php code on different domain from Javascript? Help!!!?

    You can do it, however you have to talk to the same domain the javascript came from and then have that server access the page on the seperate domain. This is how everyone on the web does it, because *by design* client side scripts and applets are not allowed to talk to any other domain that the...
Back
Top