10,325 Topics

Member Avatar for
Member Avatar for keepbusy

My website validates as XHTML 1.0 strict and I want to keep it this way (no reason to argue against it for the sake of this thread). Unfortunately, iFrames are not supported, so I am trying to use the Object tag to reference a PHP page that contains my Advertisement …

Member Avatar for MidiMagic
0
65
Member Avatar for OWL76

Hey guys, complete noob, been trying to figure out how to wrap my head around cffile for a couple of weeks now. I can get a file to upload to the server, even change the name once saved. But i am having problems entering the data into my database.any help …

Member Avatar for danarashad
0
146
Member Avatar for jakx12

Basically what i want is the action page to have "GET" information in it. here is the code i got so far: [ICODE]<html> <head> <link rel=stylesheet type=text/css href=style.css> </head> <body> <?php include("header.php"); ?> <center> <h1>You are currently uploading an image in gallery: <?php echo $_GET[gall]; ?> <br> <br> <br> <br> …

Member Avatar for diafol
0
84
Member Avatar for jkdil33

Hi, I want to create a web page in my local website for user to send e-mail to my ID.It should be in the following way There should be a text box for entering the mail ids of recipients,text box for entering the details(suggesstions) and a submit button when the …

0
68
Member Avatar for tarikiihem_01

Your web based ordering should work as follows: 1. Authorized customer must be able to place his online orders. 2. Authorized customer MUST log in first before making any transaction. If the login is invalid the customer access is denied and a message is displayed to the customer “ACCESS DENIED” …

Member Avatar for ~s.o.s~
0
132
Member Avatar for tracyn2k2

