15,113 Topics

Member Avatar for
Member Avatar for whinkz_zl16

[quote=peter_budo;269339]another think to keep in mind, if you take that script from somebody site it may not work properly/ at all because it need some data[/quote] hi,, i'm whinkz,,hmm juz wanna ask u how to run javascript program properly?,,,,i was juz doing a school report,,, i dont have any idea …

Member Avatar for dibakar borgoha
0
132
Member Avatar for Roshan_Jain

please help@ i plugin the thuderbird to my java class and now i want to store the thunderbird send ,save ...mails to local database how i can be connect thunderbird to database for this.

0
41
Member Avatar for bapu435

i am developing a website in html in which the contactus page i have to connect to ms access database i am not able to get it ,can any one tell me how to get that one.

Member Avatar for Ezzaral
-4
7K
Member Avatar for sureshrajanmca

cannot close the page in mozilla, so i set dom.allow_scripts_to_close_windows true manually. then i used window.close() its works fine. my problem is, i want to set dom.allow_scripts_to_close_windows enable true automatically using javascript code, its possible are not?

Member Avatar for kvprajapati
0
67
Member Avatar for niths

Hi all, i am having a page wer we can see a dropdown of projects and below that list of users with check box. so wen we select a project from dropdown,the page gets refresh and the assigned users for that project wil be shown as checked. this is done …

Member Avatar for pritaeas
0
72
Member Avatar for Batoul88

Can anyone Help me ??? I need css style like in the picture bellow???? thanks alot......... [ATTACH]15283[/ATTACH]

Member Avatar for samaru
-1
108
Member Avatar for ms_sws

I would have "thought" it would be a simple thing to get the (unformatted) text in each cell of a dynamic table but I have failed to solve this problem. So...I have a table that the user can dynamically load with data. They click an add button to insert a …

Member Avatar for ms_sws
0
2K
Member Avatar for tech.b

hey buddy i read this code of urs on one of the threads my concern is tht i need to to atore the data form each row in the table into an array..... or a srting..... could u please help me with this??? <script type="text/javascript"> # function showContent() { # …

Member Avatar for samaru
0
155
Member Avatar for rahul8590

I recently herd the buzz about JSON and stuff was also saw the coding style , but still i am not able to appreciate it . Well i am working in python web framework (not Django) and also using templating language. when i wrote a program to just to add …

Member Avatar for samaru
0
192
Member Avatar for smith32

hello, can u plz help me?? I can't run the javascript on Mozilla nad IE(can run on Chrome) I don't know why. I think my javascript has some problem. Here is my code ..... [CODE]<script> function check() { if(document.getElementById("name").value==""||document.getElementById("address").value==""||document.getElementById("phone").value==""||document.getElementById("email").value==""||document.getElementById("username").value==""||document.getElementById("passwd").value==""||document.getElementById("passwd2").value==""){ alert("You need to complete the form"); } else continue; } function …

Member Avatar for diafol
0
121
Member Avatar for ekseks

Here is a sample of our project which involves counting votes, the problem is that we implemented a pop-up window thus clicking a submit button to be able to vote (which is in the pop-up window) well what our problem is that we need to increment or rather add +1 …

Member Avatar for ekseks
0
148
Member Avatar for printsmarter

we've got an issue on our new test site that i'd like you to be able to solve; we have product pages; example page: [url]http://www.printsmarter.co.uk/newPrinttest/34-Brochures.html[/url] there is a selection of menus on the screen that you can change select different options to show you a price. issue is as follows; …

Member Avatar for macneato
0
202
Member Avatar for adobe71

I want to create Google Custom Search TextBox that has background image and image disappears on onmouseclick and appears back on onmouseout. What is the code behiend it.Pls write the code. [B]THANX[/B]

Member Avatar for pritaeas
0
50
Member Avatar for ekseks

Can someone give me a simple code of hovering my mouse into a picture in a html then the picture automatically has a white light fade on it thanks... I've been searching over the internet and they're just giving me a fade effect... I just wanted a simple white highlight …

Member Avatar for ekseks
0
68
Member Avatar for wemustdesign

I have a form, I have successfully passed the username from jquery [CODE] $.post("http://www.photographycourses.co.uk/cpl/cplfunctions.php?action=checkUsername", { username: username} ); [/CODE] to php script. The php script checks the database to see if the username exists: [CODE] if ($num >=1){ echo= 0; }else{ echo= 1; } [/CODE] How do I pass the …

Member Avatar for rajarajan2017
0
84
Member Avatar for zaki_bwz

Hello. i have a trouble with my php and javascript code. I want to get database from form that use javascript that use onSubmit as form validator. It work when i refer to another page as addDb.php then add to database. I want to stay on current page then php …

