This topic is locked
[SOLVED]

 button redirect to new page

10/15/2013 2:59:18 PM
ASPRunnerPro General questions
J
jmccullough author

I have inserted a button on my Item Entry List page. Now what I would like to do is when the button is clicked, redirect to my Joint Purchasing Bids Entry Add page. I have the following code in the Client Before tab of the button properties. location.href="http://localhost:8085/Joint_Purchasing_Bids_Entry_add.asp";;
When I click on the button, the screen flashes but nothing happens. Any ideas ? Suggestions. Using ASPRunner Pro 7.2
Thank you.

Sergey Kornilov admin 10/15/2013

Your code look good. A bit more reliable and flexible way is to shorten the URL:

location.href="Joint_Purchasing_Bids_Entry_add.asp";


If you need more help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

J
jmccullough author 10/17/2013



Your code look good. A bit more reliable and flexible way is to shorten the URL:

location.href="Joint_Purchasing_Bids_Entry_add.asp";


If you need more help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.


Thankyou for the reply. I tried your shortened version of the URL but the result was the same. The screen flickers but my Joint Purchasing Bids Entry Add page does not open.

I have uploaded to demo account if you get time to have a look. Ticket # 302379