Enter Keywords:
1 - 10 of 12(0.052 seconds)
Sort By:
 
Hello All, ... lets say that I have a variable that holds something similar to: var1 = "<FSDF><PARM SRC='1'><DSF><PARM NAME='2' VALUE='3'><PARM HELLO><FDDS>"; what I want to do is using java...
Zones: JavaScriptDate Answered: 07/15/2004 Rating: 9.2 Views: 0
I have an html page where I need to add some script at the top, which evalauates the url, and then redirects the page.  At first, I was going to use asp.  But as I started to think about it, I thou...
Zones: JavaScriptDate Answered: 12/15/2004 Rating: 9.0 Views: 0
could one of you javascript gurus help me out on a string parsing code. I need to convert a string pattern like account_client_nameid to client_objectId. another words, drop the last field, t...
Zones: JavaScriptDate Answered: 05/12/2007 Rating: 9.6 Views: 0
Hi, I have a string as follows: TIHDFSSF: test1's bookmarks LITCLOUD: test1's bookmarks How can I parse in JavaScript to get test1? Thanks K
Zones: JavaScript, Parsers, Regular Exp...Date Answered: 07/13/2009 Rating: 9.0 Views: 0
I have html string which I want to parse and fetch some content from the same. Any standard way to do it?
Zones: JavaScript, Macr...Date Answered: 07/27/2006 Rating: 8.0 Views: 0
Hi, I've been trying to do this all afternoon, but lack JS skills so would really appreciate some help: this is a cut down version of the string i'm manipulating into an array. myvar = "...
Zones: JavaScript, In...Date Answered: 09/05/2007 Rating: 9.0 Views: 42
I have an application where I need to parse a particular math string and add in some parenthesis to ensure proper order of precedence for the operators.   Input String:    1/-(3+4) The parsin...
Zones: ScriptingDate Answered: 12/29/2008 Rating: 9.1 Views: 0
We are building a thin/web version of our chat client, and must handle a legacy protocol for sending links. For example, this:     &#160;&lt;http://foo.com/&gt;&#160;click here for bar&#160; ...
Zones: Regular Expressions, Java...Date Answered: 07/07/2009 Rating: 9.2 Views: 0
Hi, I need to convert a string to a textbox. how do i do this. I have a function like this <img onclick="getVal('txtName')"> where txtName is the name of a textbox in the javascript...
Zones: JavaScriptDate Answered: 07/19/2005 Rating: 8.6 Views: 0
I need help parsing the contents of a text box that contains the words GMT followed by two sets of numbers.   I need to parse these two numbers and return the addition of both.  Any ideas? =====...
Zones: JavaScriptDate Answered: 01/03/2006 Rating: 9.4 Views: 0