6,574 Topics

Member Avatar for
Member Avatar for LittleMeemz

Help, I'm a php rookie. I have a functioning form to email script, but I can't seem to get it to display checked checkboxes. I am grateful for help on this! Here's the checkbox (three checkboxes) and submit portion of my html form: [code] <label>Check all that apply: </label> <p><input …

Member Avatar for LittleMeemz
0
124
Member Avatar for KBL

Hey folks, I need help with displaying a php array in a html table. I already have it displaying but it keeps repeating the column headings over each entry and also I want each row of the table to be a different color. I figured that the repeating column headings …

Member Avatar for diafol
0
256
Member Avatar for quailpower

I havent done HTML in ages, so when I was redesigning my site, I used pohotoshop (slices and whatnot) to make my page and generated the html. When I open the html file on firefox its perfect, seemless, but when copy it to my website horrible white gaps appear between …

Member Avatar for quailpower
0
116
Member Avatar for jituhds

Hi All, I read the document here with the title "Using PHP and Javascript instead of CGI" on link [url]http://python.about.com/od/cgiformswithpython/ss/phpjscgi.htm[/url] can any one elaborate it with an python code say print 10 numbers.I am confused little bit that If I write test.py file for 10 numbers How will I call …

0
29
Member Avatar for jbrock31

Hello everyone. I am trying to learn css. I download a free web template and have began to modify it a little bit. I feel like I am learning a lot, but I am trying to figure out why I have two vertical lines between two of my div's and …

Member Avatar for jbrock31
0
97
Member Avatar for confusedCSS

hi. i have just started in a quest to design my own site. i have come along alot of information and i know a little HTML (just myspace codes really) but today i heard about CSS, but i have no idea what it does how much it costs or where …

Member Avatar for agbenaza
0
145
Member Avatar for xfrolox

Well i want to make my prog more pro so is boardless and it has custom buttons like close - minimize and option btn i made that option btn so it appears another form boardless with options but you can see completely the first form. i want like when i …

Member Avatar for xfrolox
0
135
Member Avatar for fkcu
Member Avatar for kvprajapati
-1
29
Member Avatar for cssquestion

