I have created a stored procedure called pCountMail which returns me a count of the number of matching records:
CREATE PROCEDURE pCountMail @InboxID numeric(9) AS
SELECT COUNT (*) FROM scmessage where categoryid = @InboxID
This procedure works fine when I run it in Query Analyzer. I can't work...
Thanks for your advice. I'm still having trouble though.
I've created an area using <div> which will contain my dropwdown menu and can change the visibility of it by editing the HTML code. When I try getting Javascript to change the visibility in the example below it doesn't work:
<a...
The only browser I want to support is IE5. I know there would be lots more work to create something that supported the various versions of IE & Netscape.
Thanks, Justyn.
I would like to create a drop down menu using Javascript and was wondering if this would be possible and how easy it would be to write.
I'm trying to create a menu which looks like the Bookmarks drop-down list in Netscape 4.
I will need a line of images as main menu items. When you mouseover...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.