Okay normally this would be simple just use javascript
I need to pass a value from a site that cant use (the server wont let you put it) javascript to a site that can...
this is what I have on the page that cant use javascript
<form action=" method="post" target="new">
<input type="text" name="name">
<input type="submit" value="Enter Name">
</form>
now.. the page that it opens when you click the button can use java script.. Is there any way to pass the value of the text box to action.htm where I can display it via javascript..
It works with php documents fairly easily.. so I assume it would work just as well with javascript.. I cant use php on either of the sites hehe..
Well if anyone knows how I can do this or if its not possible please tell me, I would really appreciate it..
If I am being too confusing about what I want to accomplish, please feel free to ask for more explaination..
Thanks!
I need to pass a value from a site that cant use (the server wont let you put it) javascript to a site that can...
this is what I have on the page that cant use javascript
<form action=" method="post" target="new">
<input type="text" name="name">
<input type="submit" value="Enter Name">
</form>
now.. the page that it opens when you click the button can use java script.. Is there any way to pass the value of the text box to action.htm where I can display it via javascript..
It works with php documents fairly easily.. so I assume it would work just as well with javascript.. I cant use php on either of the sites hehe..
Well if anyone knows how I can do this or if its not possible please tell me, I would really appreciate it..
If I am being too confusing about what I want to accomplish, please feel free to ask for more explaination..
Thanks!