Ok got it working but in Firefox it appears correct, however,
in IE 6 and IE 7, the submenu is offset to the right rather than directly below the top menu option...
??
User Profile
Collapse
-
CSS Dropdown... almost got it
Here is the CSS:
and the HTML:
The problem I am having is this, the menu functions as it should, but the submenu pulls out horizontally instead of vertically listed.
I tried stripping the code down and using Suckerfish's code, that works like it should, but when I start adding the elements to make it look good, then it goes back to horizontal.
There is something... -
Ok, tested it with telnet. I can get in, says the sender is ok, but it then tells me that it can not relay for the email... so apparently I didn't set that up correctly... I'll try to get that working first....Leave a comment:
-
Mark,
I got the message that it did not send, and pao, that didn't work either :/...Leave a comment:
-
Ok I ended up with this error:
Mail send failure. Error was This evaluation component has expired.
obviously because the trial expired... hmmm...
I attempted to even use the code:
<%
Set myMail=CreateOb ject("CDO.Messa ge")
myMail.Subject= "Sending email with CDO"
myMail.From="my mail@mydomain.c om"
myMail.To="v.w@ myemail.com"...Leave a comment:
-
Unfortunately, I do it all here. I'm "IT" (hehe sorry gotta have some humor). There is no mail set up on either server. I attempted in setting up smarthost on the virtual smtp server on the web server. Not sure if I did it correctly or not, I left the outbound to default anonymous authentication, but I entered the SMTP mail server address (through godaddy) under Advanced options. Again, not sure if that will work.
But really,...Leave a comment:
-
That's just the thing, I don't know how to send it on the same page as the insert record page :(
I'm still researching as much as possible, but he really wants this ASaP
On the webserver, it has a Default SMTP Virtual Server set up but it is set to the default domain which is our local domain. Do I need to add another domain that reflects our domain name for the actual web site?Leave a comment:
-
Actually, one the page where they enter data, it's just a single page set up with an Insert Record code. And that's what I meant about the send email from a second page (I think we are thinking the same, just didn't come out the same). I guess in other words what I am thinking, is do Insert Record on page1.asp then have it go to page2.asp and it doesn't necessarily need to carry over the information, but have it email from page2.asp using a Recordset...Leave a comment:
-
Setting SQL Email, using ASP to email using database
The low down:
Local Web Server on Windows 2003
Local SQL Server on Windows 2003
Hosting dynamic website tied to inhouse Access Application
Ok, basically, how it is set up, people can login to our website and enter data (insert record), on our end, we have an Access application where we can play with the data that was entered via the website. Currently, we do not have either server set up as a Mail server.
...
No activity results to display
Show More
Leave a comment: