User Profile

Collapse

Profile Sidebar

Collapse
theaj
theaj
Last Activity: Jun 9 '09, 04:23 AM
Joined: Nov 17 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Bingo !

    Those weird chinese characters were not chinese characters as such but ANSI form of the actual unicode content.

    When I copied and pasted that weird stuff in HTML and saw in browser..it was the intended Unicode content !

    So, my problem is solved now. Just thought to convey u so. Thanx for ur help so far.

    The problem that still bugs me is, even though default encoding in my E-mail...
    See more | Go to post

    Leave a comment:


  • theaj
    replied to Sending mails using ASP
    does that mean I can't test my code unless I host it on an actual website ?
    If it is so,is there any way I can test wheather I am getting the desired functionality before actually hosting this facility on website ?

    (bear with me if im totally out of context...im new to ASP)...
    See more | Go to post

    Leave a comment:


  • theaj
    replied to Sending mails using ASP
    Thanks for the response semomaniz.

    Please tell me what kind of this mail will be ? I am asking so because, would it not require a permission (a password in this case) from the sender ?

    (Moderators please don't see this question as if I am seeking any such hacking kind of code. All I want to know is the mechanism of sending mails using ASP)

    And what you meant by Hosting Company ?...
    See more | Go to post

    Leave a comment:


  • theaj
    replied to Sending mails using ASP
    Excuse me...but you took me in the wrong sense...my question was more like...

    "I wonder how can this be possible to send emails without requiring any password ?"

    As this code showed, I thought this code does so. I too know that this is not legal and ethical too....
    See more | Go to post

    Leave a comment:


  • yea..hope so. thanx anyways.
    See more | Go to post

    Leave a comment:


  • I am trying to do so with the help of ASP but it is not working.
    I have posted the problem im gettin in ASP in ASP forum. The link is given below...

    http://bytes.com/topic/asp-classic/a...ails-using-asp

    so far no responses....ca n u help ?...
    See more | Go to post

    Leave a comment:


  • thanks acoder...ur inputs were really valuable.
    See more | Go to post

    Leave a comment:


  • theaj
    started a topic Sending mails using ASP

    Sending mails using ASP

    Hi all,

    I am tryin to send a mail using ASP through my webpage.
    There are many web-pages that give code which looks like given below...

    from the code its obvious that we need to modify it with our mail IDs for verification purposes. I did so but still it doesnt seem to work...are their any SMTP related issues in this ? Please guide me to make this code work.

    One question more....how can we send e-mails...
    See more | Go to post

  • I tested the thunderbird for it and the unicode text gets rendered correctly. Though my outlook is using default encoding as Unicode it is garbling the data.
    See more | Go to post

    Leave a comment:


  • I have just tried on outlook yet...but yes my browsers settings are configured to use utf-8 for mailto links. Still the problem persists....

    Its the medium through which the data is transferred from browser to outlook which is garbling my unicode data...
    See more | Go to post

    Leave a comment:


  • This is the input i give,
    किताब पुणे
    and this goes through a function in javascript which modifies the href by appending this string at the end as a subject of mail.

    And what actually gets appended is given below as seen in outlook..
    à¤.िताब पुणà¥?.

    My Outlook does support unicode because if this text (किताब पुणे) is directly pasted in outlook, it gets rendered as it is.
    See more | Go to post

    Leave a comment:


  • By unicode content I mean, I have some data in Devnagari Script which is in range u0901 to u097f.

    And yes this mailto link i have generated dynamically generated in the javascript. This data is not there when page loads....
    See more | Go to post

    Leave a comment:


  • thanx for the reply...but

    encodeURICompon ent will give me the string i want to encode, into encoded uri format. But what i want is not this.

    I have already encoded my data in that form. It is the unicode content in that data which when taken to E-mail client, gets garbled. I want to maintain that unicode information....
    See more | Go to post

    Leave a comment:


  • Maintaining unicode content through mailto link...

    Hi all,
    I am trying to pass unicode data through mailto links. The problems is, it gets garbled and does not appear in Outlook window in its proper format and instead takes weird chinese characters form. Can anyone tell me how to overcome this ?

    Thanks in advance.
    See more | Go to post

  • yea but using the value property restricts me from applying inline CSS on selected portion of the text.....actual ly thats the reason i was more interested in innerHTML.

    is there any way to make mozilla aware of the changed innerHTML instead ?
    See more | Go to post

    Leave a comment:


  • the sample code is shown...

    [HTML]<html>
    <head>
    <title></title>
    <script type="text/javascript">
    function abc()
    {
    alert(document. getElementById( "c").innerHTML) ;
    }
    </script>
    </head>
    <body>
    <textarea id="c" onclick="abc()" >Its a fact...</textarea>...
    See more | Go to post
    Last edited by acoder; Nov 17 '08, 06:29 PM. Reason: Added [code] tags

    Leave a comment:


  • theaj
    started a topic Mozilla innerHTML unexpected behaviour.....

    Mozilla innerHTML unexpected behaviour.....

    Hi all,
    im trying to change the CSS of an HTML element dynamically...f or that purpose im taking help of innerHTML property.

    i have made the text on which CSS gets applied dynamically, editable, with the help of textarea.

    the problem im facing is, maybe mozilla remembers the innerHTML of a textarea on the first posting. So if the user edits the text in textarea, it fails to show new text and shows original text...
    See more | Go to post
No activity results to display
Show More
Working...