10,325 Topics
![]() | |
Hello, i have created a HTML table dynamically using javascript and JSP, i have to store the values inside the table to database. Thanks in advance. Ananth | |
i have a page coded in html and it takes 3-4 sex to load my page on webserver in IE,but i need to make it work fast. can anybody help in that,HTML code is | |
CSS in EI and Firefox - HELP! PLEASE! I am in a rush trying to get a website up for clients, and my CSS is not working in EI, only seems to in Firefox, safari. I'm on a mac, and have no PC access right now. Can anyone please help, … | |
I was just at validator.w3.org testing my site, and it found <td background='bricks.jpg'> as an invalid tag. It said Line 25, Column 29: there is no attribute "background". I am using XHTML 1.0 Transitional. Did they really do away with image backgrounds? I can't imagine that they'd want pages to … | |
Hello, I have a problem that someone can hopefully help me with. I have a page where Make, Year and Model menus are dynamically created via mysql. Upon selection, the user presses submit and those values are fed to the database where the production numbers for say, a 1958 Plymouth … | |
Hi, I've been working with PHP for about 6 or 7 years now, and recently I came across a problem that I really couldn't figure out. At my work, we have management software that has been worked on for years and years by a lot of different programmers. It is … | |
Howdy guys, I would like to know weather it's possible to add html links within a listbox ? I have had a quick play around and yes i can insert the link as static html link ("http://thisite.com") but not clickable. Or if so use the tooltip to some how launch … | |
Well it seems that this background changing virus has gotten me good. I have been in safe mode w/ networking just to be able to download Mlb, Hjt, and kaspersky. Any help is greatly appreciated! Malwarebytes' Anti-Malware 1.25 Database version: 1062 Windows 5.1.2600 Service Pack 2 11:16:12 AM 8/25/2008 mbam-log-08-25-2008 … | |
I have 3 images and i want them to show up one after the other within a column. i guess this is called swapping. Pease help out | |
Hello, My name is Djamal. I am 38 years old living in Dubai, UAE. I am a senior manager in the Aviation service industry. I have always been interested in IT and other technological fields. Lately, I have started studying VB.Net via distance learning (Penn Foster Career School). I am … | |
This is the error what i get when i try to run my project: [CODE]Local Exception Stack: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 2.0.1 (Build b04-fcs (04/11/2008))): oracle.toplink.essentials.exceptions.DatabaseException Internal Exception: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/varad1 Error Code: 0 at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:305) at oracle.toplink.essentials.sessions.DefaultConnector.connect(DefaultConnector.java:102) at oracle.toplink.essentials.sessions.DatasourceLogin.connectToDatasource (DatasourceLogin.java:184) at oracle.toplink.essentials.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource (DatabaseSessionImpl.java:582) … | |
Please, estimate the operation of [url=http://design.antigov.org]engine for site[/url] All the pages are made only in HTML, and there is only the text of central column material; building of menu and of other things, display of CSS styles are performed with Java Script, it should be put at the beginning of … ![]() | |
Hi all, How do you read specific <div> tag from responsetext? And also, is it possible to count how many <div> tag are there in responsetext? I have been googling for quite sometime but didn't find any tutorial or explanation nor answer. Thanks for the help. ![]() | |
Hello there, I am having trouble with a form/database. I have 3 age groups that needs to be sorted into 3 separate tables. Users fill in a form (dropdown list with the separate age groups) and when they click submit, the data gets sorted in tables on another page. With … | |
Okay well im practising my CSS and HTMl skills yet again and have came across a problem. If you look at this image, you can see my site is perfectly fine. The text is where it should be. Image: [url]http://i37.tinypic.com/scqqev.jpg[/url] No the text is fine, the navigation looks funny (it … | |
if anyone has it.. please put here | |
Hi, i am using Firefox 3 for checking the site that i am being created. It was perfect on firefox 2 but why on firefox 3 some style is not loaded. I have check the CSS that loaded by Firefox 3 and that is correctly. Why the effect is not … | |
Is it possible to convert a punBB CSS script to phpbb3 CSS? | |
Hi, I have got a problem with ppxcs.exe and some other stuff. I read the pages to be read on this site and other sites. Downloaded HiJackThis and my log file is below. I have also removed "Junk Files" with the help of AceUtilities Trial, and I have removed ppxcs.exe, … | |
I recently got a virus on my computer that is crippling a bunch of things. I get pop-ups, the wallpaper is changed, and 100% of my CPU is used. A process called ppxcs.exe starts when Windows opens. css.exe is also running. When I end process things go slow but don't … | |
Any help is much appreciated! Alright, after searching for several hours/days through forum posts and tutorials, I haven't managed to find any solution for my 2 problems :( . Time to post... I'm fairly new to div only layouts as well as list items, so bear with me... I might … | |
I recently saw a Danish website that I like (I like the design). [url]http://www.niels-burcharth.dk/default.asp[/url] Then I found out that it does not work in Mozilla Firefox because the HTML is so badly written (it is not a CSS problem). In the main navigation bar, TD parts of a table are … | |
hi, i m having problems displaying values in a tree menu from the database. I ll try explaining wat i did so that that ll help to solve my problem. I have two tables in the database one with name 'addcourse' and the other with the name 'subcourse'. what i … ![]() | |
Why this code is not working. [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <script language="javascript"> var http=""; if(navigator.appName == "Microsoft Internet Explorer"){ http = new ActiveXObject("Microsoft.XMLHTTP"); } else{ http = new XMLHttpRequest(); } function insert(){ document.getElementById('error').innerHTML = "Please … | |
Hi everyone i am actually new in linux and i am looking for a software that i can install on ubuntu 7.0 to convert openoffice document through command line.that software it must call openoffice to convert the following: RTF to HTML RTF To PDF | |
hello could someone help me with div position This is code: [code=html] <th width="200" scope="col" bgcolor="#666666""> <div class="css" id="myOtherElement"> <span><strong>Menu</strong></span> <div> <a href="#">Menuelement 1</a> <a href="#">Menuelement 2</a> <a href="#">Menuelement 3</a> </div> </div> </th> [/code] css code: [code=css] .css{ position:absolute; left:0px; top:0px; z-index:-1 }[/code] the problem is when i set its … | |
I did post this earlier in another thread but don't think I explained it very well. I am using floating divs etc but it is not these causing the problem. The problem I have is in IE7 the **first line** of an unordered list is moving the text about 6 … | |
Hi all, Iv created the following .jpg [url]http://fc02.deviantart.com/fs32/f/2008/234/a/b/testersss_by_kyllle.jpg[/url] which Im trying to replicate using html & css, Iv tried to poition the buttons etc at the top but having trouble inserting the text below the sub vavigation and also having trouble making the left navigation appear one below the other … | |
Have a nice Day, i tried to use vertical-align property of css in one of my project, but it did not work at all. can anybody tell me how can we use this property properly or any other alternative technique. thanks in advance | |
Is there someone that could answer questions concerning the HibernateTravelApp tutorial. I have written it a couple times per the tutorial and I am presently remodeling it to fit my own MySQL database. If there is a convenient way to transfer this data base along with the .zip of the … | |
On my quest to learn the ins and outs of web design using html and css I would love to understand the following task using your knowledge of the subject and pointing me in the direction of any tutorials that are worth reading. I have created 5 coloured curved buttons … | |
Hello everyone - firstly apologies... long post ahead. I was wondering if someone could please help me out a little. I just can't figure this out! I am trying to call a javascript function which exists in the same page from within InnerHTML in another script and I can't seem … | |
After spending some time on JSP section of this forum as many before me, I come to the conclusion that we are in need of "proper" tutorial on this topic. This tutorial is not intended to teach you everything from top to bottom, it is just a starting point to … | |
Does anyone happen to know if it is possible to create a layout that will allow me to have a fixed width left column and fluid right/content column? The really tricky thing, is that I'm in a CMS. I cannot add inner/outer divs to contain the modules. I have to … | |
![]() | [URL="http://www.further-flight.co.uk/20080820index.php"]http://www.further-flight.co.uk/20080820index.php[/URL] How would I rid this design of the white space at the top and sides of the page? My code is set out as below: HTML [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Further Flight</title> <link rel="stylesheet" … |
Hello all, I have a problem that I hope some one can assist me with. I have a site done in html and css that also has swf files embedded. It works great on Internet Explorer, but Firefox is another story. The swf file is a page flipper and in … | |
I'm trying to get this PHP mail form to work correctly and I keep getting an error: [code]PHP Parse error: syntax error, unexpected T_STRING[/code] from this line [code]mail($formproc["email"],$emsubj,$message,"From: $emfrm");[/code] from this mail form PHP file [code]<?php if (isset($_POST["formdata"])) { $formdata = $_POST["formdata"]; foreach ($formdata as $key => $value) { $formresults … | |
So I've attempted to make a very simple page using a table-less method, but I've run into a problem. On IE it shows up as one whole peice with nothing obviously wrong. On FF I get a space between every div about 5-10px in height and can't seem to find … | |
Hey Guys...I think this is the best forum for this question so here goes... If you have ever sold anything on ebay, you know that your description code is displayed along with the ebay website code. Ebay does NOT use an IFRAME to display your add. Yet, when you view … | |
![]() | Hi, I'm not too good with CSS but I managed to create a menu list that I like. It works exactly how I want with IE 6.0, but overlaps with Netscape and FF. Can anyone help me figure out why? Here is the CSS: [code] #left-menu { background-color: #181C3A; border-bottom-width: … |
hey guys, i have encountered a small problem. currently my table layout is as is shown in the image. [url]http://www.worldofpakistan.net/graphic1.gif[/url] wat i want is the categories with the same id to merge into one, and all the relevent forums come under one category like phpbb and the other forums do. … | |
hello please send code for autoreply of email in contact form my contact form is : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Welcome </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="style.css" rel="stylesheet" type="text/css"> <SCRIPT>//global variable for error flag var errfound = false; //function to validate by length function … | |
how can i pass html array to php code please need some help here | |
Hello ! I am a student of a university i and we are group into different categories in executing a project. The Template of the project was design by our lecturer and they want us to read , interprete and edit a website written in php and was givien to … | |
Hello. I have a table with 1 cell and 1 row and in it I have a name and comment section with a submit button and reset button. To the right I have an IFrame that is linked with a .cgi file displaying all the posted comments and it does … | |
Haha well thay isn't a typo. While going through my problem i find a lot of cases where IE is the meanie. Well for me, FF is the bully. I been coding this site for quite a while but i have a huge problem. There is a whitespace between the … | |
Hi, I print a HTML table with background colour but, it doesn't print it with colours. Why? Thanks | |
Hey all, a quick question, i was wondering if someone could provide me with a tutorial or help on how to create a footer that stretches the whole way across the webpage at 50px or so height and has the links centered on the page with font size 12px with … | |
We have got a good way to upload a file in struts framework, using enctype="multipart/form-data" and using tag html:file. But in one of my applications I need to use a PNG image for the functionality of html:file. The reason is, I cannot make the textbox of html:file readonly. The user … | |
i can't figure out how to delete my records in php. my page displays all the records from the database, and i want to place a checkbox beside each record and the function delete. please help me. code is php code [code language="english"] <?php //Connect to MySQL Server mysql_connect($dbhost, $dbuser, … ![]() |
The End.