added code to try and pick up the error message from the error message page
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3659 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -56,7 +56,10 @@ def menu (p_menuitem)
|
||||
end
|
||||
|
||||
def geterrormess(ie)
|
||||
return ie.div(:id,'colRight').to_s
|
||||
if ie.div(:class, 'ErrorPageMessage').exists? then
|
||||
return ie.div(:class, 'ErrorPageMessage').to_s
|
||||
end
|
||||
return ie.div(:id,'colRight').to_s
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user