14,212 Topics
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 …
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 …
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
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 …
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 …
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 …
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 …
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 …
Can anyone tell me what !important does, or means, in Css. Ive tried googleing it but i got nothing!
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.......
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 …
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)
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 …
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 …
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 …
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 …
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 …
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 …
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
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.
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.
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 …
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
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 …
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 …
Dont know if anyone else is having this problem but most of the images of Daniweb on my web page are chopped off?
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"? …
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 …
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 …
[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: …
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 …
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 …
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> </td> <td height="20" class="stylesheet3" …
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 …
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 …
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 …
A c++ project has to have a web based interface. Anyone pls suggest what languages/frontends are the choices here?
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 …
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 …
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? :?:
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 …
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 …
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. …
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 …
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 …
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 …
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 …
[<!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 …
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] …
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 …
The End.