JavaScript Development | Forum profile
|
|
Forum profile page for JavaScript Development on http://www.devshed.com.
This report page is the aggregated overview from a single forum: JavaScript Development, located on the Message Board at http://www.devshed.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "JavaScript Development" on the Message Board at http://www.devshed.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on JavaScript Development:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
89
|
256
|
780
|
|
Post:
|
148
|
482
|
1,900
|
|
|
JavaScript Development Posting activity graph:
|
Top authors during last week:
|
Name
|
Posts
|
|
vbrtrmn
|
13
|
|
Winters
|
12
|
|
web_loone08
|
10
|
|
mokeyjoe
|
9
|
|
ineloquucius
|
5
|
|
endersending
|
5
|
|
lelales
|
5
|
|
JohJoh
|
4
|
|
onassar
|
4
|
|
oach
|
4
|
|
|
|
Latest active threads on JavaScript Development::
Started 3 days, 16 hours ago (2008-10-08 19:07:00)
by ineloquucius
I've apparently confused people with the last attempt to ask this question. Given the following code, I can use the script once--in IE6--but not again...that is, until I close the browser and open it again. Code: function Time() { var xhr = new ActiveXObject("Msxml2.XMLHTTP"); url = "getTime.php"; xhr.open("GET", url, true); xhr.send(null); }... 
Started 2 days, 1 hour ago (2008-10-10 09:26:00)
by rohypnol
Hello, I have a problem with IE and location.hash. If I change the hash, the history doesn't "update" and it only keeps one record of the URL. This whole website is AJAX-driven and I need the user to be able to use the forward and back buttons in the browser. Everything works fine and dandy, tested on all the major browsers on PC and Mac, except for IE (both 6 and 7). Is there ... 
Started 1 day, 19 hours ago (2008-10-10 15:34:00)
by CoolAsCarlito
I coudln't find any. Maybe I'm using a bad search engine who knows. But does this look right so far. PHP Code: < html > < head > < title > Untitled Document </ title > < meta http - equiv = "Content-Type" content = "text/html; charset=iso-8859-1" > </ head > < body > <? php /* setupshow.php */ /* This form ... 
Started 2 days, 18 hours ago (2008-10-09 16:53:00)
by JohJoh
I'm having trouble getting my dynamically created elements to have the same look as my statically created elements. It looks like it's a whitespace issue. Any help would be greatly appreciated. I'm using the prototype.js library, so if you don't know $ is a shortcut for document.getElementById. Code: <html> <head> <title>Recipe Box</title> <script src="... 
Started 1 day, 23 hours ago (2008-10-10 12:10:00)
by oach
Hey All, I am using ajax to submit a form and update the form and any possible errors. If there are no errors, I would actually like to another completely different page rather than update a division on page in which the ajax call was invoked. Is this possible? If so how? Thank you for your time and help, oach 
Started 1 day, 20 hours ago (2008-10-10 14:42:00)
by lelales
Hi, I am trying to have a web page scroll to the very top when a link is clicked inside an Iframe. I am able to scroll to the top of the Iframe, but I also want the entire window to scroll to the top of the containing document. I also don't want to refresh the containing document. thanks - 
Started 2 days, 20 hours ago (2008-10-09 14:48:00)
by martijn0001
I have been looking for days for a random image displayer with pop up link script but i can not find it. I spend even more time trying to combine a pop up and a random script I wanna use it for this site http://www. wakeskating.nl/phpBB3/news.php I am using this pop up script Code: <a href='http://www.wakeskating.nl/images/img04.jpg' onclick="window.... 
Started 1 day, 23 hours ago (2008-10-10 11:57:00)
by nanomir
Hi all, I'm trying to make an inline popup (in the same hta file) dialog, and pass it a parameter. I don't want to use window.open as it opens IE with an address bar. I got so far until now - the code can be copied in a *.hta file and tried: javascript Code: Original - ... 
Started 6 days, 13 hours ago (2008-10-05 21:40:00)
by mokeyjoe
Basically I need to do something like this: 1) Call a URI as soon as the page loads 2) Refresh the page to another page for which a URI is called again 3) Be able to do that as many times as I need to Here is my current code and it doesn't work: Code: <html> <head<meta http-equiv='refresh' content='5; url=callto01.html'></head> <body><script ... 
Started 2 days, 3 hours ago (2008-10-10 07:33:00)
by dnagirl
Hi, I have an nested list structure that I'm using for a collapsible tree. The onClick event for any <li> node makes an AJAX call to look for leaf nodes for that node. Due to some design decisions that eased a recursion issue every <li> node has a <ul> inside it. That <ul> may have <li> children or may be empty. When the AJAX call for leaf nodes completes, it will return ... 
|
|
Hot threads for last week on JavaScript Development::
Started 6 days, 13 hours ago (2008-10-05 21:40:00)
by mokeyjoe
Basically I need to do something like this: 1) Call a URI as soon as the page loads 2) Refresh the page to another page for which a URI is called again 3) Be able to do that as many times as I need to Here is my current code and it doesn't work: Code: <html> <head<meta http-equiv='refresh' content='5; url=callto01.html'></head> <body><script ... 
Started 1 week ago (2008-10-04 15:55:00)
by daprezjer
So this works, but I know it's ghetto. I'm a PHP guy and javascript newbie. I have four images. I want only one to be displayed at a time, changing every 7 seconds. It loops so that image1 is displayed first, image2 second...until image4, then back to image1. So what I do is basically set the src of images 2,3 & 4 = spacer.gif (a 1x1 transparent pixel), then use javascript to ... 
Started 4 days, 22 hours ago (2008-10-07 12:44:00)
by djlins
Hi there, I am a long time server side and app coder, now getting into the wonderful world of javascript. I hope to be of more use to the forum in future but for now the reason I found here is, I have a problem with my code and I am just after a bit of advice on if I have gone about it the wrong way. I was asked for an unusual navigation system for a site for a customer and it... 
Started 2 days, 16 hours ago (2008-10-09 18:49:00)
by hcanning
Hi Guys, I have been looking at some scripts eg to limit user input to 200 characters etc.. Problem is that you can paste in 1000 characters. Pasting is the issue. I would like a script that limits the user input to 200 characters (whether pasted in or not) and when the user clicks out of the textarea they get an alert if they exceeded 200 characters. I don't want to use a submit... 
Started 6 days, 1 hour ago (2008-10-06 09:30:00)
by jasminselvaraj
Hi all, I had implemented this Javascript Loading Screen for my project, because my html file has <embed> tag to load the pdf plugin which in turn it slows down the page loading. The loading image display is working perfectly fine, when i have one simple dummy alert message in the Java script method. Otherwise it doesnt work. I am more confuxed with it. This is the content of the ... 
Started 1 week ago (2008-10-05 02:06:00)
by onassar
http://htmlhelp.com/reference/html40/special/scrip t.html I'm curious about the specific cases in which charset is needed for a <script /> tag for an external script. Any thoughts? 
Started 2 days, 18 hours ago (2008-10-09 16:48:00)
by mokeyjoe
Is there a way to open a new window, then after it is opened, close it from the parent window? Thanks. 
Started 1 week, 2 days ago (2008-10-03 10:33:00)
by vbrtrmn
My view on the forums is that I will help you, but I will not do work for you. What you need to do is show me how you added my code and I'll help you fix it. 
Started 1 week ago (2008-10-04 17:31:00)
by niklasvh
I have a site which loads content dynamically with AJAX, as such if somebody reloads the page they would go to phase 1. I am trying to work around this by adding a hash (#) in the url with data for the session, so if that user or anyone else goes to that link, they would have the same page as they would before the refresh. So basically I have a number of categories a user can ... 
Started 5 days, 19 hours ago (2008-10-06 15:47:00)
by endersending
Im trying to wire a javascript onclick event up to a VB function. Im not exactly sure how the __doPostBack is supposed to work, Although it does postback, i cant get it to run a certain function. All my controls are built dynamically, and on the creation of each row in my grid view, i have this function: Code: Private Sub OnRowCreated1(ByVal Sender As ... 
|
|