15,699 Topics

Member Avatar for
Member Avatar for fifufifu

This is the scrip, is working perfectly on IE but not on Firefox, can anybody help please, THX [code=JavaScript]<script type="text/javascript"> <!-- var sw_interval; var sw_x = 10; var sw_dx = 0; var sw_t = 10; var sw_cursor = 1; var sw_v; var sw_w; var sw_numItems; var sw_first; var sw_last; var …

Member Avatar for Troy III
0
180
Member Avatar for MDGM

Hey, Simple javascript problem: user enters desired domain name into "domain" field and submits, php scripts check if domain is available. If it is, a paypal add to basket button is written onto the page, however i cannot use php to get the content of the "domain" field and put …

Member Avatar for R0bb0b
0
100
Member Avatar for assgar

Hi I am new to javascript. I have two drop downs used to reload the page displaying selected information. How do I get the OnChange function to pass year and user form the drop down. I also need to pass data in the array $month. [code] <html> <head> <body> <script …

Member Avatar for assgar
0
312
Member Avatar for frylock

I'm using Adobe Acrobat version 5.0, and even the simplest string functions aren't working. Let's say I have a field called "name" and I want to get the second letter in that field. The following code should work unless someone slipped a narcotic into my morning coffee: var f = …

0
43
Member Avatar for jmwolv

Hello everyone i am new member,:icon_confused: If anyone can help me with my problem i would be very gratefull as i feel that i am stuck. I have started to build my first website using html and my first page is done and works fine. At this point i decided …

Member Avatar for buddylee17
0
49
Member Avatar for steveg1965

Hi Guys, As my ISP does support .asp but not CODOSYS, I was hoping someone might be able to help me convert this into simple .asp email script or something? [code]<% 'sets form variables dim sendtoemail, sendtoname, sentfromname, sentfromemail, messagesubject, messagebody, url, Email_SMTPAddress, Email_ServerComponent sendtoemail = request.form("sendtoemail") sendtoname = request.form("sendtoname") …

Member Avatar for steveg1965
0
148
Member Avatar for adaykin

Hello, I have done this successfully in firefox, but I need to do this in IE now, I want to dynamically generate an id for my input elements for an element being created. So far I can't get the id to come out correctly, here is what I have: [CODE] …

Member Avatar for adaykin
0
157
Member Avatar for ctuga

Hi!!! I like to have a exchange Url in my site so that a user can add url to my site using a simple text box and then showing the url in main page. How can i do this ? thank's for help.

Member Avatar for jakesee
0
75
Member Avatar for pswati
Member Avatar for priyavardheesh

Hi, I'm trying to pass form values to my python script that's on the server. I don't have to return anything to the user. Just send the client side values. My page is a simple HTML page and on the click on button, a javascript function is called. This function …

Member Avatar for buddylee17
0
118
Member Avatar for AikenDrum

Hi, I've successfully set up on my website the example geocoded googlemap with markers from here: [URL="http://code.google.com/support/bin/answer.py?answer=65622"]http://code.google.com/support/bin/answer.py?answer=65622[/URL] I now want to add a search box to geocode a typed in location, and re-center the map on that location. The following code works fine: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 …

0
68
Member Avatar for marcux

Hi all! I have a script with a form with: action="loadPhoto.php" enctype = "multipart/form-data" method="POST" an input type=file and a submit button. So when you click submit the php-script checks that the choosen file is a image-file and that the size isn't to big and saves it to server. When …

Member Avatar for buddylee17
0
140
Member Avatar for Suneetha Reddy
Member Avatar for sTyleSHA

Dear Viewers, Let me say you a scenario where we do regular updates for our clients site or our site. After updation we clear the browser cookies or refresh the page atleast to view the updated changes, knowing already that the content has been updated. But how will the clients …

Member Avatar for sTyleSHA
0
261
Member Avatar for Shanti C

hello... Can any one please help me out? I want an image gallery script, where the images are displayed as thumbnails from many subfolders created dynamically and not from database... Please check out this url: [url]http://mig.sourceforge.net/gallery/index.php?currDir=[/url]. And i want to implement my galley in this way.. Please post me any …

Member Avatar for ithelp
-1
133
Member Avatar for greeny_1984

hi, iam having an application in which i need to validate all the fileds present above a particular field when user clicks on any field present in a page.similar to this link [url]http://my.naukri.com/manager/createacc2.php?othersrcp=5424&wExp=N[/url] is this possible using validator callout extender. can we use javascript to achieve this functionality. if thru …

Member Avatar for greeny_1984
0
150
Member Avatar for hav

