473,785 Members | 3,032 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Javascript Forum

JavaScript web scripting language - Ask questions about JavaScript development, jQuery, Vue, React, the DOM, cross-browser scripting, event handling, OOP, cookies, client-side form validation, built-in objects like Date, String, Array and Object, performance and more.
1
1,640
thread by: priyanka1915 | last post Mar 26 '08 by: gits
how would i make it so you can only view the website if you have entered the user name and password Please help me its urgent
2
1,624
thread by: SeeMe | last post Mar 26 '08 by: SeeMe
may i know how to display text in random using javascript?
1
1,208
thread by: Srihariwd | last post Mar 26 '08 by: gits
explain divs script in html
1
1,047
thread by: anudu | last post Mar 26 '08 by: gits
hi, I am developing a system with asp.net and javascript. I am creating a html table dynamically using a for loop in a javascript function. i have a button field in my table. this is the code I use. btn=document.createElement('input');
5
9,131
thread by: sangeethasubramanian | last post Mar 26 '08 by: gits
hi, Using java script i want to set the dom.max_script_run_time value. Kindly any one help me. Thanks.
6
1,749
thread by: theS70RM | last post Mar 26 '08 by: gits
Hi Guys, Im trying to create lots of divs all with there own onclick event... Heres the code: <html> <head> <script language="javascript">
6
2,163
omerbutt
thread by: omerbutt | last post Mar 26 '08 by: omerbutt
hi there i am getting error in the statechange function .I am using html,ajax,php and mysql,it was running smooth and at once it started giving error here is the code function prof_info(fobj){ var vld_inp=Get_Prof_Info(fobj,"validate"); xmlHttp=GetXmlHttpObject(); if(xmlHttp!=null){ xmlHttp.onreadystatechange=StateChangeA;...
1
1,253
thread by: mtek | last post Mar 26 '08 by: Bart Van der Donck
Does Javascript support include files? I have some functions that I need in 4 pages with Javascript. Can I somehow include that data by using a general include file? All of the Javascript is not the same, just some functions. So, I really have only one set to <SCRIPT>.....</ SCRIPT>. Much of that code is unique to the page, but some...
3
2,265
thread by: ryan2345 | last post Mar 26 '08 by: ryan2345
Hi, Ive downloaded ajax im messenger. I want to integrate it with my project. Project is in PHP and MySql. I already have a login page in my project. I wanted that it should work with the same login page. I didnt wanted to use the ajaxim login page. Is it possible to do it. How can it be done. I tried learning the code but couldnt make the...
1
1,269
thread by: Savant | last post Mar 25 '08 by: Thomas 'PointedEars' Lahn
Can anyone recommend the best and fastest way to teach someone JavaScript? Thanks, http://www.savantcreative.com http://www.brucekersten.com
2
3,427
Claus Mygind
thread by: Claus Mygind | last post Mar 25 '08 by: Claus Mygind
How do you get a trigger/event to fire on a hidden field. In this case I have a hidden field that is updated via a script. It seems when a field is updated in this manner none of the event triggers like "onChange" "onSelect" "onBlur" will fire. Is there some script based way this can occur? Currently I add code to every method I use to...
2
1,879
thread by: Romeo85 | last post Mar 25 '08 by: Practicality
I have started learning about Ajax and SOAP Messaging, can someone tell me what are pros and cons of AJAX compared to SOAP messaging
1
2,586
thread by: Lorna | last post Mar 25 '08 by: hsriat
I have a table on a form containing 2 columns - size type and size. Depending on the size type (Mens, womens, Youth) I want to change the set of sizes available (in an option box). I have been able to do this (in Mozilla - haven't tested in IE yet) for a single row, and have been able to set the size list for an indexed row but cannot figure out...
14
44,846
thread by: kigoobe | last post Mar 25 '08 by: Practicality
Well guys, I have tested a script that's working well in FF, however while testing with IE7, I am finding errors. That famous yellow warning icon at the left of our status bar. Basically, I am opening a new popup window using dhtmlgoodies modal message tool. It opens well in FF, however in IE, the yellow icon appears with a bunch of erros as...
1
1,052
thread by: Travis1012 | last post Mar 25 '08 by: acoder
Hi, I require a shopping cart which gathers infomation from customers on what they wish to purchase (all products show a price with them). After they have created their list, they go to the cart they input their contact details (Name, Address, Email) and I recieve the list of products they wish via an email, file or location on the website...
1
1,016
thread by: abhishekbrave | last post Mar 25 '08 by: acoder
I want to create a menu in left pannel of HTML page. Each menu item will have different sub menu items. My requirement is that whne a user select or click on a menu item the sub menu items should pop down and the rest of the menu items should shift below. Is this requirement is achievable wih the help of java script . If yes, then any pointers...
3
1,633
thread by: DanWeaver | last post Mar 25 '08 by: DanWeaver
I use visual studio 2008 and am learning to use javascript. I am constructing a javascript heavy website and have tried using the visual studio tools as well as Firebug- an add on for Firefox which I highly recommend . These tools are a large step up from writing the code in a text editor and guessing through the use of message boxes what is...
16
5,255
malav123
thread by: malav123 | last post Mar 25 '08 by: acoder
Hi, I am using Boxover tooltip with textboxes for help of user input form, and it works well on mouse over and mouse out event but my problem is that this tooltip not works with textbox getfocus and lostfocus event... and without such events working the tooltip is useless in my project... so please give me a solution for my...
13
5,029
thread by: mofmans2ndcoming | last post Mar 25 '08 by: berg612
Hi all, I have looked through MSDN on this one and can't seem to find the answer anywhere. I have created a JavaScript that will launch a meeting request for an address selected from a list. The problem that is occurring is that when the meeting request opens, and I look at the availability grid, any recipient I put in from the code shows...
4
3,443
thread by: SeeMe | last post Mar 25 '08 by: ronverdonk
<script> function display_check(i) { if(i==0) {return true;} else if(i!=0) {return false;} } function run() { if (t-1 >= 0)
14
5,548
thread by: blobb | last post Mar 25 '08 by: drhowarddrfine
hi all, i do the following JS code: <script language="javascript"> function hideLevel(id) { var thisLevel = document.getElementById(id); thisLevel.style.display = "none";
5
17,587
thread by: aswath | last post Mar 25 '08 by: mrhoo
i used the below code for trimming.. var str = " blah blah "; var trimmed = str.replace(/^\s+|\s+$/g, '') ; alert(trimmed); alert(trimmed.value.length); its aint working.. i think small error.. can any1 retify.. thanks in advance..
4
2,348
thread by: abhishekbrave | last post Mar 25 '08 by: abhishekbrave
I want to perform an hidden event in my java script page. How it can be done any pointers in this regard will be very helpful
2
13,905
thread by: jmatos | last post Mar 25 '08 by: mrhoo
I need to change the style of an element changing its padding-left property (got it in firefox but IE is a different battle..). I can use document.getElementById().style.XX to everything i need, except with padding-left, as it is separated by a ' - ' and it is not correct to use it as it was supposed to: ...
1
1,680
thread by: aswath | last post Mar 25 '08 by: acoder
hi dere, i'm new to ajax.. i did a small example using it successfully.. but the problem i'm facing is, how to display the data in a combo box.. if i know the no.of values that is coming from db i can do it, however i don know the no.of records in db.. to be more simple, if i select a country, corr.states of that country should come.....

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.