Announcement

Collapse
No announcement yet.

Quantity - get rid of the word "quantity"

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

    Quantity - get rid of the word "quantity"

    Hi,

    I've seen a post about how to change the size of the quantity text box, but I want to just get rid of the word "quantity", so I just have the text box. Anyone know how to do this?

    Also, I'm looking to link to sections within actinic and on other pages outside actinic. I found this in the manual:

    Code:
    http://your.URL/cgibin/ss00000x.pl?SECTIONID=Section%5fPage%2ehtml&NOLOGIN=1
    Where:
    • http://your.URL/cgi-bin is the URL of your CGI-BIN
    • ss00000x.pl is the name of your search script with the 'x' replaced with your CGI ID number
    • Section%5fPage%2ehtml is the filename of your desired page. Note that you have to encode
    any non-alphanumeric characters so an underscore '_' becomes '%5f' and a full stop '.'
    becomes '%2e'.
    • &NOLOGIN=1 is an essential thing to add to the end of the URL to order to bypass the login
    page
    How do I know what my CGI ID number is?

    Thanks,

    Sam

    #2
    cgi bin ID

    How do I know what my CGI ID number is?


    In Actinic go to Advanced and then Network Set up .. the CGI ID is listed there
    s a b b i e t a g e d

    (*^_^*)

    A wise Monkey never monkies with another Monkies Monkey ..

    Comment


      #3
      Thank you.

      I found this:

      Code:
      %s<INPUT TYPE=text NAME="%s" SIZE="4" VALUE="%d">
      and in the manual it says this is the line to edit for the quantity button. So I took the %s away, but it didn't work, giving:

      a larger textbox with the text:

      Code:
      Quantity:" SIZE="4" VALUE="213279560">
      Sam

      Comment


        #4
        Sam,

        Go to Design | Text then click on go to and type in phase -1 and id 166. Delete whatever is in there and it should work.

        Regards

        Dave
        Cheers

        David
        Located in Edinburgh UK

        http://twitter.com/mcfinster

        Comment

        Working...
        X