473,378 Members | 1,400 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Pass data to fill in form variables?

2
I'm sure this is an easy one for you old pros?
I am using filemaker to browse some records, and I have created a button in my filemaker layout that launches a web browser with a certain url. Right know, I have to manually enter 3 numbers into 3 fields of a form on that webpage. Is there a way I could pass the info in the url so that when the page loads it will have the form already filled in with my data? I have figured out how to do this with some other websites that pass the information in the url (so I just end up at the page that I want, as though I pressed the submit button), but can not figure out how to do it when a webpage doesn't pass that data in the url. How can I skip this page and just get to the destination with my data sent along in the form's 'post' method?
I'm sure I sound like a retard, but I am just a hack looking for a shortcut.
1k thanks!

The url that I need help with is here:
https://ttax.co.la.ca.us/secured_asp..._new/index.php

and i think this is the html that I can't seem to figure out:

Expand|Select|Wrap|Line Numbers
  1. <form method='post' name='pageform' action='https://ttax.co.la.ca.us/secured_asp/vcheck_new/index.php?page=main&amp;SSID=r636gmbit671k3d4ji98lce363'>
  2.         Enter <a href='http://ttax.co.la.ca.us/Proptax/Ttc/ttc/TTCAIDNum.html'>ASSESSOR'S IDENTIFICATION NO. (AIN)</a>
  3.         <br />
  4.         which consists of: Map Book, Page and Parcel.
  5.         <br />
  6.  
  7.         <table class='aintable'>
  8.  
  9.             <tr>
  10.                 <td><input type='text' name='mapbook' size='6' maxlength='4' value='' /></td>
  11.                 <td><input type='text' name='page' size='5' maxlength='3' value='' /></td>
  12.                 <td><input type='text' name='parcel' size='5' maxlength='3' value='' /></td>
  13.             </tr>
  14.             <tr>
  15.                 <th>Map Book</th>
  16.  
  17.                 <th>Page</th>
  18.  
  19.                 <th>Parcel</th>
  20.             </tr>
  21.         </table>
  22.         <input type='image' src='images/Search.gif' alt='Click Here To Search For Payment Status' />
  23.     </form>
Dec 27 '06 #1
4 5724
AricC
1,892 Expert 1GB
I think if you add value="MyValue" to the input tags you will achieve your effect.

HTH
Aric
Dec 27 '06 #2
AricC
1,892 Expert 1GB
Sorry just noticed are you doing all of this work on the server side? What are you doing with this line:
Expand|Select|Wrap|Line Numbers
  1. <form method='post' name='pageform' action='https://ttax.co.la.ca.us/secured_asp/vcheck_new/index.php?page=main&amp;SSID=r636gmbit671k3d4ji98lce36  3'>
Are you sure you want to send everyone to the same page?
Dec 27 '06 #3
ryang
2
This is for personal use really. This page gives me property tax status for the entered parcel of land. Right now I have to manually enter the 3 fields and hit the submit button to get to the destination page. If I could avoid the manual entry, I could retrieve the information 10X faster (and then work on finding a way to automate the retrieval). I am thinking there is a way to modify the code and run the page locally so that I can pass the data via the url (of the local page). Does that make any sense?
Thanks for thinking about this!

-Ryan
Dec 28 '06 #4
acoder
16,027 Expert Mod 8TB
You can't do it the way you want to because it it's a post request.

What you could do is an http request using a server side language, e.g., ASP, JSP, PHP, Coldfusion. In Coldfusion, you can use the cfhttp tag, not sure about the other languages. Then you could have a local page which has the variables in the URL and passes these as a post request. Then just display the result.
Dec 28 '06 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Matt | last post by:
How to pass data back and forth between ASP and JSP page? Let's say I have Java objects, how to pass the data back to ASP page?? Or ASP has data, how to pass the data to JSP page?? Please...
12
by: Casey | last post by:
Yeah, I know this question was asked by someone elselike 2 weeks ago. But I need some additional help. I have a program I'm developing, and multiple different forms will be opened. For now though,...
7
by: Andy | last post by:
Hi, I have a complicated question that I'm hoping someone can help me out with. I have a webpage that contains a plug-in. This plug-in can communicate/pass data with the webpage that contains it...
6
by: juky | last post by:
Hi all, I have 2 applications one in VB.net and the other in VC6. I need to pass data between them. How can I do it? what's the best way to implement such communication ? Any comment will be...
9
by: Michael | last post by:
Hi, I have a large table. Normally, the user will need to see only the data from the past two years, but sometimes, they will need to go back further. I have a form with a datagrid, a...
10
by: tshad | last post by:
I want to access multiple arguments based on name passed. For example I have the following asp:textboxes: BillingAddress1 BillingAddress2 BillingCity ShippingAddress1 ShippingAddress2...
1
by: sbecke01 | last post by:
Hello, I'm running into a problem where I have a form that people can fill out and submit. That works fine. It's submitting to an Access Db on the back end. It's a nomination form for an award...
14
by: =?Utf-8?B?Umljaw==?= | last post by:
I have seen examples of passing data from FormB to FormA (Parent To Child) but I need an example of passind data from FormA to FormB. My main form is FormA; I will enter some data in textboxes and...
12
by: raylopez99 | last post by:
Keywords: scope resolution, passing classes between parent and child forms, parameter constructor method, normal constructor, default constructor, forward reference, sharing classes between forms....
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.