unfortunately the "gaPLMList.asp" part of the string is in
the search files multiple times, the discriminating
part of the string is in the begining. "addItem\(' nbsp;Solutions'". Sorry I needed to elaborate more.
I wrote a perl script to replace a line
of javascript code I have in over 50 files,
but since there are single quotes in it, I am having
trouble. any suggestions would be great.
Line I'm trying to change
addItem(' Solutions'...
thanks kaht, i ulitmately used similiar code
with an eval statement, which was a little tricky..
here's a snippet of the code, with hard coded values
(I used dynamic vars)
function clearIt(name)
{
var str ="\""+name+"\"";
eval("document.forms.mainForm.elements["+str+"].value='';");
}
<form...
I am trying to reset the value
"Online HelpDate"
when a check box is clicked,
but because it has a space in it's
name it doesn't work.
<input class=smallFont checked=checked type=checkbox name="Online Help" value="Online Help" onclick="document.mainForm.Online HelpDate.value=''">
I've...
I am creating dynamic variables
using the following code:
i=0
while (...)
execute("Var"&i&"= Y")
i = i +1
next
the problem is I don't know how to
check the value of that variable later on
in the code, right now I'm doing this, but
don't think it's working
i=0
while(...)
if...
glwong (Programmer) Mar 24, 2004
Hi, I'm not sure if this is the right forum but I am new to ASP and VBScript, I am trying to create a form table that allows the user to add rows dynamically to it but I can't seem to get the variable to work correctly, it keeps reseting to the input field. I...
Hi, I'm not sure if this is the right forum but I am new to ASP and JavaScript, I am trying to create a form table that allows the user to add rows dynamically to it but I can't seem to get the variable to work correctly, it keeps reseting to the input field. I, in essence need the equivalent...
Hi, I am new to ASP and have a background in Java programming, I am trying to create a form table that allows the user to add rows dynamically to it but I can't seem to get the variable to work correctly, it keeps reseting to the input field. I, in essence need the equivalent of a static...
Hi, I am new to ASP and have a background in Java programming, I am trying to create a form table that allows the user to add rows dynamically to it but I can't seem to get the variable to work correctly, it keeps reseting to the input field. I, in essence need the equivalent of a static...
I am writing a program which uses UNIX timers and signals. My program also implements third party software which has it's own signal handler. When my timer expires and sends a SIGALRM signal it goes to the third party software's signal handler instead of my own. The third party's signal...
I am storing a line of charcaters in a variable
($line) and am trying to search a buffer
for the pattern. I have two issues,
1)
The buffer contains $line but it is preceded
by extra characters (for example 123456$line)
2)
Is there a way to search the buffer using
the variable ($line)? In...
I am compiling a large program using
third party libraries (Tibco, Rogue Wave).
I get my progrm to compile, but when
I try to run the executable I get the following
error and it dumps core.
/usr/lib/dld.sl: Unresolved symbol: cout (data)
from /usr/tibco/sdk/lib/libmaverick32.sl...
I am compiling a large program using
third party libraries (Tibco, Rogue Wave).
I get my progrm to compile, but when
I try to run the executable I get the following
error and it dumps core.
/usr/lib/dld.sl: Unresolved symbol: cout (data)
from /usr/tibco/sdk/lib/libmaverick32.sl...
uuencode name_of_attachment name_of_attachment | mailx email_address
for example i want to attach file me.jpg
uuencode me.jpg me.jpg | mailx joe@bloggs.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.