Forms_send Current Url

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JERRBOBB
    New Member
    • Sep 2007
    • 3

    Forms_send Current Url

    I am attempting to mod an "ACCESS BLOCKED" page for our office. Removing the big yellow "BLOCKED" message, replacing with a simple form (button). If the user wants to request that the page be accessible, they simply click a button. The Button will then send The URL (currently being displayed in the address window) to the IT dept, who then can review the page. Any Idea How To Do This?
  • epots9
    Recognized Expert Top Contributor
    • May 2007
    • 1352

    #2
    try using server-side scripting (PHP, JSP, etc.)

    Comment

    • JERRBOBB
      New Member
      • Sep 2007
      • 3

      #3
      Dont Know Php Or What Ever, I Am A Pretty Simple Html Some Java Guy...i Was Hoping Someone Would Post The Java, And I Could Just Cut And Paste...that'd Be Pretty Cool Of Someone To Do.

      Comment

      • epots9
        Recognized Expert Top Contributor
        • May 2007
        • 1352

        #4
        the javascript for the url is:
        [code=javascript]
        location.href
        [/code]

        that holds the url, and you can store it in a variable...how should it be sent to the IT department?

        Comment

        • JERRBOBB
          New Member
          • Sep 2007
          • 3

          #5
          email, so they are notified. they wont think to keep checking a database file.

          Comment

          Working...