15,127 Topics

Member Avatar for
Member Avatar for psathish2

I am trying to disable the F5 key in Mozilla. I have the next code in javascript that it is working in Internet Explorer but it is not working in Mozilla. how can I disable the F5 key in Mozilla? Code: [code] function checkKeyCode(evt) { var evt = (evt) ? …

Member Avatar for Troy III
0
490
Member Avatar for antr25

Hi - I have a css drop down menu that hides behind a javascript photo gallery (in the main area of the page) in IE7. Not quite sure what to make of it. Any and all help is appreciated!! thanks

Member Avatar for laura_ci
0
193
Member Avatar for OnIIcE

Hi im messing around with some jQuery and want to disable a link whilst it performs a ajax post (its adding/fetching somthing from a database) and i want to disable the link so it cant be multiclickd. [CODE]<a href=\"#\" id=\"seepages\">See Page</a>[/CODE] ive tried using [CODE]$("#seepages").unbind('click');[/CODE] but that dosnt work! =( …

Member Avatar for Airshow
0
265
Member Avatar for samlabs821

Hi !! i faced problem with javascript. When I call function change() it applies only second element that is link2. I wanted when i click the link, the link name must appear to textfield.can anyone help?? here is code: [code=html] <html> <body> <form> <a id="static" href="staticContentAdmin.ioml">link1</a></br> <a id="static" href="staticContentAdmin.ioml">link2</a></br> <input …

Member Avatar for samlabs821
0
170
Member Avatar for marian99us

Hello folks, I am a young webdeveloper from Germany. There is this technology used in this great website that doesn't stop amusing me, I was just hoping someone could cypher the technology behind it and perhaps reveal it is done with the help of some freely available Library the link …

Member Avatar for Airshow
0
252
Member Avatar for dmmajorstudent

I'm trying to use javascript with NO Innerhtml. i am very new to javascript and i need a little help completing this form. the code i have so far to create a form page is just below this message. How do i create a code when focused the text fields …

Member Avatar for Airshow
0
147
Member Avatar for vishalonne

Dear All Experts I wrote a simple code in javascript and it is working fine with IE but when I open the page in FireFox or in Google Crome it is not working as I expect. Actually I am enabling and disabling the combo box on the on change event …

Member Avatar for Graphix
0
116
Member Avatar for ruwanaru

I am New in web designing What i want is i have one List/Menu its called Make it's containing some vehicles Brands when i selected a brand name i want another list/menu display the models that relevant to Brand this is a screen shot that what i need [IMG]http://i256.photobucket.com/albums/hh192/magnificent_roo/model.gif[/IMG] some …

Member Avatar for ruwanaru
0
721
Member Avatar for lakodajin

plz chk my coding n tell me whr I am wrong. [code=html]<html> <head> <title> My simple calculator </title> </head> <script language="JavaScript"> <!-- function addit() { var num1=document.calform.one.value; var num2=document.calform.two.value; document.calform.result.value=parseFloat(num1)+parseFloat(num2); } <!-- function minus() { var num1=document.calform.one.value; var num2=document.calform.two.value; document.calform.result.value=parseFloat(num1)-parseFloat(num2); } --> </script> <body>Add subtract Calculator <form name="calform"> <p> First …

Member Avatar for Alxandr
0
116
Member Avatar for hobo38

I need help with a java script that increases image size and decreases on mouseover and mouseout for multiple images per page. In an html page. This script that I have tried to modify is for one image. Can anyone help me with this, please. Jerry Here is the html …

Member Avatar for hoping2
0
3K
Member Avatar for krishnaboppana

how to add online chat for my new website, what i to do, ineed assistance from u ist stage last stage, thank! regards, krishna.

Member Avatar for Alxandr
0
97
Member Avatar for Kadjii

Hello again :) I am having a problem where I want to change a particular variable based on what parameters I send to a js function. In the code below, dnum is a number 1-6, and I want the global variable d1keep (or d2keep, d3keep etc.) to equal the dvalue. …

Member Avatar for Airshow
0
134
Member Avatar for RMSASPFORUM

Suppose,closing the browser through Browser Close Button(Top Right Corner cross(x) button), i have to execute some ASP script , for that, in body onUnLoad Event calling a fucntion called CloseWin(e,frm), it is working in Internet Explorer successfully , But in FireFox not working. how to solve this problem. or any …

Member Avatar for Airshow
0
112
Member Avatar for Rblalock

[CODE]<html> <head> <title>Moultrie Technical College - Worth County Campus</title> <style type="text/css" media="all"> /* Ryan Blalock (ShoppingCart.htm) 10/29/09 */ body { background: transparent url(images/bg.gif) repeat left top; } table { color: white; width: 800px; margin-left: auto; margin-right: auto; font-size: 10pt; font-family: arial,helvetica,sans-serif; background-color: black; } td#header { font-size: 16pt; text-align: center; …

