15,127 Topics

Member Avatar for
Member Avatar for raheel_88

I would like to place a footer at the bottom of my DHTML web page. The simple footer tag doesn't do what I want because the text in the footer is simply placed underneath the current text on the web page. What I want s for the footer to stay …

0
110
Member Avatar for vikassoni1033

Here is one code of php 2 dropdown and one button i down want button, and use ajax in dropdown..... how can i do it? <?php require_once("includes/ReadAllXML.php"); $to_plaza_poi = array(); $from_plaza_poi = array(); $hasMessage = false; $row1 = ""; $row2 = "0.00"; $row3 = "0.00"; $fromPost = ""; $toPost = …

0
48
Member Avatar for arnoldporche

How can I execute this: From the dropdown list build up from mysql database (say a list of fruits). I select "Add New Fruit". This triggers it to either have a modal form to add new fruit or a table form. Once submitted, Select dropdown list RELOADS including the newly …

Member Avatar for niranga
0
38
Member Avatar for BenNoush

Hello I am developing a website using ajax, php,javascript and html for a grocery. Product code is entered in a textbox 'txt_code' and upon clicking on 'Retrieve' button, the product details, quantiy and price is dispalyed(this is an ajax code). The product price, product code and product descripion are retrieved …

Member Avatar for niranga
0
192
Member Avatar for himmat.m4

Hi, anybody tell me how to display alert message which is in utf-8 format. Thank's in advance.

0
44
Member Avatar for himmat.m4

Hi, I want to call java function in javascript. In which we pass one parameter to function and its returns String value which I want to display in alert message. So please help me..... Thanks in advance

Member Avatar for himmat.m4
0
64
Member Avatar for Danny159

Hey, I have the following code: I am trying to make it so when you tick the box it changed the result to what you clicked, then if you untick it it changes the result back... There will be multipal tick boxes on a page... Here is my code... [CODE]<script …

Member Avatar for Danny159
0
216
Member Avatar for rakwel10

[IMG]http://i1235.photobucket.com/albums/ff429/rakwel10/pix.jpg[/IMG] The picture above may not be that clear but this is my website created in Wordpress. As you can see, the slideshow is messed up. When the first slide will show up, the next slide is showing too under the first slide. When I try to zoom out the …

0
95
Member Avatar for thomas6188

was trying the drag and drop feature in html5. I have three blocks(boxA,B,C). Items are moved from box A to B or C. The problem is [B]when i move items from A to B, Box A doesnt retain the object [/B](instead of copying, it just moves the object). I have …

0
95
Member Avatar for manjushreekaran

hello all, after tried so much now posting here. i have two programs sql.php and form.jsp. i want to do insert values into mssql database from user input form. sql.php is able to insert the values into database. i have connected database using ODBC.form.jsp is able to give user input …

Member Avatar for peter_budo
0
300
Member Avatar for riahc3

Hey Ive been given a JavaScript program (with embedded in a HTML) with several (from what Ive seen) free libraries. For example: excanvas.js jquery-1.6.4.min.js prototype.js colorpicker.js This JavaScript program (using those and other free libraries) to draw something like this: [img]http://img339.imageshack.us/img339/3997/dibujoajyu.jpg[/img] As you see the dots, beside having a X …

Member Avatar for riahc3
0
163
Member Avatar for keithxm23

Hi.. I'm new to AJAX and I'm attempting to use this webservice ( [url]www.webservicex.net/CurrencyConvertor.asmx?op=ConversionRate[/url] ) in my html page. Now I've managed to make a form and stuff to correctly call the webservice, but then, I do not want the answer to be displayed as just the output xml data. …

0
56
Member Avatar for n3xtgen

I have a simple web login application that requires a user to login to view the next page. The login page is HTML and when you click "Login" is goes to a PHP page to check the SQL Database. If it succeeds it goes to another HTML page. I want …

0
88
Member Avatar for raf.fredi

Following is my code and I'm not able to write insert query and upload file. [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 type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.js"> </script> <script src="http://cdn.jquerytools.org/1.2.6/full/jquery.tools.min.js"></script> <!-- This JavaScript snippet activates those tabs --> <script type="text/javascript"> …

Member Avatar for diafol
0
180
Member Avatar for Veneficvs

Hello. I have a very important question. I am currently attempting to create a Javascript file to test the HTML5 File API. First of all, I want to dynamically obtain a local file using Javascript and Google Chrome. I have succesfully done that by using a function which returns a …

Member Avatar for Veneficvs
0
471
Member Avatar for kevindougans

Hi there, I'm sure there is an easy way to do this so let me ask. I have an "admin" page full of video thumbnials that I want to allow the user to sift through and pick which videos should be enabled or disbaled. To keep with current trends I'm …

Member Avatar for stbuchok
0
191
Member Avatar for dean8710

