DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2008-05-14 17:01:44

FremyCompany
Member

Javascripts URL's loaded twice

If a linik refer to a Javascript URL, the javascript is sometime executer twice and it replace the URL of the document in the IETester AddressBar.

Offline

 

#2 2008-05-15 08:47:14

fabrice
DebugBar Support

Re: Javascripts URL's loaded twice

Can you send a sample page with the problem ?

Thanks !

Offline

 

#3 2008-05-15 19:13:05

FremyCompany
Member

Re: Javascripts URL's loaded twice

Code:

<html><body>
  <a href="javascript:void(alert('Vous avez cliqué !'));">
    Cliquez ici !
  </a>
</body></html>

Last edited by FremyCompany (2008-05-15 19:13:36)

Offline

 

#4 2010-07-22 12:44:07

Gadgetdude
New member

Re: Javascripts URL's loaded twice

I also have the same problem. When I click in my normal IE8 on the link "javascript: void(0);" the link works fine and I'm send to the next page (after saving the data). But when I try it in IETester, the javascript is inserted in the adresbar and I'm not send to the next page. It did save the data though.

OS: Windows 7 Ultimate
IETester version: 0.4.4 (latest at this time)
IE Tab: IE7 and IE8 tab (other tabs not tested)

Link used in HTML (can't provide url, closed environment)
<a href="javascript: void(0);" id="submit" class="next" onclick="javascript:miniApp.submit('wizard_step2');">Next</a>

Offline