Software :: Any Tool For Automatically Filling In Javascript Forms?

Jul 26, 2010

I'm at a web page for an organization and I want to get a bunch of information -- say the addresses of 20 members of the organization. The web page presents a javascript form looks something like:

First name: (textbox)
Last name: (textbox)
State: (textbox)
Member status: (radiobutton)
Find: (button)

It then provides the mailing address and telephone number of the member. I don't want to enter the data by hand 20 times, but would prefer to fill out the form automatically from data in a text file or database or script or whatever. Is there a tool in linux for doing this? I looked up curl, but it seems that I can do it in curl only if they are html forms, but not js forms (or more correctly, I haven't figured out how to do it). Moreover, the page returned by curl is not the page that comes up in firefox; I don't know why.

View 7 Replies


ADVERTISEMENT

Software :: Finding Textbrowser With JavaScript Support Or Elink Javascript Support?

Sep 1, 2009

I need a textbrowser with Javascript Support. I have compiled the elinks stable 0.11x and the unstable 0.12x version mit JavaScript Support (js moz dev). Both browsers can be started and showed websites normaly. But no javascript, even simple tests like [URL] failed. I started elink with ./elink and typed then the url.

View 4 Replies View Related

Ubuntu :: Cannot Open Tax Forms With Acroread

Jan 4, 2010

I can open other PDF files (including the instruction files for form 1040), but I cannot open the form 1040 PDF with acroread. I can open the same file with evince, but I really need to do this with acroread.

Here's the output:
Code:
t@s:~$ acroread
/home/tak/.themes/tish-aquastyle/gtk-2.0/gtkrc:57: Clearlooks configuration option "sunkenmenu" is not supported and will be ignored.
/home/tak/.themes/tish-aquastyle/gtk-2.0/gtkrc:58: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored.
/home/tak/.themes/tish-aquastyle/gtk-2.0/gtkrc:59: Clearlooks configuration option "listviewitemstyle" is not supported and will be ignored.
/home/tak/.themes/tish-aquastyle/gtk-2.0/gtkrc:60: Clearlooks configuration option "progressbarstyle" is not supported and will be ignored.
/usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiogconf.so
/usr/lib/gio/modules/libgiofam.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiofam.so
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so

View 4 Replies View Related

Programming :: Possible To Preview Forms In Qt Designer?

Feb 11, 2010

In qt designer is possible to preview forms in various widget styles. This behaves somewhat like an interpreter. Does anyone know how this is done?

View 1 Replies View Related

OpenSUSE :: OooBase Crashes When Creating Forms?

Jan 17, 2010

I am using OpenSuse 11.2 and have installed Open Office 3.1.1.5 from the STABLE repository. I have connected Open Office Base to a MySql database using JDBC. All tables are visible and accessible. However, as soon as I try to create a form, at the moment I want to connect to the data source (e.g. with the 'finish' button) Base crashes and needs to be restarted. Creation of forms is thus impossible I installed OOo vers 3.1.1.5 because it was happening with 3.1.1.4 as well.

View 3 Replies View Related

OpenSUSE :: No Navigation In LibreOffice Base Forms

Mar 13, 2011

I've just installed Opensue 11.4 (gnome-desktop) on my machine. The problem is that, if I open a database-form with libreoffice base, no navigation-bar appeares. The option "navigation" from the view-menu is not active. The database uses the built-in HSQLDB in single user mode. Navigation via libreoffice-basic is possible and I can see the first record - just it is not possible to navigate manually.

View 4 Replies View Related

Ubuntu :: Can't Select Text In Forms In Firefox

Jul 21, 2010

I think it started after the last Firefox update - I can't select text in forms on any page - not even here, while I'm writing this. When I double click, the selection appears for a fraction of a second, and vanishes instantly. Neither can I select text by dragging, the same happens. I can still select everything with ctrl+A, but I can't select single words or sentences. It's driving me nuts. I've actually switched to Chrome because of this, but I'm missing a lot of Firefox's functionality there, so I'd rather stay with Mozilla.

View 5 Replies View Related

Ubuntu :: Saving PDFs With Filled-in Forms?

Oct 2, 2010