Could someone fixed this codes, i want the value inside the text fields will empty after submit the form.. huhu...:?: [CODE]<script type="text/javascript"> $(document).ready( function() { $('#submit_id').click(function(){ doUpload(); }); $('#uploadprogress').hide(); }); function doUpload() { // STEP 2. Create the iframe object var iframe; try { iframe = document.createElement('<iframe name="uploadiframe">'); } catch …

Member Avatar for stbuchok
0
273
Member Avatar for haanjae

hello, i have client server program, problem here is that the client program cannot receive message sent from server. the server is working fine, can send and receive, but the client only can send, unable to receive. please help me, thank you very much here is the client code: (richTextBox1 …

0
196
Member Avatar for peter20

Hi , I want to make a script in jquery when I click on a link to appear a message. My code is below [CODE] <fieldset class="fild3"> <legend>links</legend> <a href="" id="ca_125">CA-125</a><br> <a href="" id="ca_153">CA 15-3</a> </fieldset> <fieldset class="fild2"> <legend>info</legend> <span id="ca_125" class="ca_125"> <p>CA-125 </p> </span> <span id="ca_153" class="ca_153"> <p>CA 15-3 …

Member Avatar for peter20
0
146
Member Avatar for oblo10

Hi in my script there is a jquery tab. The script is working, tab-content is changing but when clicked a tab I want to change class property of the li of active tab as class="current" How can I do it? thanks. <ul class="nav-content"> <li class="current first-li"><a href="#tabs-1">tab 1</a></li> <li><a href="#tabs-2">tab …

Member Avatar for stbuchok
0
160
Member Avatar for vamsikrishna981

<!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" /> <title>Untitled Document</title> <SCRIPT language="javascript"> function addRow(tableID) { var table = document.getElementById(tableID); var rowCount = table.rows.length; var row = table.insertRow(rowCount); var colCount =table.rows[0].cells.length; for(var i=0; i<colCount; i++) { var newcell = row.insertCell(i); newcell.innerHTML = table.rows[0].cells.innerHTML …

Member Avatar for stbuchok
0
572
Member Avatar for rayidi

Dear Friends, I'm developing a website that can show online users, When ever a user logged we can update the status to "Online" On our database. Now i'm using AJAX. Is it possible to show the online users without refreshing a page ? That means timed interval for a ajax …

Member Avatar for rayidi
0
541
Member Avatar for rayidi

Dear Friends, [CODE]<a href="javascript:void(0)" onclick="javascript:chatWith('babydoe')">Chat With Baby Doe</a>[/CODE] Please convert this into regular php expression please. Thanks in advance

Member Avatar for pritaeas
0
128
Member Avatar for Stjerne

First of all, I don't know if I should put this thread on HTML/CSS or here since this thread is kinda about both of them, so I'll try it here. Hi! I've need some help/advices for my problem; I'm doing a project at school, were we're going to develope a …

Member Avatar for Stjerne
0
194
Member Avatar for tanu963

Can anyone help me to create animated Neon Sign Board using jQuery ? I want to create it only with text without using images. Is it possible to create using text shadow? Please help me Thanks

Member Avatar for tanu963
0
64
Member Avatar for bsiness

So Umm.. I'm working on right now to make a website for our game clan in Special Force... Then want a part of their website to be viewed directly on my website.. The link to what i'm talking about is bit.ly/vUNUCi .. maybe I can get that html codes then …

Member Avatar for pritaeas
0
152
Member Avatar for kjone

Our teacher wants to see if we can program a javascript talking about the way they kinda made movie lies in the movie the italian job they end up breaking in the bank vault stealing 274 gold bars which weighed 7520 pounds of gold the mini coopers had to each …

Member Avatar for stbuchok
0
80
Member Avatar for mkas

I have a sample page with three tabs (tabs.html). Tabs are displayed as follows: [CODE]<ul class="tabs"> <li><a href="javascript:tabSwitch('tab_1', 'content_1');" id="tab_1" class="active">Tab 1</a></li> <li><a href="javascript:tabSwitch('tab_2', 'content_2');" id="tab_2">Tab 2</a></li> <li><a href="javascript:tabSwitch('tab_3', 'content_3');" id="tab_3">Tab 3</a></li> </ul>[/CODE] The JavaScript used to switch tabs is: [CODE]function tabSwitch(active, number, tab_prefix, content_prefix) { for (var i = …

Member Avatar for stbuchok
0
250
Member Avatar for anupama385

I have an array in javascript which has n elements. The number n is not known. How to delete all the elements from the array?

Member Avatar for stbuchok
0
81
Member Avatar for PF2G

Hi, I have a form for registration and i would like to make Phone Number and other textboxes numeric and don't accept letters, i mean, if you write a letter 'p', for exemple it doesn'te write. Can someone help me? Thank You, PF2G

Member Avatar for stbuchok
0
126

The End.