[ List Archives Home ] [ Thread index for 2008 ] [ Date index for 2008 ] [ Author index for 2008 ]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Dear IUG Members,
We wish to implement online ordering of books in our library. Our lecturers
are responsible for ordering the books. They usually would print out book
details from Amazon, and hand them in. Sometimes they go to great lengths
tying out lists of books. These are then either rejected or accepted, and
typed into our system as order records.
It would be nice to be able to tell the lecturers to order online from the
http://library.itsligo.ie/acquire page. I picked up Corey Seeman's (Thank
you Corey) cuatomized form from the clearing house thinking it would solve
my problems, and it is sort of working.
I wish the price , isbn, and programme (drop down list) information to go
directly into the acquisitions programme.
At the moment, when I click on the recommendations button in acquisitions,
and view detailed recommendations, the only information coming through is
author, title, and other information.
Here is my code for the acquire page:



-->
<SCRIPT LANGUAGE="JavaScript"><!--
function copydata() {
document.acq.mention.value = 'ISBN: ' + document.acq.isbn.value + ' /
PRICE: ' +
document.acq.price.value;
document.acq.other.value = 'DEPT: ' +
document.acq.department.options[document.acq.department.selectedIndex].value
+
' / FORMAT: ' +
document.acq.media.options[document.acq.media.selectedIndex].value;
document.acq.submit();
}
//--></SCRIPT>

<!--{patron}-->
<p>
<FORM NAME="acq" METHOD=POST onSubmit="return copydata()">
Author:
<INPUT TYPE="text" NAME="author" VALUE="" SIZE=40 MAXLENGTH=40>
<P>
Title & Edition:
<INPUT TYPE="text" NAME="title" VALUE="" SIZE=40 MAXLENGTH=40>
<P>
Publisher & Date Published:
<INPUT TYPE="text" NAME="publish" VALUE="" SIZE=60 MAXLENGTH=60>
<P>
ISBN / ISSN: <INPUT TYPE="text" NAME="isbn" VALUE="" SIZE=15
MAXLENGTH=15><p>
Price: <INPUT TYPE="text" NAME="price" VALUE="" SIZE=8 MAXLENGTH=8><p>
<!-- NOTE
// Even though I have combined the data fields above using the JavaScript, I
still
// need to submit the data to the server. The hidden input entry below does
that.
-->
<INPUT TYPE="HIDDEN" NAME="mention">
<!-- NOTE
// To create a dropdown box, I use standard HTML coding.
-->
<p>
Department:
<SELECT NAME="department">
<OPTION VALUE="-none-">SELECT DEPARTMENT
<OPTION VALUE="Business">Business & Humanities
<OPTION VALUE="Engineering">Engineering
<OPTION VALUE="Science">Science
<OPTION VALUE="Library">Library Staff
</SELECT>
<p>
Format: <SELECT NAME="media">
<OPTION VALUE="Book">Book
<OPTION VALUE="Subscription">Subscription
<OPTION VALUE="Electronic">E-Resource
<OPTION VALUE="Ref Book">Reference Book
<OPTION VALUE="microfilm">Microfilm
<OPTION VALUE="Audio CD">Audio CD
<OPTION VALUE="DVD">DVD
<OPTION VALUE="misc.">Other Format
</SELECT>
<INPUT TYPE="HIDDEN" NAME="other">
<BR>
<BR>
<input name="submit" type="SUBMIT" value="SUBMIT THIS SUGGESTION"></FORM>

Can anyone help me?
Kind regards,

Áine Meehan
Systems Librarian
Library, Institute of Technology, Sligo,
Ballinode,
Sligo,
Ireland

Tel Direct : +353 (0)71 91 37218
Tel Switchboard: +353 (0)71 91 55222
Fax: +353 (0) 71 91 41996
Web: http://library.itsligo.ie







--- StripMime Report -- processed MIME parts ---
multipart/mixed
text/plain (text body -- kept)
application/ms-tnef
---