Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending large GET requests
Message
From
29/11/2001 06:36:06
 
 
To
22/11/2001 14:00:16
General information
Forum:
Internet
Category:
DHTML
Miscellaneous
Thread ID:
00584960
Message ID:
00587390
Views:
20
This message has been marked as a message which has helped to the initial question of the thread.
Hi!

Do following:

Make a form on the main WEB page that is hidden and contain only hidden elements. Assign values to send to server with command to these hidden elements of that form. When submitting, assign the URL to Action property of the form object, and assign also a TARGET value (or specify target using attribute for FORM element just in the page). That target should forward form submitting request to any other frame by ftrame name. This works the same way as for links - form results will be downloaded into the frame specified by the TARGET. I do not know though if IFRAME could be used as a TARGET for link and form, but you always can make a hidden frame insode of the main frameset with width or height = "0" and use that frame for dynamic data downloading.

HTH.

>I have invisible IFRAME (named server_commands) in a HTML page.
>
>I need a callback to send modified XML data island (current document rows) to server for price calculation.
>
>For this, I use the command
>
>document.all.server_commands.src="Calculate?Data="+
>   escape(DocHead.documentElement.xml);
>
>
>However, if xml data is some thousands of bytes, IE does not send
>any data to server: its navigation icon in upper right corner
>animates, but no data is sent to web server.
>Why ?
>
>If I use small query string, all works OK. I tried to use POST request but this seems to be impossible: it seems that it is not possible to assing data to form inside IFRAME and submit() this.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Reply
Map
View

Click here to load this message in the networking platform