473,785 Members | 3,245 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.
7
3,945
thread by: ankitoshniwal | last post Mar 24 '08 by: acoder
Hello, I have been having this problem for the whole day today, so even after i googled for the solution i was not able to get one, so i had to post to this forum. I had checked the solutions suggested on this forum but its not working for me still. Ok I would start from the beginning: Plastform: --------------- MAC OS X 10.5.2
1
1,145
thread by: Inny | last post Mar 24 '08 by: pronerd
Is there any way to count users in my chatroom and display whos chatting using javascript or ajax? code in php below has issues, but this is what it should do. <?php $chatnames = file('http://client11.addonchat.com/scwho.pl?id=292747&plain=1'); $indx = count($chatnames); $indxcom = $indx - 1;
1
1,493
thread by: emmanuelop | last post Mar 24 '08 by: pronerd
Hello , I'm trying to show or hide a div tag based on whether a user is signed in or not.There is a value set to a logged in users name contained in a rails script tag and it is this value which I wish to assign to a javascript variable and if it is empty show the div and if it conains something hide the div.All this I want to do on page...
4
1,722
thread by: tddeffner | last post Mar 24 '08 by: acoder
Hey, I was wondering if you guys could help me out. I need to find a way to automatically generate thumbnails as seperate images when uploading. I keep hearing that JavaScript can do it. Anyone have any ideas or what javascript library can do this? I will be using classic ASP, any suggestions will be apreciated.
1
3,927
thread by: aawhan | last post Mar 24 '08 by: pronerd
I have a master page and a content page in my web page(.net 2008).In the master page i am having some menus.Now after doing some operation in the page if i will click to any other menu then it should ask the conformation by javascript.On cancle it should close the window but in case of ok button click it should save the changes.(I mean want to...
1
1,258
thread by: jayman9782 | last post Mar 24 '08 by: pronerd
I'm working with ASP.NET 1.1 and I am attempting to compare the value of a textbox on the pages onunload event. The screen that is open is a pop-up screen that can be opened from links on two different pages. What i want to do is cause a post back to the form from which the pop-up screen originated. Here is my code: <script...
9
4,083
thread by: deepikashalini | last post Mar 24 '08 by: hsriat
Hi, im new to html. i don't know how to hide query string in url. Example: http://localhost:1067/sample/defaultx.aspx?rnd=0.16709316722305073&filter=Category&id=3 i want to hide the query string in this URL. Like
7
2,227
thread by: tader | last post Mar 24 '08 by: gits
Hi, so i done script like that body : function() { for (i = 0; i < all_divs.length; i++) { if (all_divs.title) { addEvent(all_divs, "mouseover", this.onover); addEvent(all_divs, "mouseout", this.onout); all_divs.setAttribute("tooltip", all_divs.title);
1
1,046
thread by: jayneo | last post Mar 24 '08 by: hsriat
I want this pop up to only show up if you view a page in a account (or cookie). But if you leave the page and go back i don't want it to show up again. What is the code to do this? -Jay
1
1,687
thread by: gopim | last post Mar 24 '08 by: hsriat
count no of values enter into the textbox through javascript that should be dispalyed in one label control.
20
3,917
thread by: daitasri | last post Mar 24 '08 by: RamananKalirajan
Hi I am using HTML and JS only. When i click on Button(say Add) a new row will be added in to the table with dropdown's and textboxes.I want to know how to access the data entered in the textboxes and dropdowns Please help me out as i am a beginner
4
1,681
thread by: phub11 | last post Mar 23 '08 by: phub11
Hi, I've found a great website which can extract data from a MySQL database and populate chained drop downs. (http://www.noboxmedia.com/20/massive-ajax-countryarea-drop-down-list/) I'd like the option of a user "dynamically" uploading their Excel file, extracting certain data, and including their data in the drop downs too. All this without...
7
1,859
thread by: Joe | last post Mar 23 '08 by: Joe
usually slide bars move by "jumps" while scrolling which looks not nice. I came accress slide bar with price menu, ewnt through script/web source code, and could not find anything that would case that wanted effect :) here you go:...
1
1,126
thread by: Ubi | last post Mar 23 '08 by: ashore
I am realising that Google Javascript APIs are becoming more and more important, for many different reasons. One of them is definitely OpenSocial, which will make Google Javascript API's become a standard even for writing applications within social networks like MySpace. Basically nowadays with Google APIs you can write any type of AJAX...
6
2,162
thread by: jh3an | last post Mar 23 '08 by: Thomas 'PointedEars' Lahn
How are you ? :) This code works on Internet Explorer: function(event){ event.keyCode = 'a'; } So, No matter what you typed in the textbox or textarea, you would get 'a'.
4
1,446
thread by: pmactdot | last post Mar 23 '08 by: acoder
Hi, I'm looking for some assistance on a case study...I have two arrays <head>: one for daily special dish name, second for the daily dish description, then I have two document.write: a daily special dish name <dt>, second to write the daily dish description <dd>. DishName works, just can't figure out the description. The <body> code was...
16
1,959
thread by: ekokaos | last post Mar 23 '08 by: acoder
I have an image of an open book as the main menu on my website. Each word written in the book links to a related page. I would like to develop it further and have it so that the person can click a button on the corner of the page to see the next page- so all the information is on different 'pages' of the book. The problem is that Im teaching...
7
1,947
thread by: raknin | last post Mar 23 '08 by: acoder
Hi I have a carousel script. I want to load the carousel with a new set of pictures every time I press a button. The problem that I have that the script append the new pictures to the olds one and the next and previous buttons are added again and again. Please help meto solve the problem. The full html and javascript are attached for your...
9
1,845
thread by: adamjblakey | last post Mar 23 '08 by: acoder
Hi, I have to list menus with date in both, what i want to do is when the user select data from them both and hits search i want it to come back with a url like this: www.website.com/post/post/ How would i do this? Cheers, Adam
7
2,068
thread by: burtonfigg | last post Mar 23 '08 by: acoder
On this page: http://jimpix.co.uk/default-ajax1.asp When viewed in IE6, only the wallppaper ajax section (which is 1 of 4 ajax sections, along with ecards / news / photo ecards and wallpapers), loads. But in Firefox, they all load, when first loading the page. I am using this method to load all of the functions on first loading the page:...
2
1,404
thread by: ZT.Ph34rl3ss | last post Mar 23 '08 by: ZT.Ph34rl3ss
Hi there, First off thank you for reading. I'm trying to get the following to work. I want a script that does the following 9 times: jah(urlOne); and then 1 time: jah(urlTwo); then it should start at the top again. There has to be a break in between, thats why i have the wait function there. Hope anybody can help me because i'm not...
9
3,880
thread by: MC | last post Mar 23 '08 by: Evertjan.
I would like to display a timer in the corner of the page that shows the user how many minutes:seconds till the session times out. Are there any good examples out there? Google has again failed me ;) MC
2
853
thread by: abhishekbrave | last post Mar 23 '08 by: abhishekbrave
any pointers to a nice looking calendar will be very helpful
3
1,344
thread by: intrader | last post Mar 22 '08 by: intrader
I have look in the FAQ, Flanagan's "The definitive guide", and others, and I am not sure that the following syntax is valid (it is accepted by both IE and Firefox) <code> .... onload="javascript:someFunctionCall();" .... </code> I am objecting to the use of 'javascript:'.
2
2,761
thread by: maria80e | last post Mar 22 '08 by: acoder
I have developed only javascript(.js) for Adobe illustrator CS. I need to know how to run that javascript through command prompt. Please kindly give some samples. Regards, Maria,

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.