6,574 Topics

Member Avatar for
Member Avatar for rm_daniweb

You can include cc: and bcc: [ICODE] //filename: html_mailer.php class htmlMailer { function sendWelcomeHTMLMail($email, $age, $sex){ $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= "From: ".EMAIL_FROM_NAME." <".EMAIL_FROM_ADDR.">\r\n"; //define constants $headers .= 'Bcc: [email]email1@msn.com[/email], [email]email2@yahoo.com[/email], [email]email3@aol.com[/email]' . "\r\n"; $subject = "Welcome!"; $message = <<<EOT …

Member Avatar for rm_daniweb
0
261
Member Avatar for rm_daniweb

[ICODE]<?php error_reporting(E_ALL); $to = 'whom@yahoo.com'; $subject = 'The Playboys!'; $message = ' <html> <head> <title>TESTING!</title> </head> <body> <p>Playboy in the Philippines</p> <table> <tr> <th>Name</th><th>Sex</th><th>Age</th><th>Vitamin</th> </tr> <tr> <td>Tukmol</td><td>Twice a Day</td><td>75</td><td>Viagra</td> </tr> <tr> <td>Tamulmol</td><td>M ...W.....F</td><td>80</td><td>Tongkat Ali</td> </tr> </table> </body> </html> '; // Content-type header $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= …

Member Avatar for Upsilon
0
404
Member Avatar for bhuvanwip

Hi, I want to view my xml in the Html page using stylesheet(XSL)so that it should provide me the tree view in Html. Same as what we are achieving in xml with removal of the XSL reference. Can any one provide me some guidance to achive that? Thanks Bhuvanesh

Member Avatar for xml_looser
0
46
Member Avatar for vidaj

Hello I'm building my own html parser in python, and have ran into some problems. First off, I'm using python 3, so I can't use the old bundled sgmlparser, or beautiful soup and could not find windows binaries for lxml, so I'm rolling my own. It is for my master …

Member Avatar for vidaj
0
1K
Member Avatar for steed61

I ran Avast! Home Edition after updating to the newest version yesterday and it found something called HTML:Script.inf and WinRPoly [Cryp]. After some internet research, I found several posts on Ubuntu/Linux forums of the HTML:Script.inf being found by AVG Free Home Edition only for the poster or respondents to determine …

0
70
Member Avatar for otooleb6

Hi everyone, I am creating a student timetable. I have the table done in html and I now need to input the values in the database. I was trying to use something along the lines of [code]if(day = 'Monday' && time = '9') { echo(subject); }[/code] i keep getting an …

Member Avatar for nav33n
0
87
Member Avatar for joeltonnberg

