How to byPass Javascript alert on a Page ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mary par
    New Member
    • Dec 2011
    • 1

    How to byPass Javascript alert on a Page ?

    Hi,

    I want to by pass the alert msg which appears on bodyload. Is it possible ? Simply when the alert msg appears, I want to hit "ok" and execute my next steps.


    The alert msg says - 'The Google Maps API server rejected your request. The "client" parameter specified in the request is invalid.'

    Please suggest.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    the most obvious thing would be to pass a valid "client" parameter, since that is what causes the alert. or not using the Google Maps API.

    Comment

    Working...