raghu
04-11-2003, 12:14 PM
Hi,
I Have a input parameter to a function which is around 4000 chars.I am not able to pass this value to a function,since
I guess javascript has got some limitations on the function
parameter length, I also tried splitting the string and then
pass it across as two parameters, but still the same problem
exists.
For example
function test(surl)
{
alert(surl);
}
<a href="javascript:test('<your string which is greater than 4000>')URLTEST</a>
has any one come across this problem.
Thanks in advance
Regards,
Sachin
I Have a input parameter to a function which is around 4000 chars.I am not able to pass this value to a function,since
I guess javascript has got some limitations on the function
parameter length, I also tried splitting the string and then
pass it across as two parameters, but still the same problem
exists.
For example
function test(surl)
{
alert(surl);
}
<a href="javascript:test('<your string which is greater than 4000>')URLTEST</a>
has any one come across this problem.
Thanks in advance
Regards,
Sachin