PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Base URL in urlLink

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Base URL in urlLink

    I have an embedded form in my offline, intranet ExtJS application which I have set up with ZoomSearch v6 (ASP) correctly, using AJAX calls. In v6 zoom_pagedata.zdat filenames did not include the Base URL, but in v7 the output of & urlLink & includes "./" before the filename (eg ./101529.htm), which breaks by js call. Is there another URL variable I could use which strips out the Base URL, so that I don't have to rewrite my js function?
    Code:
    OutResBuf = OutResBuf & "<a href=""" & urlLink & """onclick=""javascript:Kbase._zoomjump('" & urlLink & "')"""  & zres_target & ">"

  • #2
    I think urlLink is a variable in your script?

    It isn't something we have defined.

    Comment

    Working...
    X