Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Displaying Brower Version, NTUser etc on a webpage in HTML

  • 13-03-2002 07:23PM
    #1
    Registered Users, Registered Users 2 Posts: 2,894 ✭✭✭


    Right, I've got a webpage which I want to create in HTML, no javascript, just HTML. I want to be able to display the browser version, NTUsername etc that the user is using when he hits the site using the following variables:

    <input type="hidden" name="NTUserID" value="<%REMOTE_USER%>">
    <input type="hidden" name="BROWSER" value="<%HTTP_USER_AGENT%>">
    <input type="hidden" name="OS" value="<%HTTP_US_OS%>">

    What is the syntax to display the %REMOTE_USER%, ="<%HTTP_USER_AGENT%, <%HTTP_US_OS% variables ?

    I will ultimately need to pass these variables on to another page.

    Any help would be much appreciated.

    Cheers,
    TC


Comments

  • Registered Users, Registered Users 2 Posts: 1,481 ✭✭✭satchmo


    You can't do that in straight HTML; you'll have to use at least Javascript, or preferably some CGI script.


Advertisement