Ok, so something in here is causing my database selections not to work now.
Here is all of my code, in case I need to change some other stuff...
<script type="text/javascript">
/*Local...
Type: Posts; User: oriecat; Keyword(s):
Ok, so something in here is causing my database selections not to work now.
Here is all of my code, in case I need to change some other stuff...
<script type="text/javascript">
/*Local...
Thank you, I will try this out. :)
Hello. I hope I am in the right forum, I apologize if I should be somewhere else...
I am using this code that someone on here helped with in another thread.
function compose(){
var...
Hi, I have been using this script for our employees, but now I need to convert it to a form mail instead of a compose box. Does anyone have any tips for me on how best to do that?
Thank you.
Hmm, I am playing with it, and I notice that if I uncheck all and try to send to just one person, or a selection of people, it is working. And that's just the difference in the check box, it...
Here is what I got from the FF error console:
But I get that same thing whether it works or not.
I will PM you the URL info.
I am actually able to see the error in IE6.0, but it does the same thing in Firefox, but it just doesn't work, it doesn't give me the error message. Email client is Outlook Express at work, and I...
I am using some javascript code that jscheuer1 (sp?) posted a couple months ago. This is the part where I am getting an error:
function compose(){
var addys='', cc='?cc=', boxes =...
I have a webpage I have made, to filter a list of emails. Currently it is set up to select by Branch and/or Group, and Branch and Group are drop downs where you can pick one. I would like to change...
Thanks so much! :) I'll see what I can do with this...
I am trying to pull all info from my database and then have it grouped by the Branch field. I need to manually include a header about each Branch. So it would be like
Header1
list1
Header2...
Thank you! I didn't think it would be so easy :)
Thanks, I have updated that. I have also changed from a search box to a dropdown with the choices to save space, but I'm not sure I'm happy with that... but it's working for now...
Last thing I...
Never mind, I think I just got it. :):)
Thanks for your replies. :) What was happening before is that the page would return some values even before a choice was selected. I'm not sure how it was doing that, unless I had screwed up the...
Is there a limit to the number of conditions you can put in an if clause? I have this:
if ($choice == 03 || $choice == 04 || $choice == 05 || $choice == 07 || $choice == 08)
and it works, but if...
Thank you, thank you, thank you!!! I think I have it working now after a couple minor tweaks!
Hi, I hope I am putting this question in the right place, I am not entirely sure where it needs to be... I am working on a project, where I want to pull various emails from the database, display...
Hi, thanks for your reply. :) What does that mean "done server side"? Like on the email server? We are looking into that, but seems like it would require more work (or so I was told...). Or do...
Hi, I am looking for something like this also, but for use online for our employees. All employees have Outlook Express, so that concern earlier wouldn't be a problem... but I have a couple other...