Hyperlink + input field ?

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
 
S

Stefan B Rusynko

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
 
T

Thomas A. Rowe

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.
==============================================
 
Top