just started playing around with CSS and find I have a weird little problem related to printing and hidden divs. a page contains hidden divs (hidden on screen) - the page uses a print css file so that these divs will be printed when the page prints there are also …

Member Avatar for shellydsilva
0
116
Member Avatar for rairai979

Hi All, I have just converted a few projects (Web Application, Web Service) to .Net 2005. The web application calls the web service using javascript from the client side. I am getting Error 401 - Unauthorized Access. I understand how to get around this error on the server side (i.e. …

Member Avatar for ratri
0
98
Member Avatar for zanzo

i am new to asp and i need to upload image?? so could somebody help me to handle this issue :( thanks a lot

Member Avatar for ratri
0
162
Member Avatar for wdev

hey guys, This question might be discussed over thousand times but please help me on this one! I have a customer registration (html) page on which I have included form level validations using java script. On click of the submit of this page control goes to regist.php where I run …

Member Avatar for wdev
0
144
Member Avatar for macneato

Hi, So I'm creating a website for clients that have tons of different courses available, they have opted to not place any course outlines within the site and instead, make the interested party request it via a email. Now, here is where my problem comes in, I would like to …

Member Avatar for buddylee17
0
89
Member Avatar for hooray

Hi guys, I am trying to make a javascript function that will add "000" to the end of a textbox value if the user presses k and also add "000000" if they press m. So i don't want the k or m to appear in the textbox and some 0's …

Member Avatar for hooray
0
168
Member Avatar for e_velkova

Hi! Could you tell me, if this is correct: onclick="javascript: if(!confirm('Confirm delete?')) return false;" Many thanks ;)

Member Avatar for Thirusha
0
85
Member Avatar for jmasta

Hi folks, quick question for ya. I'm working on getting a custom context menu to work in Firefox (it was written for IE with behaviors) and I can get the menu to pop-up, but i'm getting a javascript error when it does. (Also, nothing in the menu works, but I …

Member Avatar for jmasta
0
127
Member Avatar for netprogramme

I want to send value from Asp textbox to Javascript function on Button 1 click how i can have that . pls help This is my code <head runat="server"> function callserver(txt1) { //Here i have to receive the value var nm=txt1 alert(txt1); } </script> <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 100; left: …

0
44
Member Avatar for myth3_16

Hi All, I am trying to get this working. I have two drop down menus, you select one and the other is populated according to the selection from the first one. Now what I want to do is when selecting an item from the second drop down i would like …

Member Avatar for Luckychap
0
156
Member Avatar for mexabet

I have this navigation bar with drop-down menu. It functions fine but the drop-down menu displays abnormally. Can anyone visit this URL and even view the source code of the Javascript and CSS? I need somebody to pinpoint the error. Your help would be much appreciated. The URL: [url]http://www.mexabet.com/index.php[/url]

0
61
Member Avatar for ishlux

Hi all, Can i know how to do the checkbox validation........ i used the code below but its not validating..... [code] var val; for(i=0;i<3;i++) { if(form2.elements['contype[]'][i].checked) val=1; } if(val==0) { alert("Select type of your Contract") return false; }[/code]

Member Avatar for Thirusha
0
67
Member Avatar for shijumichael

what is meant by the dialoge box sating java script turned off while searching videos on you tube...........?

Member Avatar for Thirusha
0
26
Member Avatar for jakesee

Hi there, I'm quite new to AJAX and need some help on a peculiar firefox behavior regarding forms submission. I have have an input field ...<td id="ajax_field"><input type="text" name="hobby"></td>... I am adding an option to change this <input> to <select> if the user wishes to choose from a list instead. …

Member Avatar for jakesee
0
148
Member Avatar for tryphy

Hi, I am trying to do with this code. . But i coudnt able to get it work. It like i embed a background(bg) music in html and also wrote a javascript to stop playing the audio. The script goes like this.. [code=html]<script language="javascript"> function stopAudio() { document.audio.play(false); // I …

0
73
Member Avatar for dips255

I have a form on which there is a textbox for entering mobile number. Below this I have a check box saying 'Verify number' on selecting which user gets sms for validation code. Now on the update panel I have to show the textbox for mobile in readonly form and …

Member Avatar for adaykin
0
112
Member Avatar for adaykin

Hello, I want for the user to be able to click on a button that lets them add a <tr> full of <td>'s and <input>'s in the <td> tags. So I have code like: [CODE] <script type="text/javascript"> function addRow() { // Insert a row too the table with td's and …

Member Avatar for adaykin
0
131
Member Avatar for dave_nithis

Hi all, Can anyone explain how to parse a html file at the client side that we got as a response from the server? Please provide me good websites for doing this task. Thanks in advance. Dave. :)

Member Avatar for kceleb9
0
71
Member Avatar for devisrimari

I have implemented tree structure where I get the following error :'( Error: document.getElementById(treeid) has no properties Iam not able to correct. Without correcting the error the code works fine, but i have to execure under jquery. And jquery will not accept any error codes. Please help to resolve this …

Member Avatar for kceleb9
0
91
Member Avatar for adaykin

Hello, I was wondering if there would be a way I could generate elements dynamically using something like this, where qtyElements is an array of all the elements that start with qty. [CODE]var qtyElements = document.getElementsByName('qty*'); for(var i = 1; i < qtyElements.length + 1; i++) { // var name …

Member Avatar for ~s.o.s~
0
141
Member Avatar for onesmallstep

I have been HTML'ng for many many years, however am new to the Java side of it. I'm using a script that works well on another site. Trying to customize it, and having issues. The previous menu's were to 2 levels, I don't need that, that's what I'm trying to …

0
64
Member Avatar for scru

Take a look at this page: [url]http://tejerodgers.com/[/url] and type four or more characters in the search box on the right. My problem is the div box that pops up. I'm only getting the behavior I want with Firefox. in Opera and in IE the page widens to fit it. What …

Member Avatar for scru
0
100
Member Avatar for adaykin

Hello, whenever I try to call this function, web developer plugin for firefox gives me a message that says: "Error: addRow is not defined Source File: [url]http://localhost/xampp/Aptana/index.php[/url] Line: 1" Here is my code: [CODE] <script type="text/javascript"> var k = 7; function addRow() { var rowItem = document.createElement('input'); newRow.setAttribute('type', 'text'); newRow.setAttribute('name', …

Member Avatar for adaykin
0
126
Member Avatar for andy_aphale

Hello guys and girls, My self Anil and i m a BCA 3yr student. in this semester i have subject named HTML so i want some good ebooks on HTML in which the method of connecting to database ( specialy sql) is included. i.e how to connect database to the …

Member Avatar for andy_aphale
0
83
Member Avatar for JeniF

Hello all..I am working on a search script that I am using AJAX and dynamic html to show results within a table. based on the users search criteria, I display the results and a summary of those results as well. I allow the user to delete results by row and …

0
96
Member Avatar for konky911

I need a HTML code that will prompt a user to enter a number into a box. Once that number is entered, I need a second prompt box to enter a second number. When the numbers are entered, I need the code to add, subtract, divide and multiply the numbers …

Member Avatar for ~s.o.s~
0
38
Member Avatar for zkrakov

Hi! I am trying to populate an indeterminate set of Select Menus with the selection of a primary select menu For instance, User chooses an option from one Select Menu, and 28 submenus populate with the same choices. Has anyone done anything like this before? Thanks in advance. Cheers!

Member Avatar for buddylee17
0
29
Member Avatar for JDOMPer

Don’t misunderstand me – I use AJAX, but I think there is a far simpler, elegant alternative that just uses Javascript, the DOM and Php ( hence - JDOMP) for data transfers, and is cross-browser without the need for work arounds. JDOMP works in recent versions of Explorer, Mozilla, Safari …

Member Avatar for JDOMPer
0
485
Member Avatar for punithapary

Hi, Can anyone explain about === in js. What is the difference between == and ===? thanks Punitha Pary

Member Avatar for ~s.o.s~
0
75
Member Avatar for mcx76

Hi, I am looking for help to find "popup script" which can Automatic open when website open. I want to add Image or any way to Flash Movie. Thanks you in advance.

Member Avatar for ~s.o.s~
0
80
Member Avatar for emit_flesti

This is the weirdest problem I've seen so far. But upfront this is my first javascript development. I've mostly programmed in Actionscript and PHP. I have quite a bit of javascript running on my PHP page. I had just gotten everything to work well (looking at you IE7!) and I …

Member Avatar for emit_flesti
0
95
Member Avatar for flopoloco

Hello, I would like someone experienced in JQuery framework help me a 2-level accordion menu for my website. Here you can get a working example... [URL="http://jquery.bassistance.de/accordion/demo/"]http://jquery.bassistance.de/accordion/demo/[/URL] For instance if you could modify the first example (Standard, container is a div, header is h3 and content div and nested p), what …

0
76
Member Avatar for curtranhome
Member Avatar for sillyboy
0
95
Member Avatar for friedguy

Hey all, I am trying to create a site that produces a PDF or something similar based upon user input through radio buttons. For example say there are three categories A, B, and C. Each category has two options, 1 and 2. So a diagram with option A = 1, …

Member Avatar for friedguy
0
130

The End.