I have been trying to get the JMail.GetMessageBodyFromURL "http://mydomain.com" command to work, but all I get back is a very sparse HTML message in MS Outlook 2002 on WinXP SP2 UK.
I've checked and made sure that Outlook can accept HTML emails, but the problems I am experiencing are:
a) The placeholders are there, but none of the pics come through.
b) The external stylesheet has gone out the window.
c) If I click on any of the links a dialogue appears asking where I want to save the exe.
I have a feeling that problems (a) and (b) relate to the fact that the paths are relative to the site and Outlook needs the absolute, but how can this be easily corrected without changing the whole site?
Dear all, anyone know how to include a window media player in asp so my user can listen to sample music on my website?? Or anyone know where I can find the code?
Is this safe to store important/critical information in session objects by security point of view, like userID, or any primary key which I dont want users to see. The scenario is, I'm using XMLHTTP, and server.Execute to include files' outputs dynamically. so I can't share any code variable with them, session is the only way I can share variables with.
I downloaded htmlArea from http://www.interactivetools.com/products/htmlarea/.I have Windows 2000 Advanced Server & IE6.
The html area is not working correctly under it though its working fine in Windows XP Pro & IE6. Also it seems pretty basic. Can anyone tell me where I can get a bit more advanced rich text box for web?
I’m looking for a good standards compliant Rich Text Editor to replace texareas in forms so that users can format text (bold, italic, etc.). I work in an ASP environment with Dreamweaver, but these are not strict requirements. A dreamweaver extension that is based on ASP, is standards compliant and is not branded would be ideal, but anything would be fine. The most important requirement is that the product be standards compliant.
I am using RTF files to store a template which has certain tags which should be replaced with content with ASP.I can use the VBScript function replace to do this substitution but is it possible to merge the pages in one file with those in another from ASP?Is there also an easy way to print out the result?
How do you change the form that the data is posted to? I changed the name of the form in the action statement in RTE_message_form_inc.asp, however the data is still posted to display_message.asp and not my code.
Create a WebPart(in Sharepoint 2007) that downloads a .NET Rich Client. Well downloaded the Rich Client needs to communicate with the Web Part(through http calls). Googling around I have found examples with Webpart/Javascript communication but I have not found any examples with a Rich Client/Standalone app communication.
I need to embeed the RichClient inside my web part, how do I download an embedded file. This could be solved by not embedding the RichClient but I see it cleaner to embeed the file inside the WebPart to avoid installing other files than the WebPart. WebPart/Client communication. Is there any possibility to mimic the JS AJAX call, eg the WebForm_DoCallback call?
Noticed that a lot of sites provide sort of HTML based forms nowadays where you can actually change the text colour and format in the actual text box rather than encapsulate them in tags albeit HTML or bespoke ones.
What amazes me more is that they appear to me no more than ASP and HTML to generate the effect. No bespoke plugin in sight!
How are they doing this?I've created a mickey mouse content management system and at present the way that the user can format the content is pretty sparse, ie they can encapsulate text with <B>, <I>, <U>.
I need to build a rich text for a bit like this one here that i will the take the html and store in the database. I would like to know some good sample code or better still some tutorials to complete this well.
I have a rich text editor which if you write anything and press toggle button can give you the html version of the thing you typed. What i want to do is..i want to get this HTML version in my DB field..but when it gets inserted it doesnt get inserted as pure HTML.For example my html <p>smile </p>
should get inserted into DB field as <p>smile</p> but it gets inserted as :<P>smile</P> How do i tell the DB that its html syntax and i want to keep it as it is?
I have a table having 3 columns. There is a checkbox for each line. I need to get those lines whose checkboxes are checked, and show those lines to another webpage. Is there any way to do that? My concern is that all information in the table are in <tb></tb> pairs without any name tag. Any idea?
I'm doing a content management system, whereby the user can enter the HTML code for a currency symbol, eg £ for £.y . when I bring this data backup, say they want to edit the settings, then my ASP/HTML page is rendering the HTML code, eg £, rather than showing the original value, eg £.
If for example I put a space between the '&' and the 'pound;', eg & pound; then this will cause me problems because the user will think that they have to a put a space in or they file it with the space, which means the HTML code won't work any more. Is there a way round this?
i need to include the html inside another html, though it might appear simple, the catch is this, my one html is in one server and my another html is in another server.I cannot read the html and stream it as it has images and their path gets changed when i do that.
More over i donot have any control over the html which i am going to include all i have is a url http:abcxx.htm whose content i want to show in another asp page. The technology is ASP (vbscript and javascript).
I'm using CDO.Message to send emails and i'm using the .CreateMHTMLBody to send an html page, the only problem that i have is that when you view the email, you notice all the images that are in that page as attachments !!!! the email loads fine, but is there a way not to show the images in the attachments line
I have a asp page that sends a excel price list to customers, this worked fine untill now, but now when i sent one to myself it arrives as a dat file. Does any one know why, and how to fix it, is it a problem with my emailk reader (Outlook) or is it some thing to do wih Exchange?
I am using CDO Message to send mail from ASP page. I find that all the mails sent goes to bulk folder or appear as spam message in both yahoo and gmail. How can i prevent that.
Is There a Message Box in Active Server Script like in Visual Basic? The four books I have show it the same as VB but I get a Message "Permission Denied" MsgBox "Message"
When I load this script it says, �No record found�. This message suppose to display when I put something in search box and there is no record that matches in database. Everything else works fine. How can I get read of �no record found� message when I load page Code:
I am using CDO.Message object with code below. When I execute the .Send command, I get the following error.
Error: -2147220973 Description: The transport failed to connect to the server.
Note: The SMTP Server and the IIS Server are the same machine.
Anyone come across this error message in the past? This error also occurs when I use Method #1 where I use the schema reference provided by Microsoft. Here is the code:
I've created a form that e-mails the response to a person. Problem is that I want to include their name in the From attribute. Unfortunatly, the .From doesn't like spaces between strings. Are there any suggestions how to fix this? Code:
I use CDO.Message to send mail. The problem is, CDO.Message will send to any malformed address, (eg. smtp:email.address@domain.com) and no errors are thrown.
I want to delete a record from sql DB in asp page.. When the word "delete" is click, there will be prompted by message box about want or not to delete the record.
If the message box is clicked "yes" then record will be deleted. If the message box is clicked "no" so the record will not be deleted.
I've tried to use vbscript, but it didn't work, because I don't know how to combine this vbscript with ASP which is should connect to DB too.
If anyone who read this, has a complete coding for solving my problem, n would like to share with me ...
Does anyone know if it's possible to send an email out in the Session_OnEnd script? I Know it's possible to create a connection object in Session_OnEnd but unsure if it will create a cdo.message object.