Closed Thread
Results 1 to 3 of 3

Thread: Open Web Page

  1. #1
    Barn Newbie Jaykappy is an unknown quantity at this point Jaykappy's Avatar
    Join Date
    Apr 2008
    Posts
    21
    Rep Power
    4

    Open Web Page

    My Code Builds this variable...URL

    I want to actually open a web page with it

    Dont know how....any thoughts?

    Code:
    varURL = "http://gis.co.hennepin.mn.us/HCPropertyMap/Birdseye.aspx?PID=" & varURLValue & ""
    
    Thanks

  2. #2
    Barn Newbie Jaykappy is an unknown quantity at this point Jaykappy's Avatar
    Join Date
    Apr 2008
    Posts
    21
    Rep Power
    4

    Got it...

    Code:
    Dim varURLValue As String
    Dim varURL As String
    
    ' Set the variable from a textbox on the form
    varURLValue = ""
    varURLValue = PID
    
    ' Set equal to URL with PID variable
    varURL = ""
    varURL = "http://gis.co.hennepin.mn.us/HCPropertyMap/Birdseye.aspx?PID=" & varURLValue & ""
    
    MsgBox varURL
    
       Set browser = CreateObject("InternetExplorer.Application")
       browser.Navigate (varURL)
       browser.StatusBar = False
       browser.Toolbar = False
       browser.Visible = True
       browser.Resizable = False
       browser.AddressBar = False
       
      
    ' Clear variables
    varURLValue = ""
    varURL = ""
    

  3. #3
    Super Sarcasm Mistress mehere is a glorious beacon of light mehere is a glorious beacon of light mehere is a glorious beacon of light mehere is a glorious beacon of light mehere is a glorious beacon of light mehere's Avatar
    Join Date
    Mar 2008
    Location
    Wide Awake In Dreamland
    Posts
    830
    Rep Power
    8

    cool .. .thanks for posting the solution ...
    Quote of the Month:
    INSIGHT: When the going gets tough, the tough get going. The smart left a long time ago.

    Questions to Ponder:
    Are people more violently opposed to fur rather than leather because it's much easier to harass rich women than motorcycle gangs?

    iif([sarcasm]=true,iif([you have to ask]=true,"didn't work","ha ha ha"),"not sarcasm")
    copyright © 2008 sbenj69

    Sarchasm: The gulf between the author of sarcastic wit and the person who doesn't get it.

Closed Thread

LinkBacks (?)

  1. July 8th, 2008, 02:44 PM

Similar Threads

  1. go page to page questionaire app
    By peebman2000 in forum .NET Development
    Replies: 3
    Last Post: April 26th, 2008, 05:42 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

SEO by vBSEO