|
More site info...
Javascript | Forum profile
|
|
Forum profile page for Javascript on http://www.tek-tips.com.
This report page is the aggregated overview from a single forum: Javascript, located on the Message Board at http://www.tek-tips.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" on the Message Board at http://www.tek-tips.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:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
32
|
140
|
488
|
|
Post:
|
65
|
331
|
1,127
|
|
|
Javascript Posting activity graph:
|
Top authors during last week:
user's latest post:
hyperion format values
Published (2008-12-02 11:21:00)
Hi Well you can get that result for example with the following : CODE result=Number(value).toFixed(3).replace(/\./,'') Feherke. http://rootshell.be/~feherke/
user's latest post:
Javascript implementation of...
Published (2008-11-28 09:43:00)
trollacious-yes, I'm thinking I will do exactly that, either with the javascript code found from the second link of the google search you suggested, or from the ASP. The truth is, I started out looking for a complete IDNA implementation package in javascript/actionscript, but honestly the need I have is only for one way conversion -- that is, encoding -- for domain string comparison purposes, so I should be able to find the subset of...
user's latest post:
Total on blur
Published (2008-12-01 13:12:00)
TheCandyman, Did you get your code working in the end? Dan Coedit Limited - Delivering standards compliant, accessible web solutions Dan's Page @ Code Couch: http://www.codecouch.com/dan/ Code Couch Tech Snippets & Info: http://www.codecouch.com/
user's latest post:
Javascript implementation of...
Published (2008-11-27 21:20:00)
Would it be appropriate to look at what the functions do in the ASP VBScript code and write your own from scratch in Actionscript? You'd have to write some of your own functions that are built into VBS that JS doesn't have, like trimming a string, too. Lee
user's latest post:
VB Script to Javascript
Published (2008-12-01 15:44:00)
I would definitely use javascript. IE is the only browser that truly supports VBScript (which seems questionable according to your original issue). JavaScript is cross-browser (minus some tweaking you need to do here and there). Also, there are more and more improvements on JavaScript as well as libraries everywhere.
user's latest post:
Regex help
Published (2008-12-02 07:23:00)
Thank you so much Feherke, I will get reading up on the links above.
user's latest post:
VB Script to Javascript
Published (2008-12-01 15:40:00)
Thank you MikeyJudd. I had seen something like this on other web sites but I just didn't know enough about Javascript to know how to put it together. A star for YOU. A final question for you or someone else. Since I'm still trying to learn web applications and have written a few procedures in vb script and not many in Javascript do you or anyone else have a preference as to which language I should concentrate on...
user's latest post:
Rendering multilingual quotes
Published (2008-12-02 10:01:00)
thanks again. So if I understand correctly I can access the array of quotes from a specific language through CODE QuoteTypes.en ?
user's latest post:
Need some help with java script,...
Published (2008-11-26 16:47:00)
hai lee, Thanks for the quick reply, I am working now, i am past the school days but never used in the school :).So thought some one could help me with any ideas. Regarding the file, I have saved the file in my local folder, so I just need to call every time and check each line for the entered pair.
user's latest post:
read browser window properties
Published (2008-11-29 19:54:00)
The method you mentioned does sound a little unreliable so I think I'll just pop-up an alert letting the user know they shouldn't use the navigation buttons. Thanks Dan Rois Cannon
|
|
|
|
Latest active threads on Javascript::
Started 2 weeks, 3 days ago (2008-11-17 10:26:00)
by TheCandyman
I'm trying to get a function to total amount values on blur of each input box. So it will total each value entered and then put the grand total in CODE function displ(cnt) { Tot = document.form1.(Amount && cnt).value; alert(Tot); Tot = parseInt(document.form1.Amount.value) + parseInt(Tot); document.form1.Total.value = Tot ; return true; } CODE...
Started 2 days, 6 hours ago (2008-12-02 10:47:00)
by carranz
Im using hyperion reporting software. I have a field in my results. this field holds number values. some of the values have decimals and some don't. I would like to have the field to hold 6 places and remove the decimals and have zeros at the end. Does anyone know how to do this?
Started 2 days, 9 hours ago (2008-12-02 07:30:00)
by LPent
Hello, I need some help and/or advice. Much is said about rendering quotes around <q> -elements even in regard to multi-languages. A pure CSS solution is not viable at the moment because "quotes" and "content" are not supported by some browsers. Besides, the CSS-spec itself states: Quote: If a quotation is in a different language than the surrounding text, it is customary to quote the text ...
Started 3 days, 11 hours ago (2008-12-01 05:46:00)
by 999Dom999
I really need to get my head around regex but in the meantime please can someone help me with a validation form I need this line to change so that it matches all punctuation except for these 3 characters "&", "'" and "/" var illegalChars= /[\(\)\<\> \,\;\:\\\"\[\]]/ ; Cheers!
Started 3 days, 22 hours ago (2008-11-30 18:30:00)
by Volatire666
Here is the scenario: I have a textarea with text in it and I want to select/highlight predefined text within the textarea with a function. This code using ranges works with IE - selectText = function(node, text) { var range = document.body.createTextRange(); range.moveToElementText(node); range.findText(text); range.select(); } Firefox handles ranges completely differently and is not very ...
Started 2 days, 20 hours ago (2008-12-01 21:03:00)
by cleanair4me
I have a function that works with input text onblur but wont work with select option. Here is example of how it works with input text where the user enters a city and populateFullname() function automatically populates the fullname field with a value: CODE <input type="text" name="city" onBlur="populateFullname();"> <input type="text" name="fullname"> If I try the same attempt for ...
Started 3 days, 5 hours ago (2008-12-01 11:40:00)
by timb94
New to Javascript. I have the following VB Script that I think I need to convert to Javascript. The VB Script was working prior to IE7 and all of a sudden no longer works. I read somewhere that some VB Script does not work in IE7. Here is the VB Script: CODE <script language="vbscript" type="text/vbscript"> <!-- Sub OnAddHmst Dim strResponse strApp strURL strPID ValApp ...
Started 1 week, 3 days ago (2008-11-24 16:56:00)
by brimike
Hi, having issues regarding trying to display text in DIV tags referenced from multiple arrays. THANKS IN ADVANCE here is the code. I am thinking I need to create a function to swap the the DIV but I can't seem to figure out a way to do this. Basically I need to display an image and text from the div when a user selects from the combo boxes, however when a user selects a catagory other than ...
Started 3 days, 8 hours ago (2008-12-01 08:27:00)
by lukestedman
Hey guys, I have been suffering a small issue with Javascript on IE. When a user clicks a button on the screen I want a loading screen to appear, I have created the loading screen as a loading foreground/background div which start out with the style "display:none;", when the use clicks the button I use the Javascript to set the display to "display:block;". In Firefox it works fine, in IE the...
Started 6 days, 9 hours ago (2008-11-28 07:21:00)
by matrixindicator
I start to get a bit confused about content input via javascript. I have read in a book an example, explanation on how you can add content with javascript using DOM and Objects. What is putted is in real plean content like a blog (date and text). My question is, when should you use this to put content in, when is it an advantage, isn't it better to use a database for content (like MySQL) ?
|
|
Hot threads for last week on Javascript::
Started 1 week, 1 day ago (2008-11-25 23:00:00)
by shadedecho
I'm looking to get a javascript implementation of IDNA conversion (RFC 3490), which involves: * StringPrep/NamePrep (RFC 3454/3491) unicode string preparation * Punycode (RFC 3492) translation between unicode and ascii representations LibIDN ( http://www.gnu.org/software/libidn/ ) has C, java, and C# implementations of the relevant functions ("ToAscii", "ToUnicode", and other dependency ...
Started 3 days, 11 hours ago (2008-12-01 05:46:00)
by 999Dom999
I really need to get my head around regex but in the meantime please can someone help me with a validation form I need this line to change so that it matches all punctuation except for these 3 characters "&", "'" and "/" var illegalChars= /[\(\)\<\> \,\;\:\\\"\[\]]/ ; Cheers!
Started 3 days, 5 hours ago (2008-12-01 11:40:00)
by timb94
New to Javascript. I have the following VB Script that I think I need to convert to Javascript. The VB Script was working prior to IE7 and all of a sudden no longer works. I read somewhere that some VB Script does not work in IE7. Here is the VB Script: CODE <script language="vbscript" type="text/vbscript"> <!-- Sub OnAddHmst Dim strResponse strApp strURL strPID ValApp ...
Started 2 days, 9 hours ago (2008-12-02 07:30:00)
by LPent
Hello, I need some help and/or advice. Much is said about rendering quotes around <q> -elements even in regard to multi-languages. A pure CSS solution is not viable at the moment because "quotes" and "content" are not supported by some browsers. Besides, the CSS-spec itself states: Quote: If a quotation is in a different language than the surrounding text, it is customary to quote the text ...
Started 1 week, 1 day ago (2008-11-26 15:34:00)
by lvr5555
Hai all, I need some help with java script. I am fairly new to js, so can you please help me out. Here is my issue.. I am writing a java script where it need to check for some thing from a .txt file. i have a .txt file where it has the following data(P.S it has comma seperated values) The file text is in this way...(I have saved as abc.txt) A,B, C,D,E,F,G,H,I,J 1,ABC,XYZ,YOW-YVR,D,CXR11,Use...
Started 3 weeks, 3 days ago (2008-11-10 15:01:00)
by KingSlick
Hello, I have a div that I need to be a certain size. However, most of the time, there will be an overflow scroll. Within this div, I have other hidden divs. These hidden divs will be displayed on an "onClick" event. However, these same div will then be hidden again when another onClick event happens. This is working just fine. My issue is that I need for the div to be scrolled to the ...
Started 2 days, 6 hours ago (2008-12-02 10:47:00)
by carranz
Im using hyperion reporting software. I have a field in my results. this field holds number values. some of the values have decimals and some don't. I would like to have the field to hold 6 places and remove the decimals and have zeros at the end. Does anyone know how to do this?
Started 1 week, 1 day ago (2008-11-26 10:01:00)
by ishine
I'm trying to make the windows.resizeTo() function to occur only once. Currently it's called everytime I load or refresh the page. Here's the code: <body onload="window.resizeTo(600,400);"> I don't want it to go back to 600x400 when I refresh the page. How do I achieve this?
Started 6 days, 1 hour ago (2008-11-28 15:46:00)
by gimecoffee
thread216-1125568: read window properties was not answered and I'm curious. I'm writing a web based application and I'd like to query window properties for possible action. For instance: CODE if(window.toolbar.visible == true) { window.open('/startup.html','','width=700, height=500, left=0, top=0, screenX=0, screenY=0, location=0, menubar=0'); } I want my application to check if the ...
Started 6 days, 9 hours ago (2008-11-28 07:21:00)
by matrixindicator
I start to get a bit confused about content input via javascript. I have read in a book an example, explanation on how you can add content with javascript using DOM and Objects. What is putted is in real plean content like a blog (date and text). My question is, when should you use this to put content in, when is it an advantage, isn't it better to use a database for content (like MySQL) ?
|
|