Click here to Skip to main content
15,886,795 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: MultiLine Text Box focus Pin
vaghelabhavesh3-Feb-09 12:09
vaghelabhavesh3-Feb-09 12:09 
Question[HTML IE6] Trouble column size with detailed table Pin
belfaigore2-Feb-09 22:38
belfaigore2-Feb-09 22:38 
AnswerRe: [HTML IE6] Trouble column size with detailed table Pin
Aman Bhullar2-Feb-09 23:15
Aman Bhullar2-Feb-09 23:15 
GeneralRe: [HTML IE6] Trouble column size with detailed table Pin
belfaigore2-Feb-09 23:55
belfaigore2-Feb-09 23:55 
GeneralRe: [HTML IE6] Trouble column size with detailed table Pin
Aman Bhullar3-Feb-09 0:10
Aman Bhullar3-Feb-09 0:10 
GeneralRe: [HTML IE6] Trouble column size with detailed table Pin
belfaigore3-Feb-09 2:24
belfaigore3-Feb-09 2:24 
QuestionCannot instantiate non-existent class: database in /includes/joomla.php Pin
Rasma Raj2-Feb-09 20:24
Rasma Raj2-Feb-09 20:24 
QuestionMysterious "File Not Found" Pin
Reelix2-Feb-09 0:55
Reelix2-Feb-09 0:55 
Hi all - I wonder if you could help me with this weird error...

I have some rather simple mailing code:

mysteryMail.asp
<form action="mysteryMail.asp" method="get">
Subject: <input type="text" name="subject" width = "200" value="Paste Subject Here" />
<br /><br />
Body: <input type="text" name="body" width = "200" value="Paste Mail Body Here" />
<br /><br />
<input type="submit" value="Send Away!" />
</form>
<%
if (Request.QueryString("body") <> "") then
Server.ScriptTimeout = "50000"

dim theMail
set theMail = Server.CreateOBject("JMail.Message")
theMail.Logging = true
theMail.From = "validFrom@domain.com"
theMail.AddRecipient "validTo@domain.com"
theMail.Subject = "Test Mail"
theMail.HTMLBody = Request.QueryString("body")
theMail.Silent = true
theMail.Send("validMailingServerIP")
Response.Write("<h1>Mailing Complete.</h1>")
end if
%>

Now, the script works perfectly - Unless in the following mysterious occasion (Not intended as advertising - It seems to be VERY specific conditions).

Subject:

Doesn't Really Matter

Body:

<table border="0" width="641" bgcolor="#000000"> <tbody><tr> <td><img src="http://www.esaworld.co.za/images/stories/newsletters/platinum%20annoucement/header.gif" border="0" /></td> </tr> <tr> <td height="700" background="http://www.esaworld.co.za/images/stories/newsletters/platinum annoucement/backgrd.gif"><font style="font-family: Verdana,Arial,Helvetica,sans-serif" color="#ffffff"><strong style="font-size: 11px">Hi Everyone</strong></font><br /><font style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px" color="#749bf8"><br />Now that everyone has settled in after the first month of 2009, I’m sure all the calendars are already planned</font>.<p> </p><p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px"><font color="#ffffff">ESA is proud to announce that 2009 will yet be another big leap forward in angling taking our sport to new levels.<br /><br /> <br /><br />The ESA Platinum Bass Series promises to be the Biggest and most Prestigious Series South Africa has ever seen in Angling,<br /><br />with events that will cater for the whole family and especially the serious and the angler who just love their sport.<br /><br />The events will have lots to offer with kids play areas, beer gardens, stalls, huge pools of prize money, spectacular events,<br /><br /> live entertainment and some serious Angling action!!!</font><br /><br /> <br /><br /><font color="#749bf8"><strong>LIMITED SPACE AVAILABLE!! To Register – Go to <a href="/">www.esaworld.co.za</a></strong></font><br /><br /><strong><font color="zzzzzzz">

Now, that DOESN'T work (Giving a 'The system cannot find the file specified. ' Error (The fact that's it's incomplete code should be irrelevant, as you'll see if you read on)

Although, if you replace the

<font color="zzzzzzz">

with a:

<font color="z">

it works perfectly

Any help would be GREATLY appreciated!!!!

-= Reelix =-
Questiononclick event not working in firefox but works in IE Pin
uglyeyes1-Feb-09 21:41
uglyeyes1-Feb-09 21:41 
AnswerRe: onclick event not working in firefox but works in IE Pin
SeMartens2-Feb-09 2:44
SeMartens2-Feb-09 2:44 
QuestionJAVASCRIPT selectNodes() returns 0 if XML contains '&' char Pin
Arindam Tewary1-Feb-09 21:26
professionalArindam Tewary1-Feb-09 21:26 
QuestionAJAX Pin
saurabh200671-Feb-09 17:48
saurabh200671-Feb-09 17:48 
AnswerRe: AJAX Pin
SeMartens2-Feb-09 2:50
SeMartens2-Feb-09 2:50 
GeneralRe: AJAX Pin
saurabh200672-Feb-09 6:36
saurabh200672-Feb-09 6:36 
QuestionJavaScript Error with IE Pin
r aa j1-Feb-09 17:37
r aa j1-Feb-09 17:37 
AnswerRe: JavaScript Error with IE Pin
saurabh200671-Feb-09 19:13
saurabh200671-Feb-09 19:13 
Questionautogenerate column Pin
Mhiny1-Feb-09 16:43
Mhiny1-Feb-09 16:43 
Questionapp.config vs app.xaml [modified] Pin
devvvy31-Jan-09 17:35
devvvy31-Jan-09 17:35 
AnswerRe: app.config vs app.xaml Pin
devvvy31-Jan-09 18:08
devvvy31-Jan-09 18:08 
QuestionWPF and web browser application [modified] Pin
devvvy31-Jan-09 16:02
devvvy31-Jan-09 16:02 
QuestionCSS Problems in IE [modified] Pin
#realJSOP31-Jan-09 2:33
mve#realJSOP31-Jan-09 2:33 
AnswerRe: CSS Problems in IE Pin
Aman Bhullar31-Jan-09 5:27
Aman Bhullar31-Jan-09 5:27 
GeneralRe: CSS Problems in IE Pin
#realJSOP31-Jan-09 5:41
mve#realJSOP31-Jan-09 5:41 
GeneralRe: CSS Problems in IE Pin
Shog931-Jan-09 7:22
sitebuilderShog931-Jan-09 7:22 
GeneralRe: CSS Problems in IE Pin
Guffa1-Feb-09 13:26
Guffa1-Feb-09 13:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.