10,452 Topics

Member Avatar for
Member Avatar for ceyesuma

Could someone just look at this code and point out the obvious errors. It may or may not be obvious on what it is supposed to do. Never the less what I want it to do and the syntex are bad. Could someone just make observations on how to accomplish …

Member Avatar for ceyesuma
0
124
Member Avatar for MattEvans

As title; unless there's already a way: [code="HTML"] <html> <head> <script type="text/javascript"> function myfunction( ) { alert( "Hello, World!"); } </script> </head> <body> <p>Some HTML code</p> <img onclick="myfunction( );" src="some_image.gif"/> </body> </html> [/code] [code="Javascript"] <html> <head> <script type="text/javascript"> function myfunction( ) { alert( "Hello, World!"); } </script> </head> <body> <p>Some …

Member Avatar for MidiMagic
0
184
Member Avatar for mcheit

Hey all, I am generating some Word files using a html like format: the first line is this one: [CODE]<html xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40"> [/CODE] I noticed that the reference to an external file defined as the header was a problem for Word 2003 which pop a warning message when …

0
33
Member Avatar for qadeer

Dear Friends,, i want to download a pdf file from any server since i have url of a pdf file then i convert it in html format. i am working in PHP and enviorment is linux. Pleas help me for this script i am much upset due to this With …

Member Avatar for Usayd
0
438
Member Avatar for world_weapon

Ok, so I am working on a simple layout for what I would like to recycle for several purposes. As usual, the code works like a charm in FF but doesnt work exactly the same in IE6. I havent even tried it in IE7. Anyhow, I was trying to get …

Member Avatar for world_weapon
0
147
Member Avatar for huwgomez

Am new to SQL and PHP. Only been using them for about 3 weeks to create an e-commerce site for some friends. I have been trying to set up a link to paypal's shopping basket feature from my listing page. I'm trying to get the link to appear next to …

Member Avatar for jt1
0
177
Member Avatar for BrotherBill

Hello Everyone, My name is Bill. Bet that was hard to figure out. I live in Kansas City, Missouri in the Heartland of the U.S. I handle the administrative duties of a small business in the pet industry and work from home. I have a desire, and a need actually, …

Member Avatar for happygeek
0
109
Member Avatar for jonamasa

Hi, my fitness trainer just asked me to create a homepage for him in exchange for some free hours of training. Now he really can't expect too much as fitness training isn't that expensive, but I know HTML, CSS and Javascript, so I thought I might do something simple and …

Member Avatar for hollystyles
0
63
Member Avatar for tomcruise3230

Before I purchase a MAC OS (with no windows OS) I would like to know Can a Mac open an HTML files on any browser just like in windows? Example: an ebook that is downloaded toyour computer and is in html format that you need to open with any browser …

Member Avatar for ARBEZ
0
156
Member Avatar for web_master

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 …

Member Avatar for Fungus1487
0
148
Member Avatar for satforce

Hello, I really need your help in vbulletin forum .. I am owner of vbulletin forum designed for arab and it's specialised in html and php tutorial how can I highlight code like daniweb forum ?? I dom't know if administrator can help me or not but I hope !! …

Member Avatar for martin5211
0
151
Member Avatar for FC Jamison

I have a client's site uploaded to [URL="http://fjamison.freehostia.com/"]http://fjamison.freehostia.com/[/URL], but she says the menus don't work on her Mac. Does anyone have any idea as to why this is so or how to resolve this issue?

Member Avatar for FC Jamison
0
107
Member Avatar for ariesL

hi everyone, is there a way to get the HTML Table property on page_load event, here is my current situation on page_load i have my HTML table display property set to 'none' on runtime i can have its display property set to ' ', thus showing the HTML table with …

Member Avatar for ariesL
0
120
Member Avatar for ForestTech

Hi guys, I'm having some trouble with (i think) my CSS. Basically what it's doing is, when I align an image to the right hand side of the page, it's bleeding over the edge (i.e. I can only see 20px or so of the left hand side of the image …

Member Avatar for ForestTech
0
160
Member Avatar for php_noob

Hi guys, I'm sure you have read some of my posts the guys here really help me on many things that I asked here in the FORUM..... THANKS a lot Guys, but my problem now is how can I make my emails to be formatted of course to be more …

Member Avatar for MidiMagic
0
65
Member Avatar for lithium1976

Hello this is my first post here :) I have designed my site layout completely from Divs and CSS style it. I have scince realised that I should'nt have used just divs so I am trying to reduce the amount of divs on the page and use other html tags …

Member Avatar for MidiMagic
0
95
Member Avatar for woocha

I have a header to this website that I am working on and my part is due real sone. I am stuck. I am using css to display the header and it lloks like a million bucks in IE 6 but not in IE7 and especially not in FireFox. Can …

Member Avatar for MidiMagic
0
159
Member Avatar for dmotah

[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="") { …

Member Avatar for MitkOK
0
88
Member Avatar for web_master

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 …

Member Avatar for web_master
0
126
Member Avatar for Sycomm

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

Member Avatar for oscarsierra
0
86
Member Avatar for ssar9

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 …

0
38
Member Avatar for Enio

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 …

Member Avatar for Enio
0
79
Member Avatar for artee

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: …

Member Avatar for artee
0
123
Member Avatar for Inny

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 …

Member Avatar for MidiMagic
0
77
Member Avatar for Barefootsanders

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 …

Member Avatar for Barefootsanders
0
117
Member Avatar for rubik's cube

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: …

Member Avatar for autocrat
0
106
Member Avatar for Cerberus

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 …

Member Avatar for Cerberus
0
82
Member Avatar for Arch_Bytes

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", …

0
80
Member Avatar for mimsc

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" %> …

Member Avatar for masijade
0
67
Member Avatar for Antonbomb22

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. …

Member Avatar for MidiMagic
0
245
Member Avatar for MidiMagic

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. …

Member Avatar for MidiMagic
0
350
Member Avatar for autocrat

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 …

Member Avatar for MidiMagic
0
131
Member Avatar for jeremusic

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 …

Member Avatar for jeremusic
0
271
Member Avatar for php_noob

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 …

Member Avatar for MidiMagic
0
99
Member Avatar for cashblogs

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

Member Avatar for MidiMagic
0
258
Member Avatar for EnderX

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 …

Member Avatar for MidiMagic
0
83
Member Avatar for cmills83

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 …

Member Avatar for cereal
0
53
Member Avatar for cmg1986

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 …

Member Avatar for MidiMagic
0
118
Member Avatar for nkinney1

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 …

Member Avatar for MidiMagic
0
78
Member Avatar for gvsmani

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 …

Member Avatar for MidiMagic
0
72
Member Avatar for xfreyje

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> …

Member Avatar for ibmwaseem
0
171
Member Avatar for shaist

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 …

Member Avatar for ~s.o.s~
0
114
Member Avatar for Nikolas741

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 …

Member Avatar for FC Jamison
0
44
Member Avatar for php_noob

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)

Member Avatar for MidiMagic
0
66
Member Avatar for HLA91

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 …

Member Avatar for reen.blom
0
171
Member Avatar for dexterz

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]

Member Avatar for reen.blom
0
234
Member Avatar for aspcam

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 …

0
47
Member Avatar for kellybax

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 …

Member Avatar for stymiee
0
84
Member Avatar for phpxtrem

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 …

Member Avatar for Cerberus
0
60
Member Avatar for ShawnCplus

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 …

Member Avatar for ~s.o.s~
1
465

The End.