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=http://www.webdeveloper.com/forum/archive/index.php/"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=http://www.webdeveloper.com/forum/archive/index.php/"javascript:test('<your string which is greater than 4000>')URLTEST</a>
has any one come across this problem.
Thanks in advance
Regards,
Sachin