I have a code in .css file: [CODE] .... body { background: red; font: 70%/1.5em Verdana, Tahoma, arial, sans-serif; color: #777; margin: 15px 0; } ... [/CODE] In the html file, there is a form: [CODE] <body> .... <div> <form> <table> <tr><td>name</td><td><input ..../></td></tr> <tr><td>address</td><td><input ..../></td></tr> </table> </form> </div> .... </body> …

Member Avatar for diafol
0
114
Member Avatar for rje7

I am trying to change the look of the jsp/servlet pages dynamically based on the device from which the request comes. i have done the part of how to identify the devices from which the request arises. but stuck at the part where i should change the css sheet. is …

Member Avatar for jwenting
0
71
Member Avatar for Zack_Grindall

Hello, I have a time line calender script in javascript. I can display event's on the calender by adding the following in the html file; [CODE] <li class="Torqua" title="Apr 1 2010">This service is running normally.</li> <li class="Fishin" title="Apr 1 2010">This service is running normally.</li> <li class="Dartmout" title="Apr 1 2010">This service …

0
87
Member Avatar for scrchrds

I am really new to php and am attempting to create a news reader on my site. I have gotten it running just fine in a page of its own, BUT, I need it to be inside a php include. How do I link different scripts and stylesheets in the …

Member Avatar for Tekkno
0
164
Member Avatar for Lolalola

Hi, what's wrong with this code? Now disappear background and div after this code show incorrect. [CODE="HTML"] <html> <head> <style type="text/css"> #first{ width: 200px; background-color: #345752; } #left_b{ background:transparent url('img/left.png'); background-position: left top; background-repeat: repeat-y; } #right_b{ background:transparent url('img/right.png'); background-position: right top; background-repeat: repeat-y; } #text{ float: left; width: 50px; …

Member Avatar for drjohn
0
72
Member Avatar for EvilOrange

i have this code: [CODE] var current; startOff = $('#all').offset(), offString = "{top :"+ startOff.top +", left :"+ startOff.left + "}"; current.css(offString); [/CODE] When "offString" is alerted its fine - eg {top: 123, left: 342} BUT it doesn't seem to like it, but when the alerted output is added into …

Member Avatar for EvilOrange
0
98
Member Avatar for EdTheUniqueGeek

Does anyone know if there is a way to embed an executable in a web page to run in that web page. This would be a client side page. Here is what I want to do. I am a systems admin (not a web dev even though I know just …

Member Avatar for diafol
0
1K
Member Avatar for Cronox26

Hi there I make a control for my web base program in VB.Net 2005 I use the style sheet [css] for make it see like a modal pop up. I make the css style with the IE, Fire Fox , safari specification and work great but when fire fox make …

0
62
Member Avatar for vairvixen

This has me extremely frustrated. All my pages look fine in every browser EXCEPT Internet Explorer. For some reason, IE keeps moving my text to the right. Grrrr. Here is an example: [url]www.valleyafs.com/resources.htm[/url] I'm hoping someone can see what I've done wrong with my code, but any help is appreciated. …

Member Avatar for colweb
0
104
Member Avatar for hithere squirel
Member Avatar for Enders_Game

***Editted: added second problem I have this code, how do I make it stop once it's found the first instance of the [B]if[/B] happening. break, myparser.close(), and return don't work. [CODE]from html.parser import HTMLParser class MyHTMLParser(HTMLParser): def handle_starttag(self, tag, attrs): if tag == 'a' and (attrs[0][1].find('downloads&showfile') != -1): print(attrs[0][1]) print(attrs[1][1]) …

Member Avatar for Enders_Game
0
170
Member Avatar for sainiweb

<?php session_start(); /*if (!isset($_SESSION['user'])) { header("Location: index.php"); }*/ include ("include/header.php"); include ("include/dbc.php"); //require_once "Spreadsheet/Excel/Writer.php"; //define('FPDF_FONTPATH','./fpdf/font/'); //require('./fpdf/fpdf.php'); //require ('pdf.php'); $rowsPerPage = 10; $pageNum = 1; if(isset($_GET['page'])) { $pageNum = $_GET['page']; } $offset = ($pageNum - 1) * $rowsPerPage; $_SESSION['From']=$_REQUEST['From']; $_SESSION['To']=$_REQUEST['To']; $sql = "SELECT * FROM daily_material_record LIMIT $offset,$rowsPerPage"; $result = mysql_query($sql); …

0
57
Member Avatar for Odena

Im trying to run some codes i found of JDom for a home work (super hard to find good material) any way. I was trying to run it on NetBeans and I dont have the library " org.jdom " Anyone, can please give me the right link to download this …

Member Avatar for peter_budo
0
106
Member Avatar for kayblack

Hi guys, I'm trying to create a php script that'll send information gathered from a form and send it as an html email with the info arranged in tables. Can't seem to get it to work. Here's the message part of the script (containing the table): [CODE]$to="o.oloyede@feeslimited.net"; $message=" <table width="500" …

Member Avatar for cjohnweb
0
6K
Member Avatar for abhay1234

i wish to create a cookie for an html form. I wish to get value from textbox(how do i do this). i wish to get the values displayed when i click the submit button my code [code] <html> <body> <form> <button type="button" name="rollno">rollno</button> <input type="text" name="rollno"> <br> <button type="button" name="name">name</button> …

0
59
Member Avatar for PierlucSS

Thank you for reading, I am currently trying to pass through a project or whole sites containing many pages to determine wether they are xhtml-strict or not with a local xhtml-strict.dtd file. I cannot go through a webservice it would be too overkilling for server and host might even probably …

Member Avatar for PierlucSS
0
237
Member Avatar for f_atencia

Hi all, I have an XML File: staff_record> <staff> <username>user1</username> <password>password1</password> </staff> <staff> <username>user2</username> <password>password2</password> </staff> <staff> <username>user3</username> <password>password3</password> </staff> </staff_record> I have a form (login.html) and I need to use an ASP page (login.asp) to redirect the user to home.asp when they have successfully logged in, based on the …

0
91
Member Avatar for Famous16

Hi to all, I want to know that how to include one html file to another html file. I am facing problem in coding. Need coding for this purpose. With Regards,

Member Avatar for Rashakil Fol
-2
48
Member Avatar for jeetudaljit
Member Avatar for tasteypaste

I am currently trying to edit a page that has a bunch of links on the page. All of them are in tables and are supposed to turn a dark gray color and then become darker one they become visited. However, they show up like normal links. (Blue) The page …

Member Avatar for tasteypaste
0
232
Member Avatar for jimminni

Dear all, I'm looking for DHTML for a screensaving function please. I've looked through all of my HTML & web development books and can't find anything of the sort. T.I.A. Jimminni

Member Avatar for Airshow
0
76
Member Avatar for sniigg

Hi, I have a html document when i run in Internet explorer i am getting the desired output(j query working fine). But i copy pasted the same code in aspx page...the same code is not working properly...

Member Avatar for sniigg
0
220
Member Avatar for RobotFX

Hi! I'd like to know if there's a way to save a webpage address, as HTML (like the browser displays it) and store it under a folder. What I want to do for my website is to create some sort of cache image of the index page, available for me …

Member Avatar for RobotFX
0
116
Member Avatar for rahul8590

Well i got some weird problem here . We have a web team and we disributed our work equally , where i mainly created the web application in php and i am glad its working file . But for simplicity purpose i used basic html tags and created the web …

Member Avatar for rahul8590
0
96
Member Avatar for MandaloreFett7

Hi, Im new to CSS and have watched a couple online vids, but I have run into a problem that I can't seem to fix. My menu displays fine in IE 7 and 8, but the background color disappears in Firefox. Any suggestions? Sorry if my code is messy. I …

Member Avatar for ko ko
0
270
Member Avatar for beforetheyknew

What css do i use to set up the standard 5 box website? i forget its formal name, whats it called? The website layout, with a header, footer, centred centre page and the a right and left side.

Member Avatar for drjohn
0
103
Member Avatar for celinehgl

Hi guys, The codes below is running perfectly fine. But I have a problem - if there are no records found in the database, my dropdownlist will not display nothing. However, I want it to display something like "no records found" instead of havng it blank Can someone tell me …

Member Avatar for kvprajapati
0
171
Member Avatar for x_mysterious_x

I m trying to make a template for my website. there is a top box and a navigation box. Position of navigation box is relative to top box and at a 5% of distance from top box. This distance is visible in Internet explorer but in mozilla navigation box appears …

Member Avatar for almostbob
0
88
Member Avatar for tiffythom

I need to know how to set an html page to only open at a set size. I had learned this in my basic htm code class a long time ago but have forgotten and can't seem to find any instructions about how to do this. I have dreamweaver 8 …

Member Avatar for almostbob
-1
1K
Member Avatar for pjrey

site with issue: [url]http://pjrey.com/guestbook[/url] ok, ive tried and tried, no luck. what i am trying to do is: 1) the modal dhtml sign/window auto load (but only one time per user) 2) on completing the form, and hitting submit, i want the parent window refreshed (to show new content that …

Member Avatar for pjrey
0
128
Member Avatar for z_jun

Hi, I am having problems with the passing of a variable to the next page. I want to pass the $title so that I can use it in the changejob.php page. The following is my code:- [CODE]<td> <a href="changejob.php?id = "<?php $title; ?>""><?php echo $title; ?></td>[/CODE] Please help me. Thanks.

Member Avatar for z_jun
0
209
Member Avatar for pjrey

ok, ive tried and tried, no luck. what i am trying to do is at [url]http://pjrey.com/guestbook[/url] is have 1) the modal dhtml sign/window auto load (but only one time per user) 2) on completing the form, and hitting submit, i want the parent window refreshed (to show new content that …

0
80
Member Avatar for still_learning

Hey guys, Got a quick question for you. If I have an text input field for a search engine and I want the font to be larger, how would I do this? Right now changing the size attribute only changes the length of the field. Here is my code right …

Member Avatar for NaveenRahul
0
84
Member Avatar for nakul_pancholi

Dear All, Hello..! I have one problem with html links. Suppose we want to set the link in our html document, we use <a href="filename.html"> Link </a> Suppose we want to go to a particular section to other html document then we use <a href="[COLOR="Green"]filename.html[/COLOR]#name> Link </a>. Here in this …

Member Avatar for almostbob
0
98
Member Avatar for nakul_pancholi

Dear All, Hello..! I have one problem with html links. Suppose we want to set the link in our html document, we use <a href="filename.html"> Link </a> Suppose we want to go to a particular section to other html document then we use <a href="filename.html#name> Link </a>. Here in this …

Member Avatar for pritaeas
0
92
Member Avatar for s32ialx

Ok so i have a template script my friend built for me. I'll include all file names OK so what is not working is file_get_contents is not grabing the content (1 I don't know where the content should be placed and 2 i want it placed in a directory so …

Member Avatar for s32ialx
0
337
Member Avatar for cssquestion

I can understand coding: [CODE] body { color: #ffffff; text-align: center; margin: 5px 0; } [/CODE] But I don't understand what is the following code meaning: [CODE]* { margin: 0; padding: 100; outline: 0; }[/CODE]

Member Avatar for diafol
0
50
Member Avatar for StickerAA

My css inline submenu won't stay open long enough to select an option. As soon as the cursor leaves the main selection the submenu box closes. Can be viewed at: [url]http://isite.thevatraininginstitute.com/home.htm[/url] html code [CODE] <div id="ao_nav"> <ul> <li id="first">Accessibility Options: </li> <li><a href="home.htm">Default Font Medium &nbsp; -</a></li> <li><a href="#">Large &nbsp; …

Member Avatar for StickerAA
0
133
Member Avatar for Unebrion

I'm having trouble with classes and the display element. I need to display elements of a class in my html document as list items. i have 9 of these in the document, all basically the same [CODE] <div class="notes" id="point0"> <a href="longs.htm" style="position: absolute; left: 560; top: 60;"> <img src="image0.jpg" …

Member Avatar for Unebrion
0
90
Member Avatar for tryphy

How do i send a form data in html format in a php email.. ? Use of html tags in $message = ' '; Any sample example.. cos i tried many.. and coudnt able to work... ur help is much appreciated... thanks again tryphy..

Member Avatar for saiprem
0
160
Member Avatar for itslucky

Dear Friends, im receiving a XML file which contain a HTML code in the value of a node.. i have fetched the html code, but now i have to show that on my ASP .NET page. please tell me how can i do that... is it possible to assign that …

Member Avatar for itslucky
0
203
Member Avatar for aniljadhav15

Hi! I'm trying to use ABCpdf.NET to render an HTML page as a PDF. I'm using the AddImageUrl function which works fine on my local machine, but when I run it on the host server I get the following error:Unable to render HTML. Page load timed out. Unable to load …

Member Avatar for AffineMesh
0
149

The End.