Problem with links programm.


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Problem with links programm.
# 1  
Old 12-24-2008
Problem with links programm.

Problem with links programm.

Hi!
I write sctipt for aytomatic checking into IE stas.html ->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="newdata.submit()"></script>
</head>
<body onload="newdata.submit()">
<form id="newdata" name="newdata" method="post" action="http://noadev4.nice.com:5303/OA_HTML/fndvald.jsp">
<input type="hidden" name="username" value="sysadmin">
<input type="hidden" name="password" value="nice2know">
<input type="submit" type="hidden" value="Login for APPS">
</form>
</body>
</html>
and it work fine.
I want to launch it from solaris with "links" command and it wait for my post command. After that I "enter" it also ask me for posting my url ( http://...../fndvald.jsp see from above piece of code) and only after pressing to "yes" I launch successfully my ERP page.
My question is
How I can automatic posting command (without enter and yes) for my stas.html page.

Thanks and best regards, Stas.
# 2  
Old 12-24-2008
Please don't double post - it's against the rules.
Thread closed!
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Problem with call of Java Programm & return code handling & output to several streams.

Hello Everybody, thanks in advance for spending some time in my problem. My problem is this: I want to call a java-Programm out of my shell skript, check if die return code is right, and split the output to the normal output and into a file. The following code doesn't work right, because in... (2 Replies)
Discussion started by: danifunny
2 Replies

2. Programming

A challenging problem involving symbolic links.

Hello, I'm working on an application that bridges together several applications involved in creating a video workflow for editing with digital cinema cameras. The main platform is MacOSX. Because of the nature of some of the utilities for working with this video footage I must spoof filenames... (2 Replies)
Discussion started by: ibloom
2 Replies

3. Shell Programming and Scripting

How to embeded programm within programm

Hi, How to embeded programme within perl programme. Shankarao (2 Replies)
Discussion started by: shankarao
2 Replies

4. Linux

Problem with initializing DirectFB by Links

DirectFB-0.9.20 is compiled --with-gfxdrivers=all links-2.1pre15 is compiled with --enable-graphics there is a problem when I am trying to run Links using DirectFB video driver may be my DirectFBs config is not right? video by framebuffer or X works successfully (0 Replies)
Discussion started by: eugrus
0 Replies

5. OS X (Apple)

Problem changing owner of symbolic links?

Strangely, chown and chmod don't seem to work on symlinks. In particular, I tried this (as root): # touch foo # ln -s foo mysymlink # chown SOMEUSER mysymlink as well as changing the last line to: # chown -h someuser mysymlink where "-h" is supposed to change the UID of the actualy... (1 Reply)
Discussion started by: noahcowan
1 Replies

6. UNIX for Dummies Questions & Answers

UNIX problem? Unix programm runs windows 2000 CPU over 100%

Okee problems...!! What is happening: Unix server with some programms, workstations are windows 2000, the workstations work good but when you start a programm on the Unix server the CPU of the workstations go to 100% usage resulting that the system gets very slow. The programm well its running so... (2 Replies)
Discussion started by: zerocool
2 Replies

7. UNIX for Dummies Questions & Answers

Problem with Links

Hi, Someone told me that Links where useful in Unix, but when I asked them how, he couldn't tell me... All he told me was, "well you can use hard-link or symbolic link". When I asked him what were the diference, he told me that there is no real difference. Can you please tell enlighten... (3 Replies)
Discussion started by: mischiefdemon
3 Replies
Login or Register to Ask a Question