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:
How do I know what my CGI ID number is?
Thanks,
Sam
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
Thanks,
Sam
Comment