Recent content by martin_ua

  1. M

    Urgent Help

    i talked to my boss this afternoon, cheaper ideal seems to be the main reason he want to make this change. But fortunately, he dropped the idea after he realized how much changes and money cost it also will be made. Thanks for you guys' advice, esp you Stephen, it's really helpful! Cheers
  2. M

    Urgent Help

    yeah, i know it's all about the MONEY!!!
  3. M

    Urgent Help

    I'm working on web site's asp.net programming, and already built up several asp.net pages, but yesterday my boss told me our web sites will be moved into a new ISP which is support ASP ONLY. I wonder if it's possible to transfer my asp.net pages to asp pages automatically or easiest way to do...
  4. M

    change the font size in script

    hi, i'm writing script part of an application form by asp.net, sth like ------------------------------- <script runat="server"> Sub Submit_ApplicationForm(Source As Object, E As EventArgs) Dim sMsg As String sMsg+= "Application Form:" & vbcrlf +"<BR>" +"<BR>" sMsg+= "*Your Personal...
  5. M

    Sending Application form by email

    Just want to make my question a bit more clear. I'm actually focus on how can i save the application form's information on the server in the format of doc or html file thanks a lot, guys
  6. M

    Sending Application form by email

    Hi, There I'm currently working on a web site. There is an application form is required to be filled by visitors, my idea is simplely send the form to webmaster by email in the format of attachment, like .doc or sth, i wonder how am i suppose to make it happen. Many thanks Martin
  7. M

    SMTP Question

    BluJag, So if my computer name is martin, which will be mail.martin.com ? i'm installing apache, how do i know mydomin name? Thanks a lot
  8. M

    SMTP Question

    sorry abt the rookie questions...what's the smtp server address for my local computer? smtp.myusername.com or sth like that?
  9. M

    SMTP Question

    Hi, I just grab the following code from previous thread in the forum, everything has been set correctly, i reckon. The page return with "Success", but i haven't received any mail in my inbox. Was that Normal, or i should replace "localhost" by the ISP's mail.domain.com so that i could get a...
Back
Top