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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21060485.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21242650.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22568546.html
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
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_24465057.html
I have html string which I want to parse and fetch some content from the same.
Any standard way to do it?
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21930867.html
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 = "...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22808779.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Q_24012319.html
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:
 <http://foo.com/> click here for bar 
...
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_24550734.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21497646.html
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?
=====...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21682598.html
Zones:
JavaScriptDate Answered: 01/03/2006 Rating: 9.4 Views: 0