I read few threads from 2006, and at that time it seemed there was no good way to save a PDF which had data input in the form fields. Has this changed? Printing is not really an option, since I won't fill these forms in one sitting. When I save with Ubuntu's default PDF viewer, the form field data does not seem to be saved along with the PDF.

View 3 Replies View Related

Ubuntu :: Hotkey To Paste Information Into Web Forms?

Aug 3, 2011

I type my address 20 times a day. Imagine that I want to do something like CTRL + TAB + a to fill my address into a web form, or CTRL + TAB + p for my phone number.How might I do something like that?

View 6 Replies View Related

Red Hat / Fedora :: Opening Oracle 10g Forms In Mozilla

Nov 13, 2010

I'm new to linux I love it. I want to open oracle forms 10g in my mozilla which was default in Red Hat Enterprise Linux Server release 5 (Tikanga) ( I'm using). When I tried to open, getting error mess "Install missing plugins". I tried to install plugins manually but no use. Some one said I need to change the "pluginreg.dat" file. But I didn't find that file " /usr/lib/mozilla/plugins " to change.

View 3 Replies View Related

Programming :: Can't Upload Images With HTML Forms?

Feb 16, 2010

Well, the title says it all. I have a form like this in my document:

<form enctype="multipart/form-data" name="profile" method="post" action="?">
<input type="hidden" name="MAX_FILE_SIZE" value="250000">
Select image:<input type="file" name="image" />
<br />

[code]...

I even printed the $_FILES array and it looks like this:

Array ( [image] => Array ( [name] => bojan.jpg [type] => image/jpeg [tmp_name] => /var/upload/phpjarPwZ [error] => 0 [size] => 10096 ) )

