15,694 Topics

Member Avatar for
Member Avatar for ErlendHL

Hi! I am trying to make an element shake, and I have [I]tried[/I] to make a function in JavaScript, but it won't work. Here is the test page, used only for testing. It is the [I]Genious test[/I] div that I want to shake. Here is the code: [CODE] function Shake(Pow){ …

Member Avatar for ErlendHL
0
153
Member Avatar for Atomika3000

Ok, This is just annoying me now, i need to [QUOTE]Create a webpage with embedded JavaScript code that loads one of two files depending on whether the user presses the A key or the B key on the keyboard without refreshing the page. Is it necessary to use the XMLHttpRequest …

Member Avatar for gstephas
0
69
Member Avatar for Atomika3000

Next Problem, i need to make my page hide the background image in the banner <div> when somebody click anywhere in the footer <div>. Again, it needs to use javascript. i was doing some fiddling and took out the background image and replaced it with a colour instead and got …

Member Avatar for Atomika3000
-1
106
Member Avatar for twen88

It worked fine in FF, but keep getting an error in IE Object required, in JS file, Line 21, Char 8; . function ShowBox(id, num) { var i; var bigIMG = new Array(num); for(i=0; i<=bigIMG.length; i++){ bigIMG[i] = "c" + i; var thisBig = bigIMG[i]; if(bigIMG[i] == id){ obj = …

Member Avatar for twen88
0
50
Member Avatar for sai.sriparasa

Hello I need to pass an array of client side events to the next page. Here my user would perform a few events which would be stored in a javascript array, upon completion a submit button would be used to post all that data to the next page. An example …

Member Avatar for Wraithmanilian
0
115
Member Avatar for firefly91

Hi all, I am having a problem with this js function. If I make it redirect then the rest of the script does nothing. However if I remove the line: [B]window.location.href = "index.php?page=news&cmd=comments&newsid=" + pageid + "&del=1"[/B] then all is fine except then there is no redirecting... so what do …

Member Avatar for sridhar_ratna
0
93
Member Avatar for Atomika3000

i need to make a paragraph of text identified by a <div> grow in size when the user moves their mouse if that portion of text. I Guess it needs to use onMouseOver and getElementById but i not sure what else is needed, i have trawled the internet for the …

Member Avatar for Atomika3000
0
903
Member Avatar for MarziehA

i want to say this rule by javascript in asp.net page: for any controls in page if control[i].text="&nbsp;" then set control[i].text="" (for page textbox controls only) how can i implement this in javascript language in asp.net form?

Member Avatar for kvprajapati
0
189
Member Avatar for preetg

hi every one i made a menu using javascript and css.....using mozila firefox browser. menu working properly . but the way of opening submenu is not professional...... plz help me out i used this function into my javascript file code ... var transition=102; but not working. is it right function …

0
80
Member Avatar for mairtinomarta

Can someone explain how the following js syntax works? Is this a function? Why is the syntax like this? How does it work (accessed)? [CODE] SomeName(function() { otherFunction(); var form = document.forms.passengerInformation; toggleCreateProfileFields(); SomeName("#createUserProfileCheckbox").click(function() { toggleCreateProfileFields(); }); }); [/CODE]

Member Avatar for mairtinomarta
0
105
Member Avatar for ausmaya

Hi, I need to change the image to another image using mouse click... this is the code i'm getting forest.jpg image when i clicked over the image in status bar it says "error on page"..what i want is i need to display "dock.jpg,creek.jpg". pls anyone help me to correct this …

Member Avatar for urtrivedi
0
101
Member Avatar for MDanz

i'm trying to simplify the url, how do i do this within the code below.. if width & height = 1024 & 768 and declare that as variable "1". if width & height = 1360 & 768 and declare that as variable "2". then the url would be test.php?s=1 for …

0
73
Member Avatar for anshul09

I have two dropdown lists in my HTML form. In first dropdown list, I have some countries name already added in HTML form. In second drop down list there is no item yet except "Select choice". Now my problem is that I want that when i click on any country …

Member Avatar for Fbody
0
137
Member Avatar for sharao

hi frnds, iam a java developer, i need to add elements in list box dinamically, for example in my listbox data retrieve from database at runtime i.e., girls when user enter details he need option boys in the list...then he can able to enter boys in list box just like …

Member Avatar for sharao
0
79
Member Avatar for mastia22

Hi, Pardon me for the title, I din kno any other way to generalise my problem. Anyway, am making a fantasy football site and require that the users can select their teams. Thing is I have no clue on how to do it. I would like to have a div …

0
61
Member Avatar for ausmaya

Hi, i need a code to change the image(for example i need to display 5 images) when the user click over the image. thanks

Member Avatar for grungy coder
-1
68
Member Avatar for Zurompeta

Hello all, I'm attempting to convert my current HTML table layout to a div layout. However, I'm running into snags here and there and I'm stuck on one that I need assistance with. [CODE]<div style="width:100%; display:none;" id="block_1_1"> <div style="width:50%; float:left; margin:0px; padding:25px; text-align:center;"> <div style="text-align:center; float:left; margin:0px;"> <img style="margin:4px;" src="picture.jpg" …

0
63
Member Avatar for tyrium

Hi, I have got a long list of items that are generated by PHP. There are 2000 more results and are constantly changing. What i am trying to do is all domains starting with A, B, C etc so it would hiden until you select A for example(sorta like a …

0
70
Member Avatar for network18

Hi, I am working on the jquery slideshow script, which i had borrowed from some famous jquery plugin and customized so nicely so as to look just as par my requirement .Its working perfectly fine in the Internet Explorer but failing to even call the event on click in firefox …

Member Avatar for pritaeas
0
141
Member Avatar for ErlendHL
Member Avatar for rajarajan2017
0
61
Member Avatar for ravi0703

Hi, I have query in Javascript and Ajax. Is it possible to write AJAX code inside Java Script. When i click the " confirm("test"); " Yes button. i have to insert the data through ajax. I have written the code for sample, i am attaching. Please can anybody give the …

Member Avatar for saiprem
0
83
Member Avatar for VBNick

Hello! I made a little app/page to help me count the money when Im done my shift at work. It runs fine in IExplorer, but it wont run in Firefox..can someone help? [CODE="html"] <html> <head> <title>Money Calculator 1.0</title> </head> <body> <script type="text/javascript"> function clr() { document.getElementById("hundred").value=0; document.getElementById("fifty").value=0; document.getElementById("twenty").value=0; document.getElementById("ten").value=0; document.getElementById("five").value=0; …

Member Avatar for VBNick
0
149
Member Avatar for nccsbim071

Hi I have a web page where i need to use some javascript. If i write all the javascripts and jQuery javascripts in the aspx page it works perfect. But when i write all the javascripts in separate file called scripts.js and include scripts.js in the aspx page it doesn't …

Member Avatar for mitulmodi.rcc
0
167
Member Avatar for jmaddy10

Hello all! I am making a site for a club on campus and we need to show the presidents quotes on the site. He has some lengthy ones so I want to save space (can't tell him to KISS) so I'm using a little code I learned to do so. …

0
101
Member Avatar for priti kumari

please, check and give new source code[code]function getsubmit() { var lastname; var Firstn=t1.value; var cn=new ActiveXobject("ADODB.Connection"); var StrConn="provider Microsoft.Jet.OLEDB.4.0"; Data Source=d;//student_base.mdb; var SQL="select t1 from manisha where FirstName="'"Firstn+"'"); On.open(SQL,cn); surname.value=rs(0); DOB.value=rs(1); alter(rs(0)); rs.close(); cn.close(); } </script> </head>[/code]

Member Avatar for priti kumari
0
53
Member Avatar for anuj_sharma

Hey Guys, I want to add options to a dropdownlist based on the selection of item in another dropdownlist. But i want the items to be retrieved from the database in the second dropdownlist and i want to do this using Ajax. Please suggest, if possible with some codes.

0
79
Member Avatar for servis

i have a simple form validation onsubmit event. The requirement is very simple, if validate.php brings any error it shows errors and it stops form for further processing else form submit and action runs process.php. But, unfortunately ajax function is not working onsubmit event.. any help please..... files are attached …

Member Avatar for Graphix
0
2K
Member Avatar for ronpickard

I’m finding it very difficult to elaborately describe the page flows in a lengthy XML format which is very complex , does any software provide XML transformation to mould results suitable for user s to view?

Member Avatar for lar_56
0
48
Member Avatar for druveen

hi i am getting field names in $productname through post method that i have to insert into while loop.... while($res=mysql_fetch_array($result)) { $resproductname=$res $productname;']; } is there any way to do that ...plz help...thanks in advance...

0
59
Member Avatar for vishalonne

Hi Really this forum is great I got lots of help from here. So, I cam back with lots of expectation. I am using IE6 and FF3.6 Please see my code its plain HTML with Java Script. This code is generating row in table at Run time. But once I …

0
63

The End.