15,688 Topics

Member Avatar for
Member Avatar for mgt

An item is selected from a list and then used as a variable in a PHP script to identify and retrieve some data from a specific record in a MySQL database. Here's the code for the select script (first a javascript external file, then an html file) : [code=JavaScript]/* This …

Member Avatar for ~s.o.s~
0
947
Member Avatar for trouble706

Hello, I am designing my website and I want people visiting my site to be able to submit a form. However, if they submit a form, I would like to require certain information to be submitted. I got a script from Dynamic Drive that is supposed to do that but …

Member Avatar for mgt
0
118
Member Avatar for cyberjorge

Good Day! Please help with my requirement, I'm more on a graphic designer and has little knowledge in programing, mostly on basic html only. I have a web page I created in Flash and exported to an html page. I need this to have a predefined username / password (pass …

Member Avatar for cyberjorge
0
63
Member Avatar for Dr. Virus

Hi All. Having a little problem I would like some help with. Using Mootools v.1.2 to make an accordion on my page. And it works fine. But I would like it to go the top of the element you clicked on (like it had an anchor). Right now if the …

0
42
Member Avatar for June JS

I just created a new JavaScript framework: [URL="http://june-js.com/default.aspx"]JUNE[/URL] I'd really appreciate your feedback! It has great support for Event handling, DOM manipulation and AJAX. Also, it contains a set of 8 of the most used widgets on the web, such: Accordion, TabControl, etc. Thank you!

0
64
Member Avatar for virendra_sw

Hi. I am unable to create file object from javascript in Vista platform. ex. i am using this statement javascript var oFso = new ActiveXObject("Scripting.FileSystemObject"); after executing this and make try catch block for this i am getting this error "Automation object can't create object". I have enabled some options …

Member Avatar for paras2008
0
72
Member Avatar for joequincy