But the problem is that this file never gets saved to /var/upload directory (I changed php.ini file, so that uploaded files should be saved into /var/upload. I tried /var/tmp as well, but it's the same). Here are also the permissions of this dir:

drwxr-xr-x 2 apache apache 48 2010-02-17 00:30 upload

BTW, I use Mandriva 2010 64 bit distribution. I spent last two days searching for solution on internet forums, asking people and made absolutely no progress. is it possible to debug what is happening with the supposedly uploaded file? I mean any logs, where I could find trace, what's going wrong? I tried to check /var/log/httpd and files in there, but no success either...

View 7 Replies View Related

Ubuntu Servers :: Submitting Forms Don't Load Next Page?

Aug 25, 2010

I'm running into a very strange issue that affects all web apps on my server. This happened after a reboot.

Basically, I can fill out a form, submit it, and then the next page will never load, or it will load after several minutes. To reiterate, this affects every web app on this server, and many of my users are noticing it.

I've already tried restarting Apache and doing a repair of MySQL tables

I can provide server details upon request, but it's a basic LAMP stack running Ubuntu 9.x on a Linode.

View 1 Replies View Related

General :: Config Multi Oki Forms Printer Via Lantronix Ps?

Mar 23, 2011

I have tried about every combo, but cannot get any test page delivered to the printer. The device/ps setup works fine in our old Sun Unix environment.

View 6 Replies View Related

General :: How To Install Forms And Reports Client In OpenSuSe

Apr 14, 2011

How to install Forms and Reports (6i) Client in Linux.

View 1 Replies View Related

Software :: Implement Forms For A Wide Range Of Systems?

Nov 27, 2010

We are revising some forms, currently published as .doc files which are printed and completed manually. The users are public so have a wide variety of software. MS Word and Excel are de-facto standards amongst the users the FOSS users can mostly work with those file formats while the Windows/Office majority cannot work with ODF formats. if the users could complete the forms interactively and email them. Some users still need to be able to print and complete manually. The FOSS users should not be disadvantaged. This could be limiting because I understand OOo support for .doc and .xls forms is incomplete including incompatibilities between VBA and OOo Basic.

View 14 Replies View Related

Programming :: Make Data Persist Through Webpages Via Forms?

Aug 17, 2010

For a website I'm making in PHP, I need a link on a particular dynamically generated page, called "Make a friend". Clicking this will take the user to a page where they have to provide their username and password, and if it's correct, the database will be updated. When the "make a friend" page is generated, the link will have a ?author=32 (say) argument, to reflect the author's id in the database. Now my problem is, that I need the author AND username and password as arguments to the "make a friend" script. How do I do this?
Instead of making the link a link, I've been toying with the idea of making it a form button (which will look better anyway), and using a <input type="hidden"> argument, for the NEXT page, which will be the page requesting the username and password, but I still can't seem to come up with a viable solution somehows.

View 4 Replies View Related

General :: Wget Webpage Using Post Method With Multiple Forms

Feb 19, 2011

I would like to download a webpage using WGET which needs a form submission (POST method) in order to appear. I can do that with this command.

wget --post-data="computer=hosts&style=list" http://www.example.com

The problem is there is more than one form on the requested page and I dont know how to tell WGET which one should it POST the data to.

View 3 Replies View Related

Software :: Opening Oracle Forms - Install J2SE Plugin Version

Mar 30, 2011

On PCLinux0S 2009. I just tried to open Oracle R12 from firefox 3.0.7 and it worked fine. I did get this message:

In order to access this application, you must install the J2SE Plugin version 1.6.0_07 on your client and NPX_PLUGIN_PATH environment variable is set before starting Netscape. To install this plugin, click here to download the oaj2se.exe executable. Once the download is complete, double-click the oaj2se.exe file to install the plugin.

You will be prompted to restart your browser when the installation is complete. But it worked fine. But on Oracle Linux 5 (ironic). I get the same message but the form does not open. I have Firefox 3.0.7 on PClinux 0S and Java TM Plug-in 1.6.0_12-b04. On Oracle Linux 5 I have Firefox 3.6.13. I cannot find Java TM Plug in.

View 4 Replies View Related

Ubuntu :: FAFSA Page Doesn't Allow Any Browser Access To Financial Aid Forms (in Firefox)

Dec 27, 2010

As you've probably found out if you searched for this on Google, the new FAFSA page [URL] does not allow any Linux browser access to financial aid forms. The solution I found is to install User Agent Switcher for Firefox [URL] and restart the browser. Right click a toolbar, like the navigation toolbar near the back button, and click 'Customize'. Find the User Agent Switcher icon and drag it to the toolbar. Now you can change the browser's identity by clicking the little globe on the toolbar and select, for example, Internet Explorer 8. You should now be able to get beyond the first page of the new FAFSA website.

View 1 Replies View Related

Debian :: Root Partition Filling Up

Dec 22, 2015

I'm booting to Kali 2.0 live from USB and wanted to add persistence, but I can't get OpenVAS setup. The setup script runs and eventually fails due to no more disk space. Here's my df -h output:

Here's gparted:

When the setup runs it fills up root (/) which is only 872mb. This is a 16gb USB so I'm wondering if there's a way to allocate some of the 11gb of unallocated space to root? I couldn't tell how to do this with gparted, would I need to build a custom Kali iso or something with different partitioning?

View 5 Replies View Related

OpenSUSE :: Dolphin Filling .nfs Files ?

Mar 23, 2010

openSUSE 11.1, KDE 4.4.1

I'm getting ~/.nfs file being generated and just filling up

Does anyone know the cause - and how to stop it before it fills my HDD?

View 1 Replies View Related

Ubuntu :: Filling Out A Pre-printed Form?

Jan 4, 2010

I have a pre-printed form that I need to fill in. Is it possible to scan it, fill it in on screen, and then put the original form in the printer and get things to print out on that original form? I know that I can scan the form and fill it in on screen and print out on a blank piece of paper, but I need to use the original form

View 9 Replies View Related

Ubuntu :: Disk Filling Up - Disparity Between Df And Du?

Feb 19, 2011

For a while my root partition has been filling up for no apparent reason. I I have been deleting things to find out it fills up again in a mater of days. To make it more 'interesting', there is a disparity between what I get from df and what the du command is telling me. After dismounting the other file systems and turning off applications, this is what i get:

output of df -ha

Code:

Filesystem Size Used Avail Use% Mounted on
/dev/sdf5 69G 66G 54M 100% /
proc 0 0 0 - /proc
none 0 0 0 - /sys

[code]....

du claims that I'm using 29G on that partition, which sounds about right (this is my OS and basic /home partition, everything else is elsewhere). df on the other hand is telling me here that out of 69G, 64G are in use with only 54M left.

View 2 Replies View Related

General :: .snapshot Filling The Nfs Disk?

Jul 19, 2010

I have a lot of data on a nfs store external to an Ubuntu machine. I've had problems with the storage becoming full and have spent a very long time deleting files to get absolutely nowhere! Over 25GB of deletions on the 80GB disk has only cleared 1.5GB of space...

You can see below the hidden .snapshot directory, the disk usage for the nfs-store is coming out at 97GB when the disk is only 80GB in size, and the two directories I want on the disk are about 22GB in size.The .snapshot directory appears to have been made on Friday, I'd like to know if I can:

1) find out what command ran to create/update it

