Sponsored Content
Top Forums UNIX for Dummies Questions & Answers onChange + javascript in perl CGI - question Post 302244561 by matrixmadhan on Wednesday 8th of October 2008 08:00:48 AM
Old 10-08-2008
Perfectly yes ! Smilie

This is what I have been looking for. Thank you very much for this.

I will build rest of my application using this as a starting point.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

transforming small javascript into perl

I need to transform this small javascript into a perl. So then when I need to use it I can call $something, instead of using this javascript. Could someone help me archive this? (9 Replies)
Discussion started by: marringi
9 Replies

2. Web Development

problem with exporting vairable from one perl cgi to another perl cgi script while redirecting.

Can anyone tell me how to export a variable from one perl CGI script to another perl cgi script when using a redirect. Upon running the login.pl the user is prompted to enter user name and password. Upon entering the correct credentials (admin/admin) the user is redirected to welcome page. My... (3 Replies)
Discussion started by: Arun_Linux
3 Replies

3. Shell Programming and Scripting

How to use JavaScript in Perl Object Oriented

i am new to Perl CGI Object oriented. I want to use some java script in my Perl CGI but i am not able to do that. I am using Submit button then via param() i am getting all field parameters. But i want to validate all fields first then i want to move. But Use of Java script, i don't know (1 Reply)
Discussion started by: Navrattan Bansa
1 Replies

4. Shell Programming and Scripting

How to call perl web service from javascript?

Hi, I would like to call the below perl web service from javascript .Any help would be appreciated.I am new to web services.Please do the needful. Server Program(Perl Web Service) #!/usr/bin/perl use lib '/usr/lib/perl5/5.8.8/SOAP-Lite-0.65_3/lib'; use SOAP::Transport::HTTP; use Demo;... (3 Replies)
Discussion started by: liyakathali
3 Replies

5. Programming

Javascript question: using the image button

I have javascript that I want to use to build up a dynamic array: the user clicks on one or more images and when clicking the Show button, the list of image names is displayed that the user clicked. <script type="text/javascript"> var images = ; images =... (0 Replies)
Discussion started by: figaro
0 Replies

6. Shell Programming and Scripting

Perl cgi pages out of cgi-bin folder in WINDOWS

Hi team, I have a typical problem with cgi pages in apache webserver in WINDOWS I am able to execute(display) the pages that are saved in cgi-bin folder. But I am not able to execute the pages stored in htdocs or other folder other than cgi-bin folder. Could anyone please let me know how... (1 Reply)
Discussion started by: scriptscript
1 Replies

7. Shell Programming and Scripting

Perl CGI : unable to download the excel sheet from perl cgi page

Hi All, I have written an cgi perl script that displays an image(Excel image) and when clicked on that Image I need to download a excel sheet. I made sure that excel sheet exists in the folder with the given name but still I am not able to download the sheet. print "<center><table... (2 Replies)
Discussion started by: scriptscript
2 Replies

8. Shell Programming and Scripting

CGI Perl : while loop in CGI perl

Hi Team, I am trying to connect to database(succeeded ) and print the records on the browser using while loop. But the elements of array are not displayed instead while loop is displayed directly. Instead of the below I can embed html statements in print but I am looking for the below style as I... (1 Reply)
Discussion started by: scriptscript
1 Replies

9. OS X (Apple)

Perl CGI

I am trying to get my MacBook Pro with 10.8 Mt Lion set up to run Perl CGI scripts. Having a problem. I can start Apache Web Server with no problems. Why do I put the static and dynamic scripts? I which directory? I have looked at this article:... (3 Replies)
Discussion started by: djehresmann
3 Replies

10. Programming

Javascript: displaying images with onchange event

