Hi,
I have an asp page that display clientname in input box (read only). I want to be able to click on client anme and it take me to another page, custdetail.asp. How can I do that?
<td width="130" > <input class="ver10pxblk" type="text" readonly size="22" value="<%= clientname %>"> </td>...
Hi,
I have classic asp code using Server.CreateObject("Scripting.FileSystemObject") to check if file exist. The code is working fine but when we try to move to new server which has iis7 (the current one using iis5.1) then the method checking for fileExist always return false.
if...
Hi,
Can someone please explain to me what the statement in red does? Why the object ReadXML has the same name as funciton name? Thanks in advance.
function ReadXML (url)
dim xmldoc
Set xmldoc = Server.CreateObject("MSXML2.DOMDocument")
xmldoc.async = False...
How does the reload work? I thought when it reload, I will see everything as the first time it load. But when I click button in the sample below to reload the page, I don't see button any more.
Thank in advance.
<html>
<head>
<script>
function reloadPage()
{
location.reload()
}...
I'm trying to learn javascript from w3schools's website. I don't understand the code in red below. Is the code correct (are those 2 lines suppose to be 1 statement, the 1st semi colon should not be there)?
Thanks in advance.
function setCookie(c_name,value,exdays)
{
var exdate=new Date()...
Hi,
I have a beginner question here. I read the tutorial and from what I understand the setTimeout is only execute once after specified number of miliseconds. If that so, how can the below code keep executing (when I click the button, the timer keep counting).
Thanks in advance
<!DOCTYPE...
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.