|
Posted by Erwin Moller on 12/03/07 11:40
Gökhan Altınsoy wrote:
> Hi,
>
> I am trying to post a javascript content via form textarea input
> element.
Hi,
I am unsure I understand what you mean.
You cannot post a JavaScript variable by means of posting a form.
You can of course put the value of a javascriptvariable INTO a form
before posting it.
But the only thing that arrives at the server after the post is the
content of the form, not one JavaScript variable will be posted by itself.
> But when i click send (post) the posted page comes unaccesible.
What do you mean by that?
>
> example content for post :
>
> <script type="text/javascript"
> src="http://test.com">
> </script>
That is NOT a form, nor a post. It is just a piece of JavaScript.
>
> I think it is about apache or php configuration.
I don't think so.
>
> In my local computer , there is no problem.Problem occurs my hosting
> environment.
>
>
Please understand we can only guess what you are doing, and so we can
also only guess at your problem.
Write it over in a more clear way with a little piece of relevant code.
Regards,
Erwin Moller
> Regards,
>
>
> --
> Gokhan Altinsoy ~= 15000 -->
> http://www.itinfomap.com/bilin/person.php?this=this&op=view&itemid=106
[Back to original message]
|