Announcement

Collapse
No announcement yet.

javascript:ShowPopUp causes domain duplication in cart page links

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    javascript:ShowPopUp causes domain duplication in cart page links

    I posted two weeks ago with a problem where cart page links were being mangled by Actinic

    http: //www.domain.com/pagename was being rendered as http: //www.domain.com/acatalog/http ://www.domain.com/pagename [without the spaces].

    Actinic support found the cause and the solution.

    All the links being mangled were of the javascript:ShowPopUp variety and introducing a space between the ShowPopUp and the bracketed parameters ('<full path to pagefile>', <width>, <height>) solves the problem.

    To emphasize:

    Don't use javascript:ShowPopUp('<full path to pagefile>', <width>, <height>)

    DO use javascript:ShowPopUp ('<full path to pagefile>', <width>, <height>)
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    #2
    Good point to note Bill. I will check my instances of this and amend as required.

    Comment

    Working...
    X