Hi everyone, i've just studied basic PHP and i usually study online. I wite this code for contact form.But i cannot find error and fix it-Because i'm new :-). Please help me. Thank very much [COde=php]]<?php /* Subject and Email Variable*/ $emailSubject = 'Email from Clients'; $webMaster = 'tracyn2k2@yahoo.com'; /* …

Member Avatar for tracyn2k2
0
132
Member Avatar for maryem

Hey, I'm kinda new here, I've been busy working on my art and trying to get my website looking good. I started learning html on my own and I have been able to figure some stuff out on my computer on my own. I was going to take web and …

Member Avatar for maryem
0
83
Member Avatar for naju

if some users insert data like ";:<script><html>< // >@@#"; then i Sanitize this data to something like &quot;;:&lt;script&gt;&lt;html&gt;&lt; // &gt;@@ before inserting to db when i print this form db to html for inside <p> tag its cool but for inside h1 tag is prints as it is <h1>&quot;;:&lt;script&gt;&lt;html&gt;&lt; // …

Member Avatar for diafol
0
97
Member Avatar for Tonkz

Hi, I want to ask you guys if you could recommend me a good book for web programming. By the way, I'm a intermediate web programmer, fairly knowledgeable in HTMl, XHTMl, and CSS and I would like a book that would teach more in usability and flexibility of the website, …

Member Avatar for Tonkz
0
87
Member Avatar for tefflox

Hello, I would like to place the main content a little further to the left (at [URL]http://denacht.blogspot.com[/URL] ) but I can't figure out how to do this. What is the relevant css to decrease the left margin? Will you take a look?

Member Avatar for Kaarthik
0
86
Member Avatar for php_noob

I am working mostly on FORMS and still I cannot create and perfect the layout without using tables. I do not want to use tables anymore. I made a close to table-less by using LISTs but I use &nbsp;'s to come up with a squarish type of form. NOTE: THE …

Member Avatar for php_noob
0
128
Member Avatar for web_master

I have applied an image background to the search box using its ID. Its funny but when i type inside the search box as the text reaches the end of the box it start moving the background image to the left but only in IE6 (which i can ignore) and …

Member Avatar for ccube921
0
139
Member Avatar for jakx12

ok so here is the code, this is for the search option on my site. However it only ever outputs: the else option. Whats wrong? [code=php]<html> <head> <link rel=stylesheet type=text/css href=style.css> <title> Search Results </title> </head> <body> <?php include("header.php"); ?> <center> <div class=indexboxlarge2> <?php SESSION_start(); include("dbcon.php"); $searchresult = $_POST['result']; dbcon(); …

Member Avatar for diafol
0
99
Member Avatar for jakx12

Ok so heres the code . The error is this: $row[title] $row[content] $row[date] $row[title] $row[content] $row[date] $row[title] $row[content] $row[date] i mean thats all i get! and the code is this [CODE]<html> <head> <link rel=stylesheet type=text/css href=style.css> <title> Blog </title> </head> <body> <?php $username = $_SESSION['username']; include("header.php"); include("dbcon.php"); dbcon(); $result = …

Member Avatar for almostbob
0
82
Member Avatar for jakx12

The code is this: [code=php]<html> <head> <link rel=stylesheet type=text/css href=style.css> <title> Search Results </title> </head> <body> <?php include("header.php"); ?> <center> <div class=indexboxlarge2> <?php SESSION_start(); include("dbcon.php"); $searchresult = $_POST['result']; dbcon(); $query = mysql_query("SELECT * FROM user_info WHERE 1_name LIKE '%$searchresult%' OR WHERE 2_name LIKE '%$searchresult%'") or die(mysql_error()); $total = mysql_num_array($query); if …

Member Avatar for uncle_smith
0
140
Member Avatar for khr2003

hello I am trying to make a script that can upload multiple files (currently I set it to five). I made the form look like this: [CODE]$i = 1; while ($i <= 5) { $form .= "here goes the content of the form"; $i = $i + 1; }[/CODE] I …

Member Avatar for diafol
0
265
Member Avatar for dobbin2

My problem is the opposite to most image problems. I have just downloaded my web site [not designed by me] into Expression Web2, which I have just purchased. However I cannot get the images or styles to show although they all show perfectly on the published web site. I have …

Member Avatar for MidiMagic
0
121
Member Avatar for devirell

I am unable to see the grid or the data. Here is my code from my .aspx file. I don't know what I am doing wrong: [code=asp.net]<%@ Page Language="VB" AutoEventWireup="false" CodeFile="resumesearch.aspx.vb" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Resume Search</title> <style type="text/css"> .style1 …

Member Avatar for devirell
0
1K
Member Avatar for sacarias40

i am designing a few pages. the pages have a few main divs and that is how i am inserting the background(with css) i can render the whole background to the browser but i dont get how to nest divs inside divs with OOP. any help would be greatly apreciated! …

Member Avatar for sacarias40
0
120
Member Avatar for Maidomax

Hi! I am creating a simple website, and I would like to have an option on one page to print the contents of the page by clicking a button, or seeing it in PDF format by clicking another. What is the simplest way of doing this? Mladen

Member Avatar for Yayo_SK
0
144
Member Avatar for closetosane

Hello, I am sending a string created in vbScript via CDO. My scripting is working but the whole string is not showing up in the receiving email. My code was on the bulky side with bordercolor and bgcolor in the tables cells, removing what was not needed for html in …

Member Avatar for closetosane
0
924
Member Avatar for k2k

hi, would someone please tell in where and what i should do to make my hovered link underlined? I tried so many attempts but none worked.. all it gave me is a "purple background color when the link is hovered" ... i really don't get it.. thanks i have a …

Member Avatar for ingeva
0
88
Member Avatar for spiderling

I have set up an admin area for users to sort thumbnail photos, which is within an accordion widget and works well. However, I would like to add the ability for them to drag any photo they want to delete to a trash bin image. This would delete the photo …

0
104
Member Avatar for cdbc81

Hi there, Hoping you can help. The page in question is online at... 'www.christophercrawford.110mb.com/purchase.html' and can also be posted if required. It can also be accessed by going to 'www.christophercrawford.110mb.com' then selecting the 'Contact' page and pressing the 'Order Now' button in the top left corner in the left nav …

0
53
Member Avatar for suprakash444

Hi, I am trying to transform an XML string to HTML page using xslt. But I am getting the following exception : The stylesheet doesn't contain a document element. The stylesheet may be empty, or it may not be a well-formed XML document. My code is as below : Test.html …

Member Avatar for fpmurphy
0
155
Member Avatar for SharePoint

I have created popup but I have problem with it. It flaps. What is problem, can somebody comment it. Thanks in advance. --------------------- [code=HTML]<head> <title>My Popup</title> <style type="text/css"> #popupcontent { } .InfoPopup { position: absolute; visibility: hidden; overflow: hidden; border: 1px solid #CCC; background-color: #F9F9F9; border: 1px solid #333; padding: …

Member Avatar for buddylee17
0
86
Member Avatar for JukesK

Hi, okay im new to coding and got thrown in by my manager straight into .php without even looking at basic.. I have included my coding for a standalone webpage that is to be placed onto the IT systems purely to disect the php helpdesk ticket system and display the …

Member Avatar for JukesK
0
171
Member Avatar for ayi_102

i found a css code that make my toolbar stay in the bottom of the page but it is not working when there is scrolling on the page the toolbar is floating, the position is not absolute bottom this is piece of my code [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML …

Member Avatar for ayi_102
0
154
Member Avatar for mksakeesh

i need to call an multi-select listbox from one html page to another html page do anybody know how to do this. can anybody explain me this with example.

Member Avatar for buddylee17
0
87
Member Avatar for probedb

Hi all, Finally thought I'd register since these forums come up quite often in search results in google :) I'd a web dev at ufi.com (mainly we do learndirect.co.uk) and have to do everything from HTML and CSS through to configuring Tomcat via Java and JSP. Hoping to learn a …

Member Avatar for jbennet
0
38
Member Avatar for MidiMagic

I posted a question about this several months ago, but the search function is so bad that I can't find it again. I again have an image that is being overlapped by a table below it in Firefox. This happens whenever the following is true: - The image file is …

Member Avatar for kanaku
0
289
Member Avatar for isotope

Hi everybody, I'm trying to restyle the Kubrick css for a blog I'm creating, but I'm quite a noob with css and I cant' figure out why the page's structure appears to be broken in some browsers. The website is: [url]http://www.incorde.it/[/url] The css file: [url]http://www.incorde.it/wp-content/themes/incorde/style.css[/url] For previews I'm using: [url]http://browsershots.org[/url] …

Member Avatar for kanaku
0
98
Member Avatar for lllllIllIlllI

Hi I have been using java.swing for my GUI programs so far and i kinda hit a brick wall, and i think its a stupid one on my account, i cant find a way for something to load a html file to the screen using a java.swing control. This is …

Member Avatar for stephen84s
0
90
Member Avatar for impactdesign

I am trying to create a personality test using javascript and I need help writing a javascript that calculates 4 columns of 12 rows. Each column will have it own total. So column 1 = total 1, column 2 = total 2 and so on. What I would like to …

Member Avatar for essential
0
127
Member Avatar for ::AJM::

i´m from Colombia-medellín. My partners : php -> cakephp js -> Yui Editor -> Textmate (html, css, as) OS -> Macox 10.4 Thanks, regads.

Member Avatar for jbennet
0
4
Member Avatar for jvignacio

hey guys im trying to get my html and python cgi script working together to show the users selections of the checkboxes of bulbs and add them up aswell plus the method they wana pay once they pretty the submit form button.. here is my html code: [CODE]<html> <body> <form …

Member Avatar for jvignacio
0
192
Member Avatar for TechGurus

This chart is great for webmasters. It has hexadecimal (6 digit) HTML color code, with the corresponding Red, Green, and Blue (RGB) colors. I learned how important this was after I built my first site. [URL="http://www.customwebsitedesigner.net/HTML-RGB-Color-Chart.html"]http://www.customwebsitedesigner.net/HTML-RGB-Color-Chart.html[/URL]

Member Avatar for jrafique
0
61
Member Avatar for millerandmiller

Hi, If anyone could help it would fantastic. I got this test to work but it's messy I cobbled it together from hints and tips across the net. Is there a better way to display the description with the image when using 'moviepic'. I put this online to help: [url]http://www.millermiller.co.uk/daniweb/[/url] …

Member Avatar for millerandmiller
0
128
Member Avatar for Designer_101

Hi I have a small problem. I have designed this website for internet explorer 7. I didnt think about what it may look like in other brosers or even earlier versions of the same browser. I downloaded a few and came accross one problem. The navigation bar seems to be …

Member Avatar for MidiMagic
0
120
Member Avatar for PcPro12

OK, so for a while now I wanted to try out linux, so I did, first linux I used was ubuntu...but I did try Gentoo and Knoppix, knoppix I liked but had problems mounting the hard drive, so I went back to ubuntu and works better than before for some …

Member Avatar for jbennet
0
152
Member Avatar for xeracon

hi guyz im new to HTML and CSS and i would to clarify the following doubt. i have 2 pages >index.php >config.php the index.php has a select box named "adamage", when i select the select box "atype" above, its supposed to change through AJAX and retrieve values (from a MySQL …

Member Avatar for almostbob
0
100
Member Avatar for yrpchoudary

Hi, I have 1 xml file and 1 xsl file. I need to generate new html pages dynamically based on some values by passing the parameters to xsl file from console application using vb.net. Can any one suggest me how to create html pages dynamically using vb.net or C#?

Member Avatar for sierrainfo
0
144
Member Avatar for alexgv14

I am installed this plugin in word press and right now what the plugin in does is make the text scroll. I know how to implement a javascript to make the text fade in and out instead. I just do not know how to get it to work with this …

0
154
Member Avatar for alexgv14

I have this word press plug in that scrolls text across the screen like a marquee. Instead of it scrolling I want to to revise so that the text fades in and out. I have not been able to do it. Below is the plugin if there is a way …

0
46
Member Avatar for php_noob

Well I need a clean CSS for my forms and I searched many tutorials but none of them suggest a basic to what is needed in a form now I got an idea of having a list to hold the textboxes but still got bad results any suggestion to have …

Member Avatar for almostbob
0
100
Member Avatar for Lensva

hello gents, i have two pages: page1.php takes user input, page2.php should process it and then return page1 either error or success messages. there seem to be an error(s) i cant figure out: when you fill the form with correct data you get: [code]Warning: Invalid argument supplied for foreach() in …

Member Avatar for Lensva
0
229
Member Avatar for sierrasoft
Member Avatar for VernonDozier

Hi, I'm creating a maze game. The layout is basically a big 21 x 21 square, with 441 (21 times 21) smaller squares inside of it. Each square will be a different color, representing a wall, a character, a passage, etc., so I figured I'd make a 21 x 21 …

Member Avatar for VernonDozier
0
379
Member Avatar for Bakerlayouts

Can you point me in the right direction: I am looking for Instructors/ Tutors in these fields: HTML, CSS, PHP, XML, ASP, JAVA SCRIPT, FLASH, DREAMWEAVER, FIREWORKS, PHOTOSHOP, and more. I need them for online classes and tutorials. I need to populate my [URL="http://bakerlayouts.com/learn/"]Web Design Classes[/URL] section. Where should I …

0
59
Member Avatar for sleign

I'm finding some information here and there about $PHP_SELF but never specific to the question I have. I'm not sure if I'm going about this right, but I'm using a form for user input, specifically a registration page - and I'd rather only have one page the user has to …

Member Avatar for digital-ether
0
193

The End.