Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6002 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • 3 weeks later...
Posted

You want to send a javascript command via a post url... you know that doesn't make a whole lot of sense right?

POST -> Is by its nature not sent via a URL (though there is a work around for this which can be provided if required)

Sending something via a url implies that the page should be refreshed in any case which sort of eliminates the purpose of javascript especially given that in most cases a variable's life in JS will not extend past that particular page load.

The page is likely expecting a particular variable either submited via the URL (or $_GET) or otherwise via the POST method (possible to simulate via a URL) to set the initial page if that is in fact what you're trying to achieve.

Bottom line is please be more specific with what you're actually trying to achieve. Submitting the URL you're trying to play with would probably also be useful.

This topic is 6002 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.