Click here to Skip to main content
15,914,163 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i send the data asp.net page to i frame with using query string. i have problem with query string. error shows the message as the query string size is high.


i want to send the data with using post method. if you any solution for this problem, share the information for me .
Thanks in advance.
Posted

1 solution

Using jQuery you could pass values into a function that is inside the page in the iFrame.

For example:
JavaScript
$("#idOfiframe").contentWindow.FunctionName(parm1, parm2, parm3);
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900