Forum: IT Professionals' Lounge Aug 25th, 2008 |
| Replies: 3 Views: 782 |
Forum: Shell Scripting Aug 25th, 2008 |
| Replies: 1 Views: 473 |
Forum: Shell Scripting Aug 25th, 2008 |
| Replies: 2 Views: 719 |
Forum: IT Professionals' Lounge Jul 25th, 2008 |
| Replies: 3 Views: 782 Can anyone make this code work? This is my HTML File:
<html>
<head>
<script type="text/javascript">
function validateCatalogId(){
var req=init();
function init(){ |
Forum: JavaScript / DHTML / AJAX Jul 4th, 2008 |
| Replies: 3 Views: 698 Re: HTML Question!!!!!!!!! hi buddy
Here is my explanation:
I will get a html response from a server when I click a button at the client side.Now that html file should be displayed in the client side with font,style,color... |
Forum: JavaScript / DHTML / AJAX Jul 4th, 2008 |
| Replies: 3 Views: 698 HTML Question!!!!!!!!! Hi all,
Can anyone explain how to parse a html file at the client side that we got as a response from the server?
Please provide me good websites for doing this task.
Thanks in advance.
Dave.
:) |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2008 |
| Replies: 6 Views: 1,213 Re: Help in AJAX!!!!!!!!!! yeah...That I know..My question is can we do the request using the wsdl file alone without contacting the server?
I tried with ajax and it is working..but i have given the path like... |
Forum: JavaScript / DHTML / AJAX Jun 18th, 2008 |
| Replies: 6 Views: 1,213 Re: Help in AJAX!!!!!!!!!! Am trying to use the wsdl file and make us of the web service...I can use any technology..no compulsion to use ajax...But the invocation of the wsdl should be simple using java script or plain... |
Forum: JavaScript / DHTML / AJAX Jun 13th, 2008 |
| Replies: 6 Views: 1,213 Help in AJAX!!!!!!!!!! Hi all,
I am in the process of creating a web page.The page consists of a form where it will ask the users to give the input values(all values in integers).Those values should be passed and the... |
Forum: JavaScript / DHTML / AJAX Jun 10th, 2008 |
| Replies: 0 Views: 500 Web service Invocation Program Hi all
I want a sample web service invocation program using java script.Can anyone provide me?
The program should simply get inputs from the user and once the user clicks the "Calculate" or... |
Forum: Shell Scripting Jan 7th, 2008 |
| Replies: 3 Views: 1,266 Re: Date Validation again This is the splitting part am having:
C_Date=`date -u +%m/%d/%Y`
year="$(echo $Date | cut -d/ -f3)"
month="$(echo $Date | cut -d/ -f1)"
day="$(echo $Date | cut -d/... |
Forum: Shell Scripting Jan 4th, 2008 |
| Replies: 3 Views: 1,266 Date Validation again I want a sample Date validation script using if loops.
The script should first compare "year".If the year is lesser than the current year,It should go for "month" checking.
I have the script that... |
Forum: Java Dec 14th, 2007 |
| Replies: 6 Views: 1,421 |
Forum: Java Dec 14th, 2007 |
| Replies: 6 Views: 1,421 |
Forum: Java Dec 14th, 2007 |
| Replies: 6 Views: 1,421 |
Forum: Shell Scripting Nov 19th, 2007 |
| Replies: 10 Views: 1,655 Re: Challenging Script Mike,
why are you using ">/dev/null 2>&1" in your script?
What condition you are checking in your "if" loop?
Regards
Dave |
Forum: Shell Scripting Nov 19th, 2007 |
| Replies: 10 Views: 1,655 Re: Challenging Script Masijade,
I finished the file comparison in MS Access.But I am trying to do the same file comparison using Shell script...Thats why posted you a thread..
I didn't understand this line in your... |
Forum: Shell Scripting Nov 16th, 2007 |
| Replies: 10 Views: 1,655 |
Forum: Shell Scripting Nov 16th, 2007 |
| Replies: 10 Views: 1,655 |
Forum: Shell Scripting Nov 16th, 2007 |
| Replies: 10 Views: 1,655 Challenging Script Hi all,
I have two files namely
a.txt
b.txt
a.txt contains 100 records and b.txt contains 9 records.These 9 records in b.txt is also present in a.txt.So,I need a script that compares... |
Forum: Shell Scripting Oct 26th, 2007 |
| Replies: 4 Views: 2,333 |
Forum: Shell Scripting Oct 26th, 2007 |
| Replies: 4 Views: 2,333 Compare two dates using Shell Programming Hi all,
a=2007-05-10
b=2007-06-10
These are the two given dates and I need to compare.
The script should first compare years.If both are same or if a is lesser than b,it should print correct.If a... |