DeveloperBarn Forums

DeveloperBarn

Programming & IT forum

Open Web Page

This is a discussion on Open Web Page within the Microsoft Access forums, part of the Databases category; My Code Builds this variable...URL I want to actually open a web page with it Dont know how....any thoughts? Code: ...

Go Back   DeveloperBarn Forums > Databases > Microsoft Access

  1 links from elsewhere to this Post. Click to view. #1  
Old May 14th, 2008, 04:24 PM
Barn Newbie
 
Join Date: Apr 2008
Posts: 21
Rep Power: 2
Jaykappy is an unknown quantity at this point
Default 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  
Old May 14th, 2008, 04:32 PM
Barn Newbie
 
Join Date: Apr 2008
Posts: 21
Rep Power: 2
Jaykappy is an unknown quantity at this point
Default

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 = ""

Comments on this post
mehere agrees: nice job
The Following User Says Thank You to Jaykappy For This Useful Post:
sbenj69 (May 27th, 2008)
  #3  
Old May 14th, 2008, 06:32 PM
mehere's Avatar
Super Sarcasm Mistress
 
Join Date: Mar 2008
Real name: Joanne
Location: Wide Awake In Dreamland
Posts: 375
Rep Power: 6
mehere is just really nicemehere is just really nicemehere is just really nicemehere is just really nicemehere is just really nice
Default

cool .. .thanks for posting the solution ...
__________________
Quote of the Month:
Mistakes: It could be that the purpose of your life is only to serve as a warning to others.

Questions to Ponder:
Why do banks charge you a "non-sufficient funds fee" on money they already know you don't have?

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

  DeveloperBarn Forums > Databases > Microsoft Access

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)

LinkBack to this Thread: http://www.developerbarn.com/microsoft-access/185-open-web-page.html

Posted By For Type Date
webForum - script i access This thread Refback July 8th, 2008 01:44 PM

Similar Threads

Thread Thread Starter Forum Replies Last Post
go page to page questionaire app peebman2000 .Net Development 3 April 26th, 2008 04:42 PM


All times are GMT -4. The time now is 04:22 PM.


Copyright ©2008-2010, DeveloperBarn

Content Relevant URLs by vBSEO 3.3.2