2) re-run the command to update the directory or remove the directory

Code:

ideasadmin@ideasadmin-desktop:/nfs-store$ ls -la
total 20
drwxr-xr-x 5 500 500 4096 2010-07-16 17:35 .

[code]......

View 3 Replies View Related

Security :: Tmp Filling Up With Root-tmp Diretories?

Apr 26, 2010

My /tmp directory is being filled up with root-tmp.####. I suspect they are being created by bastille-tmpdir-defense.sh, but they do not seem to get removed.

View 7 Replies View Related

OpenSUSE :: X11 Directory Replicating In /usr/bin, Filling Disk?

Dec 5, 2010

Noticed that one of my partitions on openSuse 11.1, mounted as /usr, filled up suddenly with over 20 GB of something. Tracked it down to /usr/bin, in which the X11 directory contains 2353 items and another X11 directory, recursively at least 11 times that I've expanded without reaching the last X11 directory. The newest files in each directory are dated 11/24/10.

Any idea of what's happening? How to stop it before it fills the disk?

View 7 Replies View Related

Ubuntu :: File Sharing Filling The Gaps?

Feb 10, 2010

I am relatively new to ubuntu/linux and although I have made some good progress on my server I'm struggling with a few points. I am sure what I'm about to ask has been covered in some other thread/guide but I just cant pick out the missing piece hence my direct question;I have 2 computers; a server and mediacenter.on the server I have installed nfs:

Code:
sudo apt-get install nfs-kernel-server nfs-common portmap
then

[code]....

View 5 Replies View Related

Ubuntu :: .xsession-errors Is Filling Up Fast

Feb 18, 2011

Just today I started getting notices about lack of disk space on my system. After much digging I found that .xsession-errors and .xsession-errors.old were taking nearly 70GB of space combined. The primary message I'm getting over and over again is: SSL_Write: I/O Error I have been unable to figure out what's causing this error.

View 3 Replies View Related

Ubuntu :: Cronjob Results Filling Up / Directory?

Feb 22, 2011

Some of my cronjobs are filling up files in my / directory. How do I make this stop? One of my cron jobs uses wget:[URL].. The bexcb0.php file writes a file and then echos a result if it is sucsesfull. These echo results are being put into bexcb0.php files in my /root folder and are piling up.

My / folder is filling up with files bexcb0.php etc bexcb0.php bexcb0.php.1 bexcb0.php.2 bexcb0.php.3 bexcb0.php.4 bexcb0.php.5 etc How do I make this stop? If I just remove the echo will they stop writing to the / folder?

View 1 Replies View Related

Ubuntu Servers :: Cron Is Filling Up Logs?

Sep 1, 2011

I am using my ubuntu server as my home router.Everything is working as expected with one exception.y DSL modem is a POS and every now and again it looses connection to the router. Sometimes it needs to be reset and sometimes it does not.Either way, when this happens my ubuntu server needs to reacquire an IP from my ISP. If it screws up when I'm at home it's no big deal, but if it happens when I'm not around my housemates have taken to hitting the reset switch on the server. I'm not a big fan of this so I wrote a script to ping my ISP's gateway. If it's unavailable it bounces the eth0 interface and tries to get an IP. I am running this script every couple of minutes in a cron job. Now I'm getting syslog entries like

Code:
Aug 9 20:31:01 portal CRON[9602]: (root) CMD (/opt/ChkAndFixNetwork.sh)
every few minutes. This is annoying and makes the logs useless for troubleshooting. I

[code]...

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved