Forum: JavaScript / DHTML / AJAX Dec 18th, 2008 |
| Replies: 1 Views: 1,993 The problem was with the Javascript. By adding autoheight: true to the above code the accordion now works as intended in IE browser versions as well as Safari and FF.
Here's the code as modified:... |
Forum: JavaScript / DHTML / AJAX Dec 18th, 2008 |
| Replies: 1 Views: 1,993 Hello,
I need help with embedding links within a Jquery Accordion.
The code I am using is based on Jörn Zaefferer's JQuery Accordion plugin (http://jquery.bassistance.de/accordion/demo/), with... |
Forum: ASP Sep 14th, 2006 |
| Replies: 1 Views: 2,554 I have an Access DB with 2 tables: tbldirectory and tblPracticeAreas.
I have a search page (practice-search.html) where the user can pick an attorney practice area from a drop down list. Upon... |
Forum: ASP Jun 6th, 2006 |
| Replies: 3 Views: 4,782 I figured it out. Here's the working code:
with oCdoMail
.Subject = "Newsletter Request"
.TextBody = "Name: " & request.form("Name") & vbcrlf & "Company: " & request.form("Company") &... |
Forum: ASP Jun 6th, 2006 |
| Replies: 3 Views: 4,782 Hi there,
I'm new to the forums and a programming novice.
I've set up a CDOSYS form to email (a newsletter sign-up) and I'm trying to get my form field data to display on separate lines after... |