Hello,
I have a VBA module which goes out to a website and queries for data. The website requires username and password; I currently hard code the username and password of the person using it (Which happens to be the same as when they log into the machine). The problem is that every 3 months...
Thanks for this detailed post. The script seems to be working. I am curious..if my start week is 29 then I need to have 29 if/then entries to convert the negative weeks into positive weeks right?
Thats a pain but it does the trick...if I can overcome this I will post back.
Thanks again.
Alex-
I need to determine what week of the year it is.
For example..01/01/2004 is in week 1
01/31/2004 is in week 5.
Does'nt look like Javascript has a pre-built function for this? Anybody know how to accomplish this?
I was thinking perhaps determinining what day of the year it is (1-365) and...
Hello,
I have a button on my page...Based on what parameters are passed to the URL query string I would like to simulate a user clicking on that button to trigger another event.
How can I do this programmtically?
Tia
Alex-
Hello,
I would like to determine the query string of the current window.
I was looking at some example in the Rhino book that used the following syntax:
var qs = location.search.substring(1);
alert(qs);
When I use the above syntax in my script I do not see anything. But my url has alot of...
Hello,
I need to web enable some unix scripts so our users can run them via a web page.
All the scripts are written in ksh or sh and may invoke other unix scripts. (I do not want to rewrite all these scripts). What I am thinking of doing is writing a perl script (using CGI.pm) which will...
Hello,
I am wondering if there is a function that releases the CPU to do other stuff while my javascript program is executing within a loop?
I guess what I am looking for is something similar to the
"DoEvents" function in Visual Basic which releases the CPU to take care of other queued...
Hello,
In javascript what objects, methods and functions exist for
parsing XML formatted data as returned by an Htpp request?
ANybody recommend a good book that shows some detail?
Thank You.
Alex-
I am getting the following error any help would be appreciated:
"not well-formed at line 1, column 14, byte 14 at /opt/perl/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/XML/Parser.pm line 168.
Looked at line 168 but nothing is apparent to me that is wrong.
Anybody know what the error is...
HTTP:Request::Common
LWP::UserAgent
XML::Simple.
I am using the above modules to makes calls to a www server and parsing the return xml data. But the web server requires authentication how do I specify the username and password when making the Http Request?
Thank You.
I just installed tomcat and J2SDK 1.4.2.
I tried running a simple Hello World servlet using the packages
javax.servlet.*
javax.servlet.http
I its giving me compile errors. I searched my system and it looks like those packages are installed on my Linux machine.
How do I get these basic...
Got the following error:
Java Lang UnsupportedCLassVersionError: Unsupported Major.minor version 16448.64
Anybody what this error is trying to tell me?
Thanks in advance.
...class HelloServlet is public, should be declared in a file naa
public class HelloServlet extends HttpServlet {
This is my code:
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class HelloServlet extends HttpServlet {
public void doGet(HttpServletRequest...
Hello Folks.
I need to interface with an application that responds in XML formatted document.
I am new to Java.
I need to create code that can post or get an http request and then parse the return XML document. What classes do I need to import in order to accomplish this?
Thanks in advance!
Using javascript is it possible to execute commands on the server?
I think the answer is "No", does the answer change to "Yes" if I use server side javascript?
We are on HP-UX, Iplanet Enterprise.
Thanks.
This is more of a configuration question than programming.
PHP was pre-installed on my system with support for mysql. But I installed a new version of mysql (into a different directory, etc). What do I need to do to get php to work with the new version of mysql rather then the old?
Please...
Hi Folks,
My system was working fine..but now all of sudden whenever I reboot I get the following errors:
Checking filesystems
fsck 1.34
/dev/hda2 contains a filesystem with errors, check forced
inode 1234455 has illegal blocks
/dev/hda2: unexpected inconsistency
fsck.ext2 /dev/hda2 failed...
Hi,
Looking for a good software archive for business apps (shopping carts, T&E apps, etc) written in perl? Stuff that is mostly GNU.
Any help would be appreciated.
Alex-
Would this be a valid crontab entry?
05 00 *** perl /var/log/myscript.pl argument1
specifically I want to know if this script would be executed as written or do I need a shell script with the command "perl /var.log/myscript.pl argument1" and then have my crontab entry point only...
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.