Hyperlink + input field ?

  • Thread starter Thread starter JennyC
  • Start date Start date
J

JennyC

Hi
I need to build a link that links to the target site - automatically
skips three input fields and then puts in a input from the page I'm
linking from.

Soumething like www.xxx.ccc.vvv.com (input is then name of a user
which needs to be entered in field three of the page)

I'd be very grateful for any code or pointers to where I can look it
up (Java or VB are an option!)

TIA
Jenny
 
See http://www.developer.irt.org/script/480.htm
--




| Hi
| I need to build a link that links to the target site - automatically
| skips three input fields and then puts in a input from the page I'm
| linking from.
|
| Soumething like www.xxx.ccc.vvv.com (input is then name of a user
| which needs to be entered in field three of the page)
|
| I'd be very grateful for any code or pointers to where I can look it
| up (Java or VB are an option!)
|
| TIA
| Jenny
 
Unless you have actually physical access to the form on the site, you can not pass values to the
form in this manner.

Now if you have the form on your site and it is completed on your site, then you may be able to post
to the form handler on the remote server, as long the site allows you.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top