Hello~
left corner in ie displays happened error
however the page works.
any where have error??
thanks
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<script...
hi
in access, it has a AutoNumber and field size is long integer.
however in sql server, i just know smallint is AutoNumber but the field size just has 2 unit from 0 to 99
any data type has many unit from 0 to 9999 or more?
thanks
hi
i installed mysql and phpMyAdmin on win2k iis.
i aslo installed mssql in win2k in the past.
after installed mysql, i typed mysqld-nt start and mysqladmin -u root password '1234'.
i set http://localhost/phpMyAdmin, localhost, root and password in localhost/phpMyAdmin/config.ini.php
after...
oh... sorry... i forgot to show my question....
to assme the page has three images. they are invisible. when i click one of the images, that image will visible, other images will be invisible. when i click another image, that image will visible and other images inivsible
the question is when i...
oh... sorry...
to assme the page has three images. they are invisible. when i click one of the images, that image will visible, other images will be invisible. when i click another image, that image will visible and other images inivsible
the question is when i click one of images, it has no...
the code:
<a href="#" onClick="td_display('org<%=i%>', <%=ttl%>)">
function td_display(td, num){
for (i=0;i<=num;i++){
temp=eval("org" + i);
if (temp==td){
tdinvisible=eval(td+".style");
tdinvisible.display=""
}else{...
hi
rs.MoveFirst
while Not rs.EOF
%>
<tr>
<a href="#" onClick="td_display('org<%=i%>', <%=ttl%>)">
function td_display(td, num){
for (i=0;i<=num;i++){
temp=eval("org" + i);
if (temp==td){
tdinvisible=eval(td+".style");
tdinvisible.display=""
}else{...
hi
i wanna get the last record.
i tried to code:
rs.MoveLast
pid=rs("productID")
get a error...:can't support to get the record from last(sth like that)
any method to solve?
and
2.33333333....=7/3
i dont want to get 2.333333...
i wanna get 3.
i just coded:
a=CInt(ttlCount/3)
b= ttlCount...
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.