I'm having one heck of a time trying to match a tag. It looks right to me (and checks out in all of the Regex Tester webapps I've tried) but does not work when I put it to use. The following is the code (with site address and name replaced …

Member Avatar for digital-ether
0
223
Member Avatar for mgt

I'm new to Javascript and found some code on the internet that's supposed to create some nested select boxes. Here is the code: [code=html]<html> <head>Some testing</head> <script type="text/javascript" //src="http://trac.mochikit.com/browser/mochikit/trunk/packed/MochiKit/MochiKit.js?rev=1256&format=raw"></script> <script type="text/javascript"> /* <![CDATA[ */ // An array of the currently visible selects var level_selects = new Array(); connect(window, 'onload', function …

Member Avatar for digital-ether
0
1K
Member Avatar for dave_nithis

Hi all, I am in the process of creating a web page.The page consists of a form where it will ask the users to give the input values(all values in integers).Those values should be passed and the values should be calculated. I have the wsdl file from the client.I need …

Member Avatar for digital-ether
0
108
Member Avatar for caprisan06

Hi, I want to write the below javascript code into my JSP page directly...Can you please help? JSP code... [code=JSP]<span class="mini"> <html:link href="#" styleClass="bouton" onclick="return submit_form_with_parameters('delegationForm', 'delegation', 'noInit=Y');"> <bean:message key="rh2u.deleg.label.etape0.label.chercher" /> </html:link> </span>[/code] JavaScript code... [code]function submit_form_with_parameters(strFormName, strAction, parameters){ objForm = eval("document." + strFormName); objForm.action = strAction + ".do?" + …

Member Avatar for caprisan06
0
5K
Member Avatar for tefflox

Hi, I'm working on the following code for a google gadget [[URL="http://gravityway.com/gadgets/00"]view gadget[/URL]]. It is kind of neat the way it is, but the question I've got may be obvious, regarding the mouseover function. It needs to break on mouseout. I guess it will need a loop. Any help is …

Member Avatar for tefflox
0
100
Member Avatar for kavithakesav

Hi, I designed one intranet website. Now we are updating employee b'day information for that i should design page and uploaded every time. Is there any option exact 12'clock the page automatically has to go live. Thanks in Advance. Cheers......

Member Avatar for kavithakesav
0
109
Member Avatar for designermom2

I am trying to swap an image with 6 guys on a couch for each one sitting individual. And once the individual is showing, display their bio underneath. I can get the image to change and the text to show but when I roll to the next guy the text …

Member Avatar for plazmo
0
154
Member Avatar for venuchitti

HI ALL i have blocked F5 properties ,but i am getting javascript error has access denied where as cursor plased in input type file . plz help me <HTML> <HEAD> <SCRIPT LANGUAGE="JavaScript"> function funtest(event,obj){ var test=window.event.keyCode; if(test=='116') { window.open('t.php',height=300,width=300); window.event.returnValue = false; window.event.cancelBubble = true; window.event.keyCode=0; return false; } else …

Member Avatar for sparkyd
0
125
Member Avatar for monto

hi!.........its monto,can you help me writing code for counting the no. of visitor on my website.......thank u

Member Avatar for R0bb0b
0
87
Member Avatar for anitha2324

Dear All, i have been asked to develop a website either in php or in one of java techonologies ( struts or jsp) the very important point in this site is that it has the following features... 1)the will be used for any purpose ( i mean still now there …

Member Avatar for Luckychap
0
150
Member Avatar for michael123

I can run the following javascript code succefully in IE browser: <script language="JavaScript" type="text/JavaScript"> document.formname.submit(); </script> this javascript automatically submit the form when running the page. However I have problem in Firefox browser, it's stuck at this code (cannot submit form). Any idea what I need to modify so it …

Member Avatar for Luckychap
0
172
Member Avatar for styzer

Hi all, I hope someone, or manyones, has something that could help me further my project. I presently operate a website which has over 50 artists, and each one offers 1 to 4 songs in an embedded mp3 player for free streaming. It's all legit, all permissions are obtained prior …

Member Avatar for styzer
0
83
Member Avatar for anilmeharia

Hi... My page contains a grid which has a resize function depending on the size of the window. this page is in other page in an Iframe. Every thing works fine in IE6. but for IE7 the UI gets disturbed when postback takesplace and something is clicked. after clicking anything …

0
41
Member Avatar for v11

Hello there! Is there any way i can change the left side-bar size to zero, on this page: [URL="http://www.tapuz.co.il/Forums2008/ForumPage.aspx?ForumId=168"]http://www.tapuz.co.il/Forums2008/ForumPage.aspx?ForumId=168[/URL] the main goal is to be able to view page without the left side, which has all the banners and so, and also it might streach the right side so the …

0
53
Member Avatar for chinalotus

Hi - Does anyone know of a tutorial that will help me create a simple (just enough to keep out the average surfer) password protection code with a cookie? Here is what I want to do: I offer downloadable image files at my website. Currently they are free to download …

Member Avatar for R0bb0b
0
317
Member Avatar for roy--

Hello, I've got a few <div>'s that are dynamically generated, what I want to do is construct a conditional javascript statement that will set display:none to all empty <div class='policy_text'> for example: if { <div class='policy_text'></div> } then set div.policy_text to display:none; elseif { <div class='policy_text'>text contents.. bla bla</div> } …

Member Avatar for roy--
0
148
Member Avatar for kshaik

Hi there, I am very new to AJAX. Just in the learning stage. i am working on an asp application in which AJAX is implemented. The overhead is it is working fine in the production but not in test environment(both browsers are IE only). Through some debugging i found out …

Member Avatar for digital-ether
0
146
Member Avatar for ardeezstyle

Hi everybody! I'm trying to save my web page using javascript. Can anyone please help me write the code for the same. document.execCommand(sCommand [, bUserInterface] [, vValue]) is not working in firefox. If there is any alternative to this code please let me know. Thanks a lots for reading my …

Member Avatar for ardeezstyle
0
115
Member Avatar for insauciant

hey u all code master...plzz help me...i need complete javascript code whichlist all files that are in a folder......is it possibl;e in javascript or not to list the files..... for exam ..in c:\Books\...i have five file...then i need a javascript code which list all the file on a hml page......

Member Avatar for R0bb0b
0
69
Member Avatar for krik_ar

Hi all, I have an aspx file which contains both Javascript & HTML Content. Since IE caches all .js files, i extracted the javascript content from my aspx file into a seperate .js file and referred the same in my aspx too.. [B]<script language="javascript" src="../lorappresultsmanagement/resulttab.js"></script>[/B] Now the problem at runtime …

Member Avatar for R0bb0b
0
129
Member Avatar for gcarterm

Ok, I know this has to be simple. My Javascript skills are very weak (will become obvious in the code.) What I'm trying to do is use two Submit buttons in a form. The called function I want to send one named variable if one Submit is clicked and another …

Member Avatar for gcarterm
0
133
Member Avatar for rickya100

Hi, thanks for checking this out. Ok so the problem is that I have the following code for trying to get a div to slide down from the top of my page. The problem is that on clicking the button that activates the function I get an error. The error …

Member Avatar for rickya100
0
326
Member Avatar for sublime99

when i repaint the a div in internet explorer i get a lot of flicker. i repaint all the div objects in the main div. there are no images. only div elements (boxes). not even text. is there a way to reduce this?

Member Avatar for MidiMagic
0
58
Member Avatar for punithapary

Is this possible to read or write in javascript.Please help me..... thanks and regards pp

Member Avatar for MidiMagic
0
32

The End.