|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: CALLING ASP MASTERS!!! |
From: |
Giovanni |
Date: |
7/28/2001 9:47:48 AM |
IP: |
62.11.170.113 |
to simulate a click you could do something like that:
- you call a frameset.asp as form-action, not the foreign action page
- your frameset consists of two pages; one is visible and one is not visible (height=1)
- in the frameset you get your request-form-var and store it in a session var
- in the unvisible frame you call the foreign action page
- in the first frame (your own) you insert a <form> with no action and a hidden var called "SendText"
- you initialize the value of this var with the value of the saved session var
- using javascript you do the submit() of the form, using as target the unvisible page
- using javascript you do the submit() of the form in the foreign code (in the unvisible frame)
- using javascript you can redirect your visible frame to the page you want, using _top-target will close the actual frameset
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|