Member Avatar for Rblalock
0
222
Member Avatar for KamiArmand

Hello, I'm trying to make a spry menu bar for a website. It looks great in DW CS3, and when I preview it in different browsers, it works. However, once uploaded, when I look on the web, it's displaying in outline form rather than a menu. Why is that and …

Member Avatar for susamck
0
191
Member Avatar for Romil797

I am making a web site and I was wondering how I would redirect the user to a different website if Javascript is not enabled. I can't use <noscript> because It needs to redirect. Could I put a meta tag inside a noscript tag? Thx.

Member Avatar for Kelicula
0
90
Member Avatar for jonow

This may be the wrong place to be posting this but here I go. I have a search on my site that uses Google Custom Search. I would like it to also search my Google Calendar. I can't find any method to search just the Google Calendar. I was wondering …

0
101
Member Avatar for Rblalock

How would I go about creating the coding for a submit button that links to another page? And I would I go about creating the coding for the reset button that resets the page? I go about creating a code to do so, but it never works. Here is the …

Member Avatar for Graphix
0
116
Member Avatar for abhymax

hello everyone ! .. I am Abhinab Roy. I am new to this Place and I am very glad to be here. I am pursuing a course called Diploma in Multimedia & Animation. I have a exam on 17th Nov. .. and I have a problem in Javascript. We have …

Member Avatar for rajarajan2017
0
52
Member Avatar for ady_1

Hi, I'm new to this and have a quick question. I have a form called register.html and have javascript to check the form validation [CODE=html] <form <input type="submit" value="Submit" onClick="return formValidate()"> </form> [/CODE] so in register.html when user presses submit the formValidate method (javascript) is run. once it returns true, …

Member Avatar for Alxandr
0
120
Member Avatar for Alxandr

This is a simple code-snippet that can be used to parse dates with javascript. It's setup to use European dates (dd.mm.yyyy | dd/mm/yyyy | dd,mm,yyyy), but it can easily be setup to use american dates as well (mm/dd/yyyy etc), to do so simply replace "$1" with "$2" and "$2" with …

0
325
Member Avatar for Kadjii

Hi, I am trying to code a game program in js that will allow the user to click on a "Roll Dice" button that calls a js function to randomly display various images of dice. My problem is that I cant find a way to display the images where I …

Member Avatar for Kadjii
0
104
Member Avatar for stevenpetersen

Hello my name is steve & im trying to use ajax to change the content in a div when you click on a nav button (6 buttons in nav)...... I build out side using a Ajax book and it did not work...... deleted the project and im trying to start …

Member Avatar for stevenpetersen
0
268
Member Avatar for JohnSample

Hi, I claim First Post! :) How do we access class names? For example, this code: [CODE]<td class="the-title" align=left>The Title!</td>[/CODE] If you want to parse html and find the title element you can find the class name "the-title". That's what I am trying to do. How do I do that? …

Member Avatar for dsom73
0
116
Member Avatar for kozkay

Anybody know of any product review script, like amazon uses, that is javascript?

Member Avatar for phpguru8
0
85
Member Avatar for abhymax

:icon_smile:[B] hello everyone ! .. I am Abhinab Roy. I am new to this Place and I am very glad to be here. I am pursuing a course called Diploma in Multimedia & Animation. :(I have a exam on 17th Nov. .. and I have a problem in Javascript. We …

Member Avatar for abhymax
0
85
Member Avatar for hno

HI I want to write a search for my site .I make a new panel in the left of my menue and it has a text input and an image which when that user click on it javascript opens a new window which is a php page.The part I don't …

Member Avatar for Alxandr
0
96
Member Avatar for thenajsays

im trying to add a star rating system to a website. id like to do something elegant graphically instead of just using a drop down... the javascript framework im using is mootools and i found a great rating system [URL="http://birijan.com.np/?q=mootools+star+rating"]here[/URL], but have no idea how to adjust it so that …

Member Avatar for Alxandr
0
129
Member Avatar for mkfastian

hello , my problem is that.. i have 2 treeview treeview1 and treeview2 my problem is that when i add the node on treeview1 then i want to just copy the same treeview1 node to another treeview2 node please tell me how to do that i just want to ask …

Member Avatar for mkfastian
0
83
Member Avatar for mkfastian

hello , my problem is that.. i have 2 treeview treeview1 and treeview2 my problem is that when i add the node on treeview1 then i want to just copy the same treeview1 node to another treeview2 node please tell me how to do that i just want to ask …

Member Avatar for mkfastian
0
76

The End.