Search results

  1. P

    Why document.getElementByID script is not working in IE9 but working in Chrome?

    Her is my script: <script language="JavaScript" type="text/javascript"> function clickMe() { var btn = document.getElementById('<%=Button1.ClientID %>'); btn.click(); } </script> These is my asp.net code for customized tab: <ul class="tabs"...
  2. P

    How to convert these vb.net codes to?

    i need to convert this bcause some codes are not working in vb6...i need help.thanks Public Class Form1 Private Sub cboLvl_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles cboLvl.TextChanged If cboLvl.Text = "" Then cboSection.Enabled = False...
Back
Top