6,558 Topics
| |
why do i get this error? can you please help me to fix it? [url]http://204.45.7.122/[/url] [ICODE]overHead(); echo $html->pageTop(); include('loginmenu.php'); include(inc_dir . "/left.php"); echo $html->pageMiddle($config["page_name"]); $toplamkullanicilar = $adetler["JAS_FD"]+$adetler["JAS_FS"]+$adetler["JAS_TP"]+$adetler["JAS_TH"]+$adetler["JAS_OH"]+$adetler["JAS_BG"]+$adetler["JAS_OK"]+$adetler["JAS_OL"]; $ortadakipara = getMoney("JAS_FD")+getMoney("JAS_FS")+getMoney("JAS_TP")+getMoney("JAS_TH")+getMoney("JAS_OH")+getMoney("JAS_BG")+getMoney("JAS_OK")+getMoney("JAS_OL"); ?> [/ICODE] | |
I am designing a webshop which has a table layout. My problem is that i have created rounded corners using css, and it works fine in all other browsers than IE. Normally when i design, using divs as layout base, the css rounded corners display just fine, also in IE. … | |
I have a slight situation in my app in my jsfiddle. What I want to do which I can't achieve is that I want the functionality of the Option Type, Number of Answers and Answer buttons within each row to match the functionality on top. The problem is that under … | |
Greetings, I am building a new site, HTML, PHP, MYSQL. I am having a discussion with a coworker regarding how I should handle my PHP functions that handle my SQL. In my HTML page I call my PHP function, which accesses my MYSQL. Should my PHP function: - extract the … | |
Dear Experts, Thanks for helping me out. My CSS created in 2003 /4, now some classes are not working, I tried to validate on CSS 1-3, all have errors, this is causing my application to run correct. I have tried to change Plz help me to change the required syntex. … | |
Dear Experts, Thanks for your help and Time. I have an application in asp.net , i am using HTML code , JavaScript and CSS there. My application is also creating pdf file. 20 days back , My reports comming up with out background color or you can Say with out … | |
Hi. I am making a python program that automatically enters information into a form on a website. I looked at a module called mechanize at first but then I realized that it didn't support javascript. Is there any way to take a piece of information and insert it into a … | |
I use Suckerfish to create a drop down menu. It works perfectly well in FireFox, but IE8 is messing it up. It moves everything to the right and the submenu does not work. Furthermore, it seems to be placing the content of the page on top of the drop down … | |
Hello! I got the following code from another site but it doesn't do nothing it only shows & ables me to fill in the speech but doesn't auto complete and that's just when i Need. [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=utf-8" … | |
Hey everyone, I'm wondering if there is an HTML doc for html 4 and 5. A doc that has all the attributes and tags like the JDK for java. Please post a link to a site if there is one. Thanks. | |
Hi all, I came across a new issue in curl request with php. I need to fetch a document from other host [url]http://xyz.com/content.html[/url]. I cannot view that page without login credentials. So I have given [url]http://user:pwd@xyz.com/content.html?get1=x&get2=y[/url]. I can send a successfull curl request to that page in a command line … | |
I have a wrapper div with nested divs. I have set the wrapper to be 100% the height of the screen whatever the resolution (HTML and Body have been set with height:100% and wrapper has been set to min-height:100%), and I have set an image to be the background (not … | |
What i am Trying to make is This [URL="http://testbox.co.cc/practice/header/topbar.jpg"]http://testbox.co.cc/practice/header/topbar.jpg[/URL] The Error i am Getting is (See the White Text) [URL="http://testbox.co.cc/practice/header/index.html"]http://testbox.co.cc/practice/header/index.html[/URL] When i add span in div and assign some property to it the text shifts a little below, i am unable to figure out why that is happening Sad i … | |
I just started using HTML5 in my documents, and at this point, I'm missing XHTML's <center> tag. I've tried using text-align to center the element, but it doesn't seem like it works on .lbi files. Any advice on how to center an .lbi library element? | |
Well, i am making a blog in which i have to show images and links in my every post.So i have to use <a> & <img> tags in my post. but I m also using htmlentities function for "post" string variable ( like this -- <?php echo htmlentities($post); ?> ) … | |
Hi Experts, Thanks for helping me.I have css created in 2003, but now when i check on [url]http://www.htmlhelp.com/cgi-bin/csscheck.cgi[/url], it has many errors and warning. I am really new to CSS or You can say nothing on css. FILTER WRITING-MODE ERRORS and other. I need urgent HELP HERE is MY CSS … | |
I am attempting to make my first website, however I have hit a hurdle in what appears to be browser compatability issues (or I could be talking nonsense?). I am wanting to stretch an image to act as my background of my website,the only issue is it won't work in … | |
[CODE] body { font: normal 12px auto "Trebuchet MS", Verdana; background-color: #ffffff; color: #4f6b72; } .popUpStyle { font: normal 11px auto "Trebuchet MS", Verdana; background-color: #ffffff; color: #4f6b72; padding:6px; filter: alpha(opacity=80); opacity: 0.8; } .drag { background-color: #dddddd; cursor: move; border:solid 1px gray ; } [/CODE] This main problem is … | |
Hey Is it possible to run a Java Servlet that loads a .html page that has a bunch of JS scripts in it? I know how to load a normal .html page (I believe it is correct) but not sure if it works if it has Javascript as well. Thanks. | |
In a nutshell, my company is using several different programs that use a string of data regarding personal appearance information for different TV/movie character. This data need to be read in a very strict manner. (The following example is exactly how we need to input the information... including all brackets … | |
Hi! I m trying to open a filter form at the center of a form which is inside the panel 2 of a split container.. I ve selected Start Position of the filter form => Center Screen but the problem is that when I push the button which opens the … | |
Well is there any built-in function to do this ?, or 3rd party library EXAMPLE code [CODE]source := Sock.Get('http://www.google.com/'); if source('Google Search Engine', a) > 0 then begin NeededPattern := GetPattern(source, '<font>','</font>'); result := neededPattern; // will display ABC of the <font>ABC</font> end;[/CODE] Then it will get the middle of … | |
I have an index.php. page which is a search on my MySQL database to update HTML tables in my results.php page. I have a form on the index page as the search which is like this: <form action="results.php." method="post"> Search: <select name="searchtype"> <option value="Date">Date</option> <option value="Wk No.">Wk #</option> <option value="Artist">Artist</option> <option … | |
What is the difference between HTML and xml | |
HTML FILE IS: [CODE] <html> <body bgcolor="yellow" text="red" > <form method="get" action="cookie6.php"> <p>Which car you want to buy?<P> <TABLE border=2> <TR><TD><input type="checkbox" value ="15" name="text[]"><TD>Ferrari<TD bgcolor="blue" width="15px"> 15million</td></TR> <TR><TD><input type="checkbox" value ="35" name="text[]"><TD>Mercedes<TD bgcolor="red"width="15px"> 35million</td></TR> <TR><TD><input type="checkbox" value ="50" name="text[]"><TD>Bugatti<TD bgcolor="yellow"width="15px">50million</td></TR> </TABLE> <input type="hidden" value="1" name="check" > <p> <input type="submit" … | |
Hey, I have been playing around with the history.length property in JavaScript and have come across a bit of a problem I don't understand. On my localhost machine I have two pages - Page A and Page B that both have one line of script being: [CODE]document.write("Number of URLs in … | |
Hello I was wondering if anyone might be able to help me? this is the jquery?I have two problems that I am hoping somone can help me with? What I am trying to do is when I click on a checkbox (#Facebook) it will display a div #widget-FB, and when … | |
this is my html code in which i want to get info from the server and insert it into the list items and show it in the browser, using loop .so i am using php but this code is not working for me . please somebody help me !!!!!!!!![CODE]<body> <div … | |
Can anybody help me to make marquee in 3D and how to run it in circle via HTML.I mean when the whole description of marquee about to end,it automatically start from other end before the previous marquee ends. | |
Netbeans is a free, open source IDE for developing software in Java. It's been around for almost 15 years, having gotten its start around the time Java began. Version 7.0 is about to be released, and I got my hands on the Beta release of this new version. In the … |
The End.