Unanswered question

How do I uses a JavaScript function to mimic a JavaScript redirect?

I have a vu that uses .NET, Ajax, and JavaScript. At one point I click on a company name from a list that are actually links to a JavaScript command like this: CVFList.Methods.redirect (‘-414~-418~-416’,110,’SUBMITTED’,1,’NEWENROLL’)
The script records this as a redirect:
http://10.65.216.13/AirportIQSBO/ECMU/ListContractVerific...
which does not work. I get an object reference not set to an instance of an object error. Is there a way for me to disable the POST and use my own JavaScript call instead? How do I reference that JavaScript redirect? And assuming I can make it work will the remaining steps in the script go on as usual? I haven't seen anything about this online or in the help.

Nelson C.
Nelson C.

Nelson C.

Level
0
35 / 100
points

No answers