Page 1 of 1

NYC Finance

Posted: Tue Nov 06, 2012 1:33 pm
by Jreinard
I had a patron request for this website to work.

http://a836-acris.nyc.gov/Scripts/DocSearch.dll/BBL

If I type in the seach field BRONX and block 1 and lot 1. PWB displays a Please Wait...Searching window appers and never displays the result page.

I tested it in IE 8.0, 9.0 and it works as expected.

If the link above does not work please use this method to get to the correct site.

http://www.nyc.gov/html/dof/html/jump/acris.shtml
Click on BEGIN USING ACRIS
Click on Search property record
Click on Parcel Identifier

Then use the above info

I don't know what else I can test.

Hope this is clear.
Thanks!
Jesse

Re: NYC Finance

Posted: Tue Nov 06, 2012 8:51 pm
by Scott
Add the following to your PWB INI file.

[Browser]
DisableNewWindowInit=True

This will all the window to redirect to the new page without being initialized. The initialization of the new window is what is causing the issue.

--Scott