Hi, I'm currently trying to implement expanding text to links. However, as the links are created dynamically I need to be able to make the DIVs Id-tag 'general' in the script. So, instead of this: [ICODE]function pageLoad() { collapseAll($('myvar_1','myvar_2','myvar_3)); } [/ICODE] I would like something like this: [ICODE]function pageLoad() { …

Member Avatar for essential
0
101
Member Avatar for renaissance33

i am working on severall offline databases. These html pages will never come on the web. they are just helping files and so on.... i have a lot of pictures too i would like to embed some pictures in these databases. i am working in html but i am not …

0
40
Member Avatar for cguan_77

hi, would it be possible to define different type of css style in one body of html.. or declare different css styles in one page.... for example: line 1 would define css style 1 line 2 another css declaration line 3 another css declaration any ideas is greatly appreciated... or …

Member Avatar for richie513
0
129
Member Avatar for jtyler

Table does not display any border when php outputs data from MySQL. I'm trying to set the following styles for table: border-width: thin border-style: solid Below is the snippet of code I'm having trouble with. print( "<table border-width = thin border-style = solid cellpadding = 1 width = 1400px>" ); …

Member Avatar for jtyler
0
2K
Member Avatar for sreuben

Hi, I have an oracle sql query that return many rows. The result will be shown in an html table in column format. I have html table that with the static header. I need to generate dynamic rows depending upon the result of the queries. Thanks, Reuben

Member Avatar for sreuben
0
188
Member Avatar for aashishn86

hii...i am creating a chart using html and asp the code for it is : [code] <%@ LANGUAGE="VBSCRIPT" %> <% Option Explicit %> <% Dim data1Array(3) data1Array(0) = 5 data1Array(1) = 15 data1Array(2) = 25 data1Array(3) = 50 Dim data2Array(3) data2Array(0) = 5 data2Array(1) = 10 data2Array(2) = 20 data2Array(3) …

Member Avatar for aashishn86
0
98
Member Avatar for veledrom

Hi, Code below doesn't add new innerHTML into table cell. When it adds it should run other (slideOther.js) file but, doesn't work. Thanks [code] <html> <head> <script type="text/javascript"> function startSlide() { el=document.getElementById('productsBigCell'); el.innerHTML='<script>var slide1foldername="";</script><script src="slideOther.js" type="text/javascript"></script>'; } <script> </head> <body onLoad="startSlide();"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td id="productsBigCell" colspan="5">&nbsp;</td> </tr> …

Member Avatar for veledrom
0
111
Member Avatar for samarudge

Hi, I have the following Javascript code for loading my Google custom search: [CODE=javascript]Search = '<form action="http://www.ututorial.net/search" id="cse-search-box"><div><input type="hidden" name="cx" value="partner-pub-3996237323979957:tenb6ft9bbh" /><input type="hidden" name="cof" value="FORID:10" /><input type="hidden" name="ie" value="ISO-8859-1" /><input type="text" name="q" size="31" /><input type="submit" name="sa" value="Search" /></div></form><script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>'; function set() { document.getElementById('Search_Content').innerHTML = Search; }[/CODE] This works fine …

Member Avatar for almostbob
0
146
Member Avatar for konczuras

Hello! I was wondering if there's any way to refer to a button's text in css. More accurately, to define to classes for a button, one for the button body, and one for the text inside it. Like: [code=css].button{ //the settings of the button } .button: p { //text layout …

Member Avatar for almostbob
0
207
Member Avatar for dantheman50_98

Hello, I am creating a new site and I have run into a problem with adding a background image to the html tag. The image has repeat-x and is positioned top and right. The problem is that though it looks great on 1024 wide resolutions it goes balls up when …

Member Avatar for MidiMagic
0
107
Member Avatar for grunge man

I tried doing this, and it didnt work. Im goign to identify the $css in the else of an if else statement; so when its else, it willl turn the web page that color, but i cant figure out how to acomplish it. [CODE] $css = "<style type="text/css"> body { …

Member Avatar for grunge man
0
236
Member Avatar for Squeak

There is a new article on the Madmouse Blog, [B]“Creating structure using Unordered Lists”[/B] which introduces a [B]proof of concept[/B] of using lists instead of divisions to write down the structure of a website layout. The article shows how it is it to be done, describes its purpose and points …

Member Avatar for Squeak
0
162
Member Avatar for lavachickie

I am trying to integrate the Spry Menu Bar into an existing site design with a boatload of CSS. So I'm SOOOOO close... The submenu for the third item in the nav (the only entry which will have a submenu right now) displays in the wrong place. For the life …

Member Avatar for MJ Pieterse
0
88
Member Avatar for hyperoctave

I don't think there is any other way to describe the problem I'm having this time.. If you look at [url]www.hyperoctave.org/tweak/index.htm[/url] you will see a large flash screen, flickering like a TV. However, if you look at the code, there are actually id boxes with HTML content within them, and …

Member Avatar for hyperoctave
0
140
Member Avatar for arvindikchari

Hello I have an image of a Joomla layout that I like, so I am planning to create a new css website layout based on this joomla template. But I am new to css. Can some one code the basic framework for the layout looking at the image attached with …

Member Avatar for MJ Pieterse
0
79
Member Avatar for cool_mike
Member Avatar for javaAddict
0
80
Member Avatar for mvotilla

Is there an easy way to incorporate a JSP forward directive inside an html "<a>" (anchor tag) I'm trying to do something like: <td> <a <jsp:forward page = "MyFacility.jsp"/> > Test Three Forward</td> but cannot get the syntax correct. I'd like to have the "Test Three Forward" appear as the …

Member Avatar for javaAddict
0
46
Member Avatar for jimbob90

for some reason my "right" appears lower than the "content" (center) but not the "left" [code=css]#box { width:900px; margin-left: auto; margin-right: auto; } #content { overflow: auto; width:600px; padding:0px; background-color:#fff; float:center; } #left { width:150px; padding:0px; float:left; } #right { width:150px; padding:0px; float: right; }[/code] my div structure div box …

Member Avatar for MidiMagic
0
67
Member Avatar for raveeshlawrance

I created a button for table cell using innerHTML. it is working perfectly in mozilla. But it is now working inn IE. Button is now displaying in IE. Please help me

Member Avatar for raveeshlawrance
0
12K
Member Avatar for crazynp

Hi,Will anyone plz suggest me on how to build a html file from rss feed and store it in a webserver or is it possible to make and store html file from the contents of mysql database using php and then store the html file in the webserver. Thanks in …

Member Avatar for alan_ot
0
392
Member Avatar for srikanth.cpd

hi i have some HTML pages. i want to convert the HTML pages to .ASPX pages is there any way to do it please reply me ASAP thanks in advance

0
118
Member Avatar for swinefish

Hey Guys I'm kind of a newbie to C#. Now the syntax and the like don't bother me because I love java, so the actual programming is no problem. However, I'm trying to do something I can't figure out. I want to write a module in Visual C# (Visual Studio …

Member Avatar for swinefish
0
128
Member Avatar for cguan_77

hi guys, how to convert a formatted word document to html? is that possible? if my word document is already formatted no need to edit when converted to html? any ideas is apreciated..thanks.. :)

Member Avatar for cguan_77
0
72
Member Avatar for cmills83

I found a few simple overlay lightboxes but none would resize with the browser and none were cross browser friendly. This was designed to display a div but uses innerHTML so this could easily be changed to an image, iframe, swf, whatever. CSS: [code] html, body { margin:0; padding:0; height:100%; …

Member Avatar for aLoushi
0
112

The End.