Go Back   DeveloperBarn Forums > Databases > Microsoft Access

Sponsored Links

Discuss "Open Web Page" in the Microsoft Access forum.

Microsoft Access - Microsoft Access is a database for small to medium applications. Learn tips and tricks and best database practices here.


Closed Thread « Previous Thread | Next Thread »  
 
LinkBack (1) Thread Tools Display Modes
  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
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 1
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
Sponsored Links
  #2  
Old May 14th, 2008, 04:32 PM
Barn Newbie
 
Join Date: Apr 2008
Posts: 21
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 1
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
Location: Wide Awake In Dreamland
Posts: 143
Thanks: 10
Thanked 27 Times in 25 Posts
Rep Power: 1
mehere will become famous soon enough

Awards Showcase
Microsoft SQL Server Classic ASP 
Total Awards: 2

Default

cool .. .thanks for posting the solution ...
__________________
Quote of the Month:
Regret: It hurts to admit when you make mistakes - but when they're big enough, the pain only lasts a second.

Questions to Ponder:
Could it be that all those trick-or-treaters wearing sheets aren’t going as ghosts but as mattresses?

iif([sarcasm]=true,iif([you have to ask]=true,"didn't work","ha ha ha"),"not sarcasm")
copyright © 2008 sbenj69
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
Forum Jump

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

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


All times are GMT -4. The time now is 06:49 PM.



Content Relevant URLs by vBSEO 3.2.0