altered geterrormessage to pick up new Div AH has added to screen, hopfully this will give us more info about the error

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3675 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-02-22 13:34:19 +00:00
parent 059886e06a
commit 39576bb2e3

View File

@@ -56,8 +56,8 @@ def menu (p_menuitem)
end
def geterrormess(ie)
if ie.div(:class, 'ErrorPageMessage').exists? then
return ie.div(:class, 'ErrorPageMessage').to_s
if ie.div(:id, 'ErrorOutputDiv').exists? then
return ie.div(:id, 'ErrorOutputDiv').text
end
return ie.div(:id,'colRight').to_s
end