I am trying to get the value of a variable from another frame called middle which has a procedure called validform() in it. Within this function is a variable called checkok.
I am using the following function called fom a button, in the other frame called bottom, which tries to call the...
Hi,
Basically I have 2 frames called middle and bottom the middle frame holds a form and the bottom frame holds a javascript form submit buttom.
<a href="javascript:parent.middle.document.faultform.submit()">Submit</a>
If I click on this it submits the form fine, however there is a...
Hi,
Basically I have 2 frames called middle and bottom the middle frame holds a form and the bottom frame holds a javascript form submit buttom.
<a href="javascript:parent.middle.document.faultform.submit()">Submit</a>
If I click on this it submits the form fine, however there is a...
I am using the code below to track hits from banners, It works but if I use the RS.Close at the end to close the recordset object it throws up an error:
Operation is not allowed when the object is closed.
/click/clicks/redirect.asp, line 23
But if I remove the RS.Close the it works fine ...
Hi,
I have the following asp page that processes data submitted from links in other pages.
<%
'declare variables passed from links
SiteURL = Request.QueryString("URL")
site = Request.QueryString("site")
city = Request.QueryString("city")
If Len(SiteURL) > 0 Then
Set objConn =...
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.