-
Form action
Hi,
I have a form action: <form action="?login=1" method="post"> however the actual url is ../invoice.asp?loggedIn=1
I want to be able to have the url being: ../invoicecar.asp?loggedIn=1 which is the new page.
What does ?login=1 have to change to in order to acheive this?
Thanks
-
Your post is not clear, please elaborate.
-
When logged in I'm directed to the URL: loggedIn/invoice.asp?loggedIn=1 which gives me 3 submit buttons.
I have since created a new page so that when I login I'm directed to the new URL which has one submit button: loggedIn/invoicecar.asp?loggedIn=1
But what do I need to change to make this happen as the form action only shows: ?login=1 not an .asp link?
Thanks
-
?login=1 simply sends the querystring variable to the same page.
if the form is on form.asp then the form would be submitted to form.asp?login=1
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks