logo

New Response

« Return to the blog entry

You are replying to:

    • avatar
    • Alastair Grant
    • Posted on Sat 23 Feb 2008 02:11 PM

    Hi Jake,

    Let Me.BaseURL = "http"+Replace(Me.document.HTTPS(0), "ON", "s")+"://"+Me.FQDN+"/"+Me.path

    The HTTPS field will default to 'OFF' so you'll need:

    If Me.document.HTTPS(0)="ON" Then

    Let Me.BaseURL = "https"+"://"+Me.FQDN+"/"+Me.path

    Else

    Let Me.BaseURL = "http://"+Me.FQDN+"/"+Me.path

    End If

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: