Thanks Chip,
I think I was not clear enaugh, I know the diff between http & https and that they point to the same image. My questin was how do I detect secure connection and the best method to change the urls.
The problem I have here is as follows. I have a header file which is inluded in all...
Thanks Chip,
but I don't want url for the images be encrypted all the time (I was told it slows down the site), I want it to be http but when the connection becomes secure (like during check out), I would like the image urls to change to https.
What would be the best way to detect secure...
Hello,
I have images in header and footer. When user is redirected to secure part of site (for example during checkout) I need http be substituted by https in image urls.
What would be the best way to implement it?
Thanks,
Denis
Hello,
I have a product detail page with small product image, when this image is clicked or link below (view larger image) is clicked I would like to open a new window with this product's larger image in it. So I would have to call a new aspx page with the product ID as a parameter...
Hi,
thanks for your response.
Not what I wanted though.
What I would like to do is to exactly the opposite, I would like to avoid placing variable in the referred URLs. The url will look like www.somewebsite.com/page1.aspx or www.somewebsite.com/page5.aspx but in page5.aspx.vb file I need to...
Hello,
is it possible to add a variable to the HTTP query string?
For examle the requested URL was www.somewebsite.com/page.aspx, but in the page.aspx I have a control that queries the request.querystring("ID"), so what I need is to somehow in the code add an ID variable and set it to lets say...
Thanks.
I am using win 2000 server as the development pc where I also pack the files using PDW wizard.
The error happens when I install the package on some XP and Win 2000 computers.
Will packages created with Visual Studio Installer work on Win XP as well? What about Win 2003?
Denis
Please help!
I created an install package. But during installation it says that some files have to be updated and the computer must be restarted in order to continue the setup, without it it will not continue.
If I click on OK, the computer gets restarted, then when I try to install the project...
Hello,
I need to print a report on a preprinted form.
Sometimes the text boxes on a preprinted form are moved a little left/right or up/down, so I need to enable the user to move the report fields as well (from 1 to 20 mm) from my VB6 application.
Is it possible to do?
TIA,
Denis
Hello,
I have this in a formular:
stringVar result := "";
result := cstr(Year ({Claim.ServiceTo}));
result;
For the date: 1/1/03 it returns 2,003.00 Why is it formatting it like that? How could I get 2003 or 03?
I also get the same format for the Day and Month (1.0 instead of 1 or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.