|
|
Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Hi. I am trying to open a hyperlink through code to a redirected asp page but it is not working. Here is a portion of my (revised) code:
Dim strsql as string strsql = "http://dev.companyname.com/submitpayment/Redirect.asp" Application.FollowHyperlink strsql, , True, , "id=2"
I have also tried not using the 'extra info' portion:
Dim strsql as string strsql = "http://dev.companyname.com/submitpayment/Redirect.asp?id=2" Application.FollowHyperlink strsql
Each time, Internet Explorer opens, but it drops the id, the 2, so it doesn't bring up the data form. If i manually type in the url into a browser window it works fine, but when the hyperlink is sent from my code it doesn't work. I also tried disabling my firewall to see if that had something to do with it but i saw no changes. Any ideas? Thanks!
|
|
|
|
|