I have a web-page in which there are menus that require drop-down sub-menus (consisting of a no. of hyperlinks to other pages) to appear on hovering the mouse over the menu. How to do it in JavaScript?
<%
if not Request.QueryString("cn")="" then
demandnoteno =trim(Request.QueryString("cn"))
uniqueidno = trim(Request.QueryString("ph"))
set Con = Server.CreateObject("ADODB.Connection")
set rs =...
<%
if not Request.QueryString("cn")="" then
demandnoteno =trim(Request.QueryString("cn"))
uniqueidno = trim(Request.QueryString("ph"))
set Con = Server.CreateObject("ADODB.Connection")
set rs =...
var demandnoteno = window.document.frmLogin.DNOTE_NO.value
when i'm putting the a value in demandnote field it gives an error like
window.document.frmLogin.DNOTE_NO.valueis null or not an object
what could be the problem?
pls. rectify that line.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.