Member Avatar for blackhole
0
210
Member Avatar for shawtee6875

INDEX.html Home Page 1. There is a banner ad at the top of the index page called banner1.jpg. Create a cycling banner ad using the 3 banner ad images supplied on the disk (bannerad1.jpg, bannerad2.jpg and bannerad3.jpg). Add a link to bannerad2 that will take the user to [url]www.example.com[/url] and …

Member Avatar for shawtee6875
-4
94
Member Avatar for SerjSagan

I have a table with a bunch of check boxes, this is not a plug:(found at [url]http://www.enhancementresearch.com/penis-enlargement.htm[/url]), I am trying to figure out how to store each check boxes value in real time (there is no "Submit" button). I run jQuery through my site and heard that simple data storage …

Member Avatar for SerjSagan
0
66
Member Avatar for fawad123

I have tested following code and it works fine in IE but not Mozilla: var ajax = false; if (window.XMLHttpRequest) { ajax = new XMLHttpRequest(); } else if (window.ActiveXObject) { try { ajax = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e1) { try { ajax = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e2) {} …

Member Avatar for fawad123
0
365
Member Avatar for elneco

Hello Daniweb, i am having problems with the second button in my rather simple nav. i looked over the code a couple times but i can't seem to figure out why the hover is behaving teh way it is...perhaps someone with fresh eyes can help me out?? my nav: [url]http://elneco.biz/mynav/yeah.html[/url] …

Member Avatar for elneco
0
98
Member Avatar for shailendra_agra

Hello, Answer me I am adding multiple function onload in the body. IE showing the correct result but mozilla showing the problem like it showing the last function result in all function results. <body id="body" onload="showUser1('taj-mahal');showUser('taj-mahal');showUser2('taj-mahal');"> can anybody help on this,what is the problem??? and how to short out

Member Avatar for diafol
0
73
Member Avatar for cloud09

In IE7 only, I have an issue with disappearing elements/styling. First, my h3 header disappears. The space that it occupies is partially there, but not text is visible, nor is the background or the bottom-border assigned to it. In addition, other divs below the h3 are missing their bottom-border. However, …

Member Avatar for scrappedcola
0
204
Member Avatar for Stephen901
Member Avatar for Stephen901
0
86
Member Avatar for murugavel84

Is there anyway to close the firefox using javascript without changing the about:config file?

0
78
Member Avatar for fawad123

My problem is very easy. I have written the following PHP code to generate the arrays of textareas: for ($i=0; $i<length; $i++) { echo '<textarea type="text" name="username'. $i.'" cols="60" rows="4" onkeydown="check_username(this.form.username'. $i. '.value)">'. $sentences_data [$i]. '</textarea> <span id="username_label"></span><br/>'; } The Java function is function check_username(username) { if (ajax) { ajax.open('get','testuser.php?username=' …

Member Avatar for fawad123
0
118
Member Avatar for Z_KiNGPiN

Google Maps Control in ASP.Net or something like that ... well to get to the point directly ... what i am searching for is embedding Google Maps in my ASP.Net page, want to use the Direction feature that Google Map provides. Now the problem is, although Google Map gives a …

Member Avatar for Z_KiNGPiN
0
203
Member Avatar for lonestar23

Hello, I am trying to resize an external website in an iframe using javascript, but have not found code that works very well. Anyone know how to go about it? Thanks in Advance!

Member Avatar for agfucious
0
212
Member Avatar for dks1383

Hi all I want to make a statistics script for my website by javascript I know that I can do it by this script: <script type="text/javascript" src="http://www.mywebsite.com/stat.php"></script> But I need to pass some parameters to stat.php for example I need pass the value of window.location how can I do that? …

Member Avatar for alexhernandez
0
68
Member Avatar for umandajayo

hi friends how to check file upload control empty or not in javascript? I m try to this way but it is not working [CODE]function Empty(){ var sValue.value = document.getElementById('file_input'); if(sValue == ""){ alert("ERROR: Project Image Should be Uplorded..!."); sValue.focus(); } } <input type="file" name="fileField" id="file_input" > <input type="button" value="Send" …

Member Avatar for umandajayo
0
103
Member Avatar for Zurompeta

I'm having an odd issue here. Basically, I have an AJAX response that is returning HTML that I'm using via innerHTML. The following is a portion of the AJAX response: [CODE]<img id='img_display' width='583px' style='margin-top:62px;' src='../galleries/gallery/img.png' alt='' />~<table ....[/CODE] The following is a small portion of my AJAX code: [CODE]var response …

0
61

The End.