Results 1 to 1 of 1
  1. #1
    steve2507 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2012
    Posts
    12

    Opening URL Without Opening Browser


    Hi,

    I have a database that has to interact with a website at times. However these interaction cause the page to open which then has to be closed.

    I can use this code
    Code:
    <script type="text/javascript">
    window.close()
    </script>
    to close the window but it still requires some intervention from the user.

    I'm using this to open the link
    Code:
    Application.FollowHyperlink url
    Is there anyway to get Access to run a web file (asp in this case) without it actually opening a browser?

    Thanks

    Steve
    Last edited by steve2507; 02-26-2012 at 09:35 AM.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. opening balance
    By bazahara in forum Access
    Replies: 1
    Last Post: 02-19-2012, 11:37 PM
  2. Opening Access
    By JayX in forum Access
    Replies: 3
    Last Post: 12-19-2011, 06:16 PM
  3. Opening a form
    By jo15765 in forum Forms
    Replies: 10
    Last Post: 06-20-2011, 03:52 PM
  4. Set Opening View
    By cassidym in forum Access
    Replies: 3
    Last Post: 06-14-2011, 04:15 PM
  5. Opening page.
    By emccalment in forum Access
    Replies: 1
    Last Post: 02-18-2010, 03:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums