L
Liam
I'm trying to get a shopping cart button to go to an
HTTPS URL instead of the HTTP address it's goijng to
right now.
The page, in ASPX, has a .VB page that when the button's
clicked runs a funtion that does this:
Response.Redirect.System.Configuration.ConfigurationSettin
gs.AppSettings("ksroot") & "checkout")
It's not my page, and I'm trying to figure out how it's
done...but I don't know what that lines is doing aside
from redirecting the browser.
Any clues based on that on where I should look to find
where the redirect is pointing so I can change the URL?
Thanks!
Liam
HTTPS URL instead of the HTTP address it's goijng to
right now.
The page, in ASPX, has a .VB page that when the button's
clicked runs a funtion that does this:
Response.Redirect.System.Configuration.ConfigurationSettin
gs.AppSettings("ksroot") & "checkout")
It's not my page, and I'm trying to figure out how it's
done...but I don't know what that lines is doing aside
from redirecting the browser.
Any clues based on that on where I should look to find
where the redirect is pointing so I can change the URL?
Thanks!
Liam