Hi,
I'm tring to do onmouseover to each row in a <table>. I'd like the popup box shown next to each row when I move the mouse over. But the popup box always shown on the same position in the page.
If I don't use <table>, then the popup box follow the rows.
please see my code with <table>...
HI,
The array size confused me. I hope someone can help me. I define an array in asp:
dim ary1()
redim preserve ary1(2)
ary1(0) = "A"
ary1(1) = "B"
ary1(2) = "C"
response.write (ary1(0) & "<br>" & ary1(1) & "<br>" & ary1(2) & "<br>" )
response.write ubound(ary1)
I thought array should...
Hi everyone,
Hope someone can help with it.
I had a web page in asp. it has a button has event handler. if I click the button, it run a js to open a new window, with 2 input (text) fields and a submit button in there. My question is how do I validate those 2 input fields in popup window and...
Hi Everyone,
I have a page that contain mutiple links. What I try to do is: when I click those links I want those links to be opened in the same window.
Can anyone help me with it please?
Thanks ahead!
Hi Everyone,
I have a page that contain mutiple links. What I try to do is: when I open those links I want those links to be opened in the same window. I coded target="_wdw123" for each link. The first URL was opened in the window wdw123 has no problem. But when I click the 2nd link, the...
Hi Guys,
Hope someone can help me with this issue.
I have an asp script updating dbf with ODBC. The dbf is in AS400. Since in the data contain an apostrophe, Like "INT'L". The objconn.excute(sql) failed with the error message:
Microsoft OLE DB Provider for ODBC Drivers...
Hi Guys,
I'm looking for a way to display a dynamic genrated document in pdf from asp. Before we created the html in asp. Now we want to do is display pdf file and display it to client instead of displaying html. Does anyone have any suggestion please?
Thanks A lot!!!
Hi Guys,
I've just changed my pc to Windows XP (Brand new pc). I Intalled IIS. The ASP files works fine. But Cannot run .aspx file. Even very sample file (welcome.aspx):
<html>
<body bgcolor="yellow">
<center>
<h2>Hello W3Schools!</h2>
<p><% Response.Write(now()) %></p>
</center>
</body>...
Hi Every one,
I'm tring to use isapi_rewrite lite (free). I've already download it. What do i need to do now is to setup file httpd.ini. I don't know c/c++. does any one know how to write the syntext please?
My code is like:
<a href= "myasppage1?id=1234&status=1" >
Thank you very much !
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.