Im having an issue with a form that ive been working on. Form is basic enough:
And the submit works. Im wondering if theres a way that I can specify a return url in the form? The way it works now is that when a user submits the form it logs into a remote load balancer gui and makes the changes requested, but leaves that user at the url that the form posted to. I need to have them remain at the url where they are submitting the form.Code:<form action="http://blah:blah@IP_ADDRESS_OF_LOAD_BALANCER/Forms/L4RealServer" method="POST"> <select name="Server Name"> <option>serv100</option> <option>serv1</option> </select> Weight: <input name="Weight" type="text"/> <input type="hidden" name="Server IP" value="blah"> <input type="SUBMIT" name="Submit" value="Modify" /> </form>
Hopefully that makes sense. Any help would be appreciated!


Reply With Quote
Bookmarks