10,325 Topics
![]() | |
[code] <head> <?php $db=mysql_connect("localhost","root","") or die ('Connection error'. mysql_error()); echo "ajay<br/>"; mysql_select_db("chat") or die ('Error connecting to database'. mysql_error()); echo "connected to database"; $fr_username=$_POST["txt_username"]; $fr_password=$_POST["txt_password"]; $result = mysql_query("SELECT username,password FROM login WHERE username='$fr_username' AND password='$fr_password' "); while($row = mysql_fetch_assoc($result)) { if($result!="") { echo "good"; } else { if ($result="") { … | |
how do i make a tabbed iframe which can change its height automatically and make height equal to the content inside it. I have never used iframe before this. i dont want scrollers. i want it to call the size of the content inside it. i have tried some scripts … | |
Hi, Can some one tell me the method of calling an .asp file into a web page with .html extention that too without using frames. Regards | |
I have two directories under wwwroot. One shows the HTML pages the other does not. The directories are setup the same. I copied code from the one that does not work and put it into the one that does and the code does not work there either. This code worked … | |
I have another problem with the projetc [url]www.winstonramalho.com.br[/url] (in portuguese). It does not work on the Opera Browser. Is there anything that I can do in order to have it workin under Opera Browser? I mean, if somebody has some clue for what mus be done, change or replace in … | |
In my asp page, I have a number of checkboxes and radio buttons. It works fine, but the users want to have a larger checkbox and radio button. So I have a class in the stylesheet called "bigcheck". The style sheet has this class as .bigcheck { height: 30px; width: … | |
Hi folks, I came across an intresting peice of script that redirects to links in a new browser with a custom table at the top. It appears to be automatic when somebody types in a link address. I think there is some scripting hidden/missing that makes it work. Im wondering … | |
Hey everyone, I'm workin on a little side project and I was looking for some help. Currently I have code that will check a given directory and populate two list boxes based on id3 tag information. The first select box will be populated with artist info and the second, with … | |
We are trying to create a new design for our non profit site and are having trouble with getting the content portion of our css div to expand appropriately in Firefox or Safari. Works fine in IE though. Can someone take a peek and make a recommendation? Site is at: … | |
I have a navigation system with rollover effects using css. all effects are in the same gif image and depending on the state (mouse over, selected, mouse out) a different section of the image is shown. Because the image is only referred to in the css file and a reference … | |
I was wondering why on earth did my code suddenly start bugging when I upgraded my JAR files. I would check my JSF codes although its a JavsaScript problem when I submit the forms. heres the error: document.getElementById("contacts:notAdmins_" + i + ":contactLastName") has no properties [URL="http://www.daniweb.com/forums/"]check[/URL]()adminContactCheck... (line 25) [URL="http://www.daniweb.com/forums/"]oamSubmitForm[/URL]("contacts", "contacts:steps:_idJsp25", … | |
any suggestions?...im thinking somewhere between lines 163-185, but I'm stumped <%@ page language="java" %> <%@ page import="trader.webservices.data.LeadDAO" %> <%@ page import="trader.aabacrm.LeadsList" %> <%@ page import="trader.webservices.data.*" %> <%@ page import="trader.webservices.presentation.Lead" %> <%@ page import="trader.webservices.data.UserInfoDAO" %> <%@ page import="trader.webservices.data.UserDataVO" %> <%@ page import="trader.webservices.data.ButtonDAO" %> <%@ page import="trader.webservices.constants.UserConstants" %> <%@ page import="trader.webservices.util.Utils" %> … | |
IE7 seems to be incorrectly rendering this filler for rounded corners on this content box in my layout. Safari 3(Windows) and FF 2 render it correctly. I am unsure if it is because I am absolute positioning this content or not. The filler is not expanding to 100% in IE7. … | |
XHTML has removed the "name" attribute. But the JavaScript method for reading radio buttons requires the "name" attribute to be the same on each radio button. W3C says to use "id", but that no more than one "id" is valid. I need to write an XHTML page with radio buttons. … | |
Okay, may cause a minor arguement - but am dying to know what others think... Should we be using CSS to create special effects and behaviours on websites? The whole point of CSS is apparently to help seperate Content from Style... but a third piece is missing, Behaviour! Now, I … | |
I have a menu that uses javascript ot show and hide submenus. It works in IE but not in Firefox. I've pasted part of the code below: montre = show and cache = hide (french) i.e. used to show and hide the submenus. I attached the whole file if you … | |
Hi, Guys Good day to all of you I come in peace. I have this very weird experience in layout. I checked it in IE and its good (not in FIREFOX) well its weird because when I try to minimize the window of my browser the right panel goes down … | |
Hello members I've always wondered why, I found an answer in bandwidth economy, but other than that, how do they expect us to do it? With padding? Any advice, comments? thanks | |
I've been working with a css file to produce a few bits of needful output formatting for some php-built reports that are designed to be printed from the web. Recently, though, on one of our systems, I had an incident where it looked as though part of the css was … | |
I have some prewritten css that I use for a bunch of sites to integrate different things, is there any kind of tool that will go through and eliminate the styles not being used? Not all of them are used by every site and I dont really have time to … | |
Hello... I have a quiz application based on PHP. I use paging, which is showing only one question per page. I want to set a time limitation on the application. The problem is that when i do refresh the page then javascript countdown timer start from starting. What i want … | |
I am creating a framed page using css elements. The only problem is I am having problem linking to specific elements. I have the main body titled content and would like to link to it to from another element so the information is displayed in the body. Is there something … | |
Hi all, I have an HTML/Css code, for display of Collapsible Data. While the Data grid/table looks neat and good in IE, it is not so in FireFox. Furter in FF, each row height keeps expanding, on usage of the collapsible marker .... Can anyone help me in fixing this … | |
I'm trying to use an HTML table layout to "organize" several components, one of which is an cfgrid... but nothing shows up, the cfgrid doesn't populate. In fact, in the following example, only the first row of the HTML table is painted in the browser. here's a sample: [code] <html> … | |
Hi. Im developing my first website and need some help with my menu. Im trying to use the rollover effect using images. The 'MouseOver' function is working just fine. But I need the second image(hover image) to appear and stay there when the user clicks on the link and opens … | |
Hi, I now am 100% CSS with no table in sight (except for the odd bit of truely tabuler data) and I find thayt my pages now lack suitable scroll bars (the ones I have played with are intrusive (look a bit old fashioned)). I am looking at the ready … | |
Hi, Guys can you help me on this, I designed in MACROMEDIA FW, and I want to achieve the same effect in CSS, here is the CSS CODE div#search{ width: 4em; float: left; text-align: right; margin-right: 0.5em; margin-top: -5px; display:block; } I want it to be like this (see below) | |
Hi everyone I just started using css and I was wondering if anyone knows of some SIMPLE yet nice templates I can get hold of that are easy for newbie to modify. I looked at the site dexterz suggested but they were a bit confusing. Can anybody tell me where … | |
Hi, 10 CSS layout Templates for you to practice or use in your project. Click the link to download them all. [url]http://www.ex-designz.net/template/tempcat.asp?cat_id=13[/url] By: [url]www.ex-designz.net[/url] | |
Hi All, I am generating a series of tables in CSS. The tables should repeat themselves for a number of times governed by a counter that is calculated at runtime by the ASP code. The problem is that I have used top margins to position the tables in the ASP … | |
I need serious help with meta tags. Here is the story: I changed the whole theme of my website recently. The meta tags were standard and showed the keywords in them. I was getting some traffic from Google so I they must have been working. Two weeks ago, I changed … | |
I am a teacher and am having trouble thinking of ideas for my summer computer science class. We deal with HTML, CSS, JavaScript, PHP, and MySQL. The project should be fairly adept in order to challenge my students...they are training for a rigorous national competition. Please help me! Thank You … | |
Most likely you've seen a flash MP3 player or two while searching the web but I have a favorite. This is the [URL="http://www.jeroenwijering.com/?item=JW_MP3_Player"]JW MP3 Player[/URL], mainly because it has external JavaScript functions that can be used to access data about the player dynamically. I've written a few things for it … | |
hi again is there a way to change css rules using javascript? i have this: [INLINECODE]<style type="text/css"> .flash { position:absolute; left:52px; bottom:30px; } .logo { position:absolute; left:0px; top:20px } </style>[/INLINECODE] and i want to change .logo and .flash attributes depending on the window size... thanks | |
Dear Forum: I work in frames with my html pages. However my index.htm page brings up the title "untitled Document" in the internet explorer tab at the top of page. All othe web pages have the proper name. I am not sure how to change theis title in the tab. … | |
Hi, I have a few blogs, and I'm interested in cleaning them up and making them more space efficient. Specifically, I'd like to increase the body, decrease the margins, and add a right sidebar, in addition to the left sidebar that already exists. Can someone please help me? Perhaps with … | |
I've been working on a web site menu update and I would dislike doing anything that might mess up my google keyword rankings for individual pages. This update is going to involve a new menu system. Currently the only full menu is on my index page. ie [url]www.budgetlighting.com[/url] It's nothing … | |
I have an Joomla app that I now have a huge problem with. This is not an Joomla issue, but an issue with IE7. Joomla has a simple Iframe module called a wrapper. IE7 is indiscriminately deciding which IFrames can be viewed and which cannot. It has created a major … | |
![]() | Hello, I have created a list of links that serve as the left side navigation that I include in every page of my site. I add it using Frontpage's Webbot include [CODE]<!--webbot bot="Include" U-Include="navigation/leftmenu.htm" TAG="BODY" -->[/CODE] On leftmenu.htm I have included some internal CSS to make links and visited links … |
hi, my name is Reece, i have learnt, javascript, css, php, xhtml, html and loads of graphic stuff. Im 14 and my teacher said for me to learn asp, but im sure there is no difference, is there?? | |
How to open HTML page in a browser with specific options selected in drop-down boxes? Hi Everybody, The task that I have is from Perl script to open HTML page in a browser with specific options selected in drop-down boxes and edit fields using POST method. The good example of … | |
HI, [COLOR=#000000]i want a pure HTML editor,Can support syntax high color.[/COLOR] [COLOR=#000000]some tell me[/COLOR] | |
Suppose there is a very simple web page. [CODE]<html> <head> <style type="text/css"> #logo{ background-color: red; position: absolute; top: 0px; left: 0px; width: 100px; height: 100px; } #banner{ background-color: blue; position: absolute; top: 0px; left: 100px; width: 500px; height: 100px; } #content{ background-color: green; position: absolute; top: 100px; left: 0px; width: … | |
Hi, I'd been looking for a code that can help me put a shadow on my page. I finally found something I decided to twik a bit...just like this:[CODE]<style type="text/css"> <!-- body { background-image: url(images/bg_grd.gif); background-repeat: no-repeat; } .centerContentShadow { background-image: url(images/bg-trns.png); background-repeat:repeat-y; width:800px; margin-top: -20px; z-index:-1; } #centerContent { … | |
Hi I created few pages website and is have some display problem with different browser. Link color and mouse over color is not displaying as i want in IE6 I am sending the .CSS file and Templates code. Pls help me. Thanks Template Code:- [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 … | |
Hi guys, first & foremost, my apologies if this is posted in the wrong zone - feel welcome to move it if necessary. OK, and on to my situation... I'm attempting to rewrite my navigation bar (vbulletin) to use images as oppose plain text. I used to frontpage2003 to start … | |
Can anybody point out what's stopping the header section of [url]www.xtremeinc.co.uk/xyz[/url] looking like [url]http://xion.pointclark.net??[/url] (That is, the stupid margin around the header block) I've gone through the stylesheet and can't find the margin/padding responsible, I know I'll be missing something stupid... Virtual cookie to the first to diagnose :icon_mrgreen: | |
Hey everyone. I have been registered here now for some time, but haven't really visited the forum much. I have a been working with html and css now for a year and amased some experience with it but haven't really been doing anything advanced. Lately i have also picked up … | |
Anyone know how to get HTML code from the URL in php? | |
Suppose i upload a word file and see it html view. How it is possible in php? |
The End.