Urgent! Please Help! Web link get corrupted sometimes

I have 4 hotspot links on a picture with 4 tabs, each tab is linking to a document depending on the UNID from a lookup view, se the code in each hotspot

UNID := @DbLookup(“”;“”:“”; “lookupView”; lookupCriteria ; 2);

@If( UNID != “” ; @URLOpen(@WebDbName +“/ LookdocId /” + UNID+ “?OpenDocument”) ; “”)

The problem is that this working very well sometimes but sometimes the link get wrong, I tried to check if the lookup not working, but everything looks fine.

I tested and the link look like this when it works fine

http://server/databesensf/LookdocId/703B1DB42937A619C12573780047D8AF?OpenDocument

When it’s not work, I don’t know why, the link looks like the following and I get error on opening the page

http://server/databese.nsf/LookdocId/703b1db42937a619c12573780047d8af?OpenDocument&Click=C12572F7002624F5.f686dd9e9a1784c4c12572c6004cf1ac/$Body/0.72C

Can any one explain to me why the link extends with this ?

&Click=C12572F7002624F5.f686dd9e9a1784c4c12572c6004cf1ac/$Body/0.72C

I searched the forum and the web and looked at _doClick but no help

Some one wrote that “the problem was corruption in “Use JavaScript when generating pages” - database property. I turned off the setting and turned it back on and the hotspot and agent work fine.”

I tried this but it did not work.

Please help me solve this! My application is going under if this will not work…

Is there any way to make this function stable and reliable?

I appreciate your help!

Sara

Subject: Urgent! Please Help!! Web link get corrupted sometimes

I bet that the problem is in the column formula in the view. Have you tried opening lookupView?

Subject: RE: Urgent! Please Help!! Web link get corrupted sometimes

I found an excellent resource on the topic! With an amazingly high urgency factor.

http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb/8b4101d497f2850b8525739a005fd919?OpenDocument

Subject: RE: Urgent! Please Help!! Web link get corrupted sometimes

If you can’t help so don’t bother!

Subject: RE: Urgent! Please Help!! Web link get corrupted sometimes

Pretty big talking.

You come hear to ask for help (and fast please, 'cause it’s urgent) but don’t bother to obey the rules.

If you don’t understand, think more.

Subject: RE: Urgent! Please Help!! Web link get corrupted sometimes

Doug! Thanks for your response! I don’t understand what you mean by (problem is in the column formula), I opened the lookupView without any problem.This problem occur sometimes!! I don’t know why