Thanks for replying, the date values are only for testing, forget that bit - im just trying to put values into the same array but at different bits, hope this makes scence? im a bit of a pain.
regards.
Hello, i want to put my record set values into an array but i am a little stuck. this is what i am trying to do...
Dim TableValues(9,Ubound)
Dim ValueArray(9)
ValueArray(0) = "A"
ValueArray(1) = "B"
ValueArray(2) = "C"
ValueArray(3) = "D"
ValueArray(4) = "E"
ValueArray(5) = "F"
ValueArray(6)...
I have tried using layers as this seems to be the only way. it works fine appart from doubling up on each line here is the code...
<td width="45%" height="20">
<div id="A<%=j%>" style="z-index:1; visibility: hidden"><font size="-1"><a href="<%=z(j-1)%>" target="bottom" title="Defect Trend...
Thought i best post a new vesion of my last request but with my entire code. it might be a bit better to understand.
i am trying to disply certain information if a button is selected or not. hope this makes sence...
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="../connections/SS0302.asp" -->...
Sorry guys, im new to all this - should of been a bit clearer in what i was after, Dan - your repsonse was a perfect solution for my initial question but i was looking for a simpler solution. I have found on in the mean time which is showing / hiding columns when i click the button.
i just need...
I have tried the above method which works fine but i think it is just a little OTT for what i need. I simply just need to replace "href" with "hrefx" to disable/enable the hyperlink when selecting the button. Surely there is a simpler way to do this?
kindest thanks?
JM
It works but causes more problems further on in my code. is there a simpler way just to change "href" to "hrefx" and back again on a onClick event? which will stop the hyper link from working?
Hi, i have got it working now but the problem is changing the values back when i reselect the button. Is it possible instead to get the button to replace..
<a href="<%=z(j-1)%>" target="bottom" title="Defect Trend Report for...
I have used this when the button is selected...
for (var i=1; i < 11; i++) {
document.getElementById(i).removeAttribute('href');
document.getElementById(i).removeAttribute('target');
document.getElementById(i).removeAttribute('title');
}
i need a simlar function to resore the values..if...
Thanks for replying this is what i was after! the problem is that when i call the function ten times it does not work...
<script language="JavaScript">
document.getElementById('1').removeAttribute('href');
document.getElementById('2').removeAttribute('href')...
Is it possible to do somthing like...
when the botton is not selected....
<a href="<%=z(j-1)%>" target="bottom" title="Defect Trend Report for <%=(Recordset1.Fields.Item("C3").Value)%>"><%=(Recordset1.Fields.Item("C3").Value)%></a>
when the button is selected... just show...
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.