-
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
-
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
-
1 Attachment(s)
Re: Message from webpage
-
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>
-
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.