CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2011
    Posts
    3

    Angry Message from webpage

    Hi,

    Why do I get this Message from webpage popup error saying: Empty input parameter See logs for suggestions. It appears twice when clicking on a link. After clicking OK twice the link works the third time. Also I do not always get the error?!?

    Does anyone know something about this?

    BR
    Nettan

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Message from webpage

    Sorry, but you cannot help you. You didn't...

    • give us any way to see it in action
    • provide any code
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Apr 2011
    Posts
    3

    Re: Message from webpage

    Error message.
    Attached Images Attached Images  

  4. #4
    Join Date
    Apr 2011
    Posts
    3

    Re: Message from webpage

    Clicking this link generates the Errror message.

    Code:
    <a href="javascript:;" id="link-info" class="infos link" onclick="toggler('20777kurser', 'description');fillInfo(115, 20777, 'kurser');$('info-page-20777kurser').show();">Info</a>
    Last edited by PeejAvery; April 28th, 2011 at 09:04 PM. Reason: Added code tags

  5. #5
    Join Date
    May 2002
    Posts
    10,943

    Re: Message from webpage

    That one line of code hardly tells us what you're working with.

    1. If you're not calling any href then don't use an empty JavaScript string. Use #.
    2. That message could be produced by any one of those three function calls you have in the onclick method. Since you haven't provided that code...there's no way we can help.
    Last edited by PeejAvery; April 28th, 2011 at 09:45 PM.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured