amp x 105
bootstrap x 1,162

14,212 Topics

Member Avatar for
Member Avatar for EnderX

I have been requested to create a file which will act like an XML page (expandable tree-like structure). I have been given the following requirements: 1. End user requires that the page be an xml file. No problem there, I know enough (barely) to do that. 2. Request that, if …

Member Avatar for MattEvans
0
152
Member Avatar for ForestTech

Hi, I'm trying to validate a checkbox in the form and I'm not sure which property to use. At the moment, I have a checkbox called "termsandcond" and I'm trying to write a javascript validation script that checks to see if it is ticked or not. [code] function validate(){ var …

Member Avatar for MattEvans
0
145
Member Avatar for aparnesh

Is there a way to align the text within a text input (not textarea). I want to display the numbers as right aligned and some values as center aligned, but something like <INPUT TYPE="text" align="center"> doesn't work

Member Avatar for aparnesh
0
171
Member Avatar for boo_lolly

hey all! i've got a CMS i'm working on and i have a couple of HTML tables that are populated via php loops communicating with the SQL database. got it? good. at the end of each row in the HTML table there is a checkbox. i need to be able …

Member Avatar for boo_lolly
0
755
Member Avatar for freesoft_2000

Hi everyone, I am currently trying to use the HTML preformat tags in a JTextPane using the the HTMLDocument class. This is the function where i apply the preformating [CODE] public void preformat(String str6) { SimpleAttributeSet sas1 = new SimpleAttributeSet(); sas1.addAttribute(HTML.Tag.PRE, str6); //apply the attribute to the selected text //This …

0
95
Member Avatar for alkaholik

Hello Basically I have a huge list of info from a table in a database, the table has a field "week" in which I sort them by. I want a drop down menu which displays the weeks, and when you pick a certain week, it populates the html table below …

Member Avatar for boo_lolly
0
121
Member Avatar for spike29

Question for a Book (Inernet & WWW How to program) Write a JavaScript program that uses Looping to print the following table of valuses. Qutput the results in an XHTML table. N 10* 100* 1000* 1 10 100 1000 2 20 200 2000 3 30 300 3000 4 40 400 …

Member Avatar for spike29
0
2K
Member Avatar for davvid

hey, is there anybody can give hints for my game? I ll to appear the cards in Randomly on the specific boxes when I click one button! And the game is to match three same cards by rows or by verticals. So how can I make to drap the cards …

Member Avatar for Member #46692
0
98
Member Avatar for chunkmartinez

Can anyone tell me what !important does, or means, in Css. Ive tried googleing it but i got nothing!

Member Avatar for chunkmartinez
0
108
Member Avatar for vinoy

Can any pls tell me how to put a Flash drop down menu over a html..... any referace, any tutorial or any codes ........ it would me grt help for me.......

Member Avatar for katarey
0
101
Member Avatar for Steve Lawley

What do i add to code be able to hit enter as well as clicking the button. <%@ Page Language="VB" %> <script runat="server"> Function era(ByVal yEAR As Integer) As System.Data.DataSet Dim connectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0; Ole DB Services=-4; Data Source=Cresta Tunes.mdb" Dim dbConnection As System.Data.IDbConnection = New System.Data.OleDb.OleDbConnection(connectionString) Dim …

Member Avatar for Member #46692
0
160
Member Avatar for amithasija

i am using the combobox on panel and it got fill when panel loads ,it has 7 enteries and i want whenevr the panel opens or the combo fills i'll see "money "as my default selected value out of those 7(whose position is not fixed).plz help me to do this(urgent)

Member Avatar for amithasija
0
227
Member Avatar for JulieM

I have Dreamweaver MX 2004, and Windows XP. I'm trying to validate and alter a template in Dreamweaver. (Template has one table, and seven editable regions.) First problem - can't make changes to some of the HTML, such as moving header markers outside of paragraphs. I can only change programming …

Member Avatar for JulieM
0
114
Member Avatar for Spycat

Hi, I have a page that features chocolate recipes. I wanted to give the ability for visitors to print out INDIVIDUAL recipes contained upon the page. I thought I had it made by going: [INLINECODE]a.document.write(document.getElementById('printit').innerHTML);[/INLINECODE] Of course, this only printed the 1st recipe...no matter which one was selected. I tried …

Member Avatar for Spycat
0
237
Member Avatar for khusani

Hey all, I'm developing a Reports module for an application. anyway, i'm dynamically generating tables and adding them inside an existing DIV which has the following style : [html]<DIV id="forPrint" class="hide" style="PADDING-RIGHT:0px;PADDING-LEFT:0px;LEFT:0px;PADDING-BOTTOM:0px;WIDTH:100%;PADDING-TOP:0px;POSITION;absolute;TOP:0px;HEIGHT:100%" runat=server> </DIV>[/html] when creating each row inside a loop and add it to the table i check that …

Member Avatar for khusani
0
163
Member Avatar for cheetuh

when i try to validate my website at w3c i get mor ethan 1000 erros. can some one tell me why? one of the errors is : Error [I]Line 4 column 52[/I]: end tag for "meta" omitted, but OMITTAG NO was specified. <meta http-equiv="Content-Language" content="en-us"[B]>[/B]You may have neglected to close …

Member Avatar for tgreer
0
108
Member Avatar for Little E

I designed a website for my husband, but I'm having trouble getting the submit button to work the way I want it. I want it to send the customers information to our email address and then to a thank you page. I've been able to get it to send the …

Member Avatar for Mushy-pea
0
127
Member Avatar for boo_lolly

i have a mysql table with a few columns. some of the rows in this table might contain the same content in the same column. for instance. my column titles are 'uID' 'product' 'item' 'need' 'yah' 'blah' 'blah'... here's what i need i need some advice on how to design …

Member Avatar for Member #46692
0
107
Member Avatar for MDGM

Hi all, I need to have a semi transparent picture hovering over a windows media player plugin video. How do i do this? Html preferably... Thanks, Max

Member Avatar for MDGM
0
145
Member Avatar for RochelleJoshua

Will someone please explain to me how do you set up a basic table with 2 columns and be able to resize them in html.

Member Avatar for Member #114696
0
54
Member Avatar for ChoosenJoe

I have an absolute positioned div that is with a z-index of like 1000 so that it`s over all the elements of the page, but the checkboxes keep poping out in IE, in FF it works fine.

Member Avatar for chunkmartinez
0
74
Member Avatar for Naters_uk

Hi people, I am very amateur with ASP.NET. I am working on a movie booking system and i am currently having some problems linking my normal html homepage to my membership registration page which is done with asp.net. I tried using Frontpage hyperlink propeties to link my homepage with my …

Member Avatar for campkev
0
752
Member Avatar for MDGM

What DOCTYPE do i need to use this script? go on this link to find it: [URL]http://www.dynamicdrive.com/style/csslibrary/item/suckertree-menu-horizontal/P30/[/URL] Thanks! Max

Member Avatar for katarey
0
84
Member Avatar for vexhawk

This first issue is actually my main concern: Please go here for reference: [URL]http://www.omegaboi.com/test/[/URL] On the menu, (the blue bar) if you hover over it you can see it turn white, yes? Okay.. Now between the keywords (HOME etc. etc.) you find a " | " dividing them, which is …

Member Avatar for katarey
0
111
Member Avatar for MDGM

Hi all, I have a menu on my website and i got the code from a website called dynamicdrive.com, and the menu is based on css and a bit of javascript, with the menu content consisting of list values. The initial border for the menu is black, so that little …

Member Avatar for tgreer
0
173
Member Avatar for ~s.o.s~

Dont know if anyone else is having this problem but most of the images of Daniweb on my web page are chopped off?

Member Avatar for happygeek
0
109
Member Avatar for michael123

In html page I have two forms: [html]<form name=fm1 method=post action=aaa.html> <input type=text name=a1> <textarea name=a2></textarea> <input type=submit> </form> <form name=fm2 method=post action=bbb.html> <input type=text name=b1> <input type=submit> </form>[/html] Now the question is if I submit "fm2", is it possible to also submit the text area which is in "fm1"? …

Member Avatar for katarey
0
80
Member Avatar for HLA91

Hi I have some pictures i want to place on my website their on my hard drive.Is there a code to place it on the web page? I've got a HTML book but it doesnt tell me how to it just tells you the basics. I use notepad to write …

Member Avatar for stymiee
0
137
Member Avatar for HLA91

Hi I made a web page for my friends about things that have happened in school. My friend suggested i should place a blog so people can place comments, suggestions etc..... . I googled this idea but came up with nothing. Is there a script to make one if there …

Member Avatar for tgreer
0
146
Member Avatar for raheleh

[COLOR=#000000]Hi every body [/COLOR] [COLOR=#000000]I don't JavaScript language well. I want to know about visibility or disable html's controls on a web page. I have a web page and I want disable some controls and print my page and after that the controls back to preview condition.[/COLOR] [COLOR=#000000]Pleeeeeeeeeeeeeeas help me:sad: …

Member Avatar for digital-ether
0
195
Member Avatar for Member #114696

well the problem i am talking abt is universal among the web developers, i suppose. so when i make page lot of time and head is consumed while checking it under different browsers. i use topstyle pro for this purpose but i am still not satsfied. i dont want to …

Member Avatar for autocrat
0
128
Member Avatar for phillip9

Hello, Is it possible to create a menu template in CSS? I thought only style code could be put in the CSS, but a friend says that I could create a menu template using CSS. The menu would have 2 horizontal lines at the top for choices and there would …

Member Avatar for Member #114696
0
116
Member Avatar for MDGM

hi all!! This is my text only back-up menu at the bottom of my page, but the colours from my origional external css sheet look bad on its background, so how do i make them a different colour? Here is the code for the hyperlink: [code]<tr> <td>&nbsp;</td> <td height="20" class="stylesheet3" …

Member Avatar for MDGM
0
202
Member Avatar for MattEvans

Can it be done? I'm thinking along the lines of :hover.. :visited etc; Could I register my own psuedoclasses? ;) X.Y:Z would be handy for situations where X.Y isn't definitive enough, and X.Y#Z wont work because there's more than 1 Z-type thing on a page. Using Javascipt to bind objects …

Member Avatar for MattEvans
0
137
Member Avatar for marwan4

i am starting a new forum , and right now i am making a welcome email to be sent to users on registration , i dont know how to make a welcome email that contains pictures and links , i have tried to send some emails to my self writing …

Member Avatar for MattEvans
0
327
Member Avatar for tefflox

Hello, will you help me write some code to generate random-colored ellipses for an html page? The ellipses will serve as a side-bar coloration for the regular text content. Each successive image will have an increasing z-index and will overlap each other. I am having trouble figuring this out as …

Member Avatar for digital-ether
0
169
Member Avatar for kararu

A c++ project has to have a web based interface. Anyone pls suggest what languages/frontends are the choices here?

Member Avatar for John A
0
92
Member Avatar for Alicat

Hello, I need to implement a search feature on a CD that's comprised of html files. The html files contain names of and links to files (Powerpoint, Excel, PDFs, Video). Most of these files are loaded on the CD. Some are accessible only via the internet. I'd like to have …

Member Avatar for tgreer
0
80
Member Avatar for tefflox

this code will not load on my localhost, but gives no errors. Will you load this and see if it will work: [code] <style type="text/css"> <?php $count = 1; function divs() { $int = rand(6, 30); while ($int <= 31) { $t = rand(1, 99); $l = rand(1, 99); $w …

Member Avatar for Barnz
0
165
Member Avatar for gbs

I have a HTML file that displays properly in Firefox, but Internet Explorer only shows a blank page. [url]http://www.cmbl.uga.edu/software/phxpa.html[/url] What could be the reason? :?:

Member Avatar for gbs
0
183
Member Avatar for matnkirsty

hi ive just started using dreamweaver and built my first website using frames all works well until i viewed my meta, keywords and discription they are all there in the design area but when i preview they are no were to be seen ive tried for hours trying to work …

Member Avatar for Member #114696
0
106
Member Avatar for Cpu-Ctrl

Hi, I have been asked to set up a form with options to select a level of response from 1-10. Ive used radio buttons to this, but im not sure what to put in the asp form so that this info is processed to my email. Im using Adobe Go-live …

Member Avatar for Member #114696
0
266
Member Avatar for gilb29

ok. not sure if this is the correct forum!! (sorry if wrong one). but i have never used dreamweaver before i have it installed etc. but i need to improve my website badly. can anyone tell me where i can find a simple tutorial to learn how to use it. …

Member Avatar for Member #114696
0
101
Member Avatar for saitaj

Hello, I want people to tickmark som items in a table and when they click on submit button the items they have tickmarked should be listed in an email to me. How do I do this in HTML and where exactly do I add the code. I know very little …

Member Avatar for tgreer
0
168
Member Avatar for garylee

Hi CSS Gurus, I need your help urgently as my company needs a printed out report in Landscape Orientation instead of Portrait. I have successfully converted all the BODY Text into landscape by using the below css code: [html]<STYLE type=text/css media=print> .page {WRITING-MODE: tb-rl; HEIGHT: 80%} </style>[/html] Unfortunately, I failed …

Member Avatar for Member #117553
0
95
Member Avatar for jcisml

Hi, i'm trying to make a menu that will follow me as I scroll down the window, somethins like this, (look on the right and on the left) please use IE to see, firefox doesn't display properly [URL]http://www.gmarket.co.kr/challenge/neo_category/html_small_category/small_category_300004054.asp?gdsc_cd=300004054&link_type=LIST[/URL] i have found some java script, however I want the menu move …

Member Avatar for digital-ether
0
137
Member Avatar for sgriffiths

Hello I have a web page which has a drop down menu. I want the user to select an option from the drop down menu, then click submit. This will then activate my php script and select data from my MYSQL database and populate the fields. How do i action …

Member Avatar for digital-ether
0
167
Member Avatar for narsto

[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <head> <title></title> <style type="text/css"> .nodisplay{ display: none; } </style> <script type="text/javascript"> <!-- var theElement; theElement = document.getElementById("test"); theElement.className="nodisplay"; --> </script> </head> <body> <div id="test"> CSS Rules in Action </div> </body> </html>] I want this text to disappear, but I get object theElement is …

Member Avatar for digital-ether
0
92
Member Avatar for Spycat

Hi all, I am having a problem with the contents of my page breaking thru the bottom border of my page. It looks fine in Explorer (that's a turn-about, eh?) but at 800 x 600 or lower, in Firefox it breaks. Anything I am overlooking? Thanks :confused: The URL: [URL="http://www.chocolatelover.net/"]http://www.chocolatelover.net/[/URL] …

Member Avatar for tgreer
0
260
Member Avatar for John A

I've noticed this problem, and it's really been annoying me: Whenever I click the unordered or numbered list button, it prompts me for all the items I want in the list. However, the newlines that are supposed to be automatically inserted are all at the end. Not that the lists …

Member Avatar for John A
0
112

The End.