Announcement

Collapse
No announcement yet.

SID & PERL

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

    SID & PERL

    Is there any way to extract the SID value using Perl? In fact is there any way, at all you can get the SID value without using javascript on the extended info pages?

    I've read this thread: http://community.actinic.com/showthread.php?t=2112 but with limited perl skills haven't fathomed out how to proceed.

    Anyone have any ideas? Actinic Support?

    Andy

    #2
    The SID parameter should be the section ID of the section where the product can be found. You can figure out the exact SID by checking the HTML source of the product page (look for <INPUT TYPE=HIDDEN NAME="SID" VALUE="xxx"> where xxx will be the section ID).
    Bruce King
    SellerDeck

    Comment

    Working...
    X