I am looking to display the pdf of one of two distributions, depending on what the user selected: <script type="text/javascript"> function distributionChange() { var img = document.createElement("img"); var link = 'http://en.wikipedia.org/wiki/xxx#mediaviewer/File:yyy'; switch... (4 Replies)
Discussion started by: figaro
4 Replies
confstr(3C)															       confstr(3C)

NAME
confstr() - get string-valued configuration values SYNOPSIS
DESCRIPTION
provides a method for applications to get configuration-defined string values. Its use and purpose are similar to (see sysconf(2)), except that it is used where string values rather than numeric values are returned. The name parameter can take on the following name values, which are defined in A default value for the environment variable which can be used to locate commands in Section 1 of the and utilities defined in the POSIX.2 standard that are currently implemented in the HP-UX operating system. Which kernel is supported on the hardware. Current values returned include "32", "32/64" or "64". Whether the kernel is 32-bit or 64-bit. Current values returned include "32" or "64". The hardware model string. Unique identifier for each machine. Returned as an opaque string of printable ASCII characters. This string has the same value for all partitions in a physical machine. Refer to for a unique identifier for partitions in a machine. For hardware classes first released with HP-UX 11i or later, this ID is unique across all hardware classes. For earlier hardware classes, the ID number is unique only within the hard- ware class. A null string is returned if no ID number is available; this is expected to be the case only for proto- type machines or other systems improperly configured in manufacturing. Comparisons of this value must be made using the string compare functions, see string(3C). Identifier for each partition existing on a machine. Returned as an opaque string of printable ASCII characters. For any machine not supporting partitions this value will be the same as Com- parisons of this value must be made using the string compare functions, see string(3C). Machine serial number. The value will be a printable ASCII string. This string is not available on all classes of machines; if unavailable, the string will be empty. This string is not a unique identifier of the machine, since machines of different classes can have the same serial number. If a unique identifier is needed, use or The set of initial options to be given to the and utilities to build an application using a programming model with 32-bit int, long, pointer, and off_t types. The set of final options to be given to the and utilities to build an application using a programming model with 32-bit int, long, pointer, and off_t types. The set of libraries to be given to the and utilities to build an application using a programming model with 32-bit int, long, pointer, and off_t types. The set of options to be given to the utility to check application source using a programming model with 32-bit int, long, pointer, and off_t types. The set of initial options to be given to the and utilities to build an application using a programming model with 32-bit int, long, and pointer types, and an off_t type using at least 64-bits. The set of final options to be given to the and utilities to build an application using a programming model with 32-bit int, long, and pointer types, and an off_t type using at least 64-bits. The set of libraries to be given to the and utilities to build an application using a programming model with 32-bit int, long, and pointer types, and an off_t type using at least 64-bits. The set of options to be given to the utility to check application source using a programming model with 32-bit int, long, and pointer types, and an off_t type using at least 64-bits. The set of initial options to be given to the and utilities to build an application using a programming model with 32-bit int, and 64-bit long, pointer, and off_t types. The set of final options to be given to the and utilities to build an application using a programming model with 32-bit int, and 64-bit long, pointer, and off_t types. The set of libraries to be given to the and utilities to build an application using a programming model with 32-bit int, and 64-bit long, pointer, and off_t types. The set of options to be given to the utility to check application source using a programming model with 32-bit int, and 64-bit long, pointer, and off_t types. The set of initial options to be given to the and utilities to build an application using a programming model with an int type using 32 bits and long, pointer, and off_t types using at least 64-bits. The set of libraries to be given to the and utilities to build an application using a programming model with an int type using 32 bits and long, pointer, and off_t types using at least 64-bits. The set of libraries to be given to the and utilities to build an application using a programming model with an int type using 32 bits and long, pointer, and off_t types using at least 64-bits. The set of options to be given to the utility to check application source using a programming model with an int type using 32 bits and long, pointer, and off_t types using at least 64-bits. The set of initial options to be given to the utility to build an application using a programming model with 32-bit int, long, pointer, and off_t types. The set of final options to be given to the utility to build an application using a programming model with 32-bit int, long, pointer, and off_t types. The set of libraries to be given to the utility to build an application using a programming model with 32-bit int, long, pointer, and off_t types. The set of initial options to be given to the utility to build an application using a programming model with 32-bit int, long, and pointer types, and an off_t type using at least 64 bits. The set of final options to be given to the utility to build an application using a programming model with 32-bit int, long, and pointer types, and an off_t type using at least 64 bits. The set of libraries to be given to the utility to build an application using a programming model with 32-bit int, long, and pointer types, and an off_t type using at least 64 bits. The set of initial options to be given to the utility to build an application using a programming model with 32-bit int and 64-bit long, pointer, and off_t types. The set of final options to be given to the utility to build an application using a programming model with 32-bit int and 64-bit long, pointer, and off_t types. The set of libraries to be given to the utility to build an application using a programming model with 32-bit int and 64-bit long, pointer, and off_t types. The set of initial options to be given to the utility to build an application using a programming model with an int type using at least 32 bits and long, pointer, and off_t types using at least 64 bits. The set of final options to be given to the utility to build an application using a programming model with an int type using at least 32 bits and long, pointer, and off_t types using at least 64 bits. The set of libraries to be given to the utility to build an application using a programming model with an int type using at least 32 bits and long, pointer, and off_t types using at least 64 bits. This value is a <newline>-separated list of names of programming environments supported by the implementation in which the widths of the blksize_t, cc_t, mode_t, nfds_t, pid_t, ptrdiff_t, size_t, speed_t, ssize_t, suseconds_t, tcflag_t, useconds_t, wchar_t, and wint_t types are no greater than the width of type long. If len is not zero, and if name is known and has a configuration-defined value, copies that value into the len-byte buffer pointed to by buf. If the string to be returned is longer than len bytes, including the terminating null, truncates the string to len-1 bytes and null- terminates the result. The application can detect that the string was truncated by comparing the value returned by with len. If len is zero and buf is NULL, returns the integer value as defined below, but does not return a string. If len is zero but buf is not NULL, the result is unspecified. RETURN VALUE
If name is invalid, returns zero and sets to If name does not have a configuration-defined value, returns 0 (zero) and leaves unchanged. If name has a configuration-defined value, returns the size of buffer that would be needed to hold the entire configuration-defined value. If this return value is less than len, the string returned in buf has been truncated. EXAMPLES
The following code fragment calls to determine the correct buffer size for allocates space for this buffer, then gets the configuration value for AUTHOR
was developed by HP. FILES
symbolic constants and structures used for support of the /usr/group standard SEE ALSO
getconf(1), errno(2), fpathconf(2), pathconf(2), sysconf(2), malloc(3C), thread_safety(5). STANDARDS CONFORMANCE
confstr(3C)
All times are GMT -4. The time now is 03:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy