I have a drift layer javascript function works wrong in Netscape, not fine in IE.
when move scroll bar, layer drifts(including images and text), but actually links are still the original place. when you move mouse over, then you can find this problem.
Can you help? thanks
------------------...
It shows error, how to reset window and make them those menubars all invisible. don't want to use open new window function.
thanks
------
<SCRIPT language="JavaScript">
function resizewindow() {
window.resizeTo(490, 500);
window.setResizable(false)...
how to mix open popup window javascript and pass hidden value through javascript. I have to use hidden value instead of using link ( like newwindow.cfm?hidden=#value#), cause this value is very long. URL can't be too long.
thanks
i delete <button> now, and add <form>
change javascript to
---
function ButtonPress(buttonnumber) {
if (document.layer){
document.layers.cust.document.write('data'+buttonnumber);
}
if (document.all){
document.innerhtml=buttonnumber;
}
}
</SCRIPT>
---------
now it only works in IE, not in...
if I want get result from database, three records a line.
like:
<tr><td>#1#</td><td>#2#</td><td>#3#</td></tr>
<tr><td>#4#</td><td>#5#</td><td>#6#</td></tr>
how do i write this? use cfloop?
thanks
<cfif Cfusion_encrypt("#attributes.pword#", "#key#") EQ login.password><br>--------<br>pword is the password user entered.<br>login.password is in database. but looks weird. some number and alphabets. no logic.<br>Is there anyone knows what's Cfusion_encrypt's...
I changed <br>oConn.Open "dsn=informix;driver={MERANT 3.60 32-BIT INFORMIX};server=DEV0_TCP;database=informix;"<br>to <br>oConn.Open "dsn=informix;"<br>now it works very well.<br>thanks. I didn't notice the explaination you wrote ealier. it exactly answers my question.<br><br>
thank for explaination.<br><br>but why others use <br>oConn.Open "driver=bla,bla;SERVER=bla;database=bla;USERID=;PASSWORD=;"<br>to connect the database? they don't use ODBC manager?<br><br>
i change to <br>---------<br>oConn.Open "dsn=quickstore;driver=Microsoft Access Driver (*.mdb);SERVER=PWS;database=quickstore;USERID=;PASSWORD=;"<br><br>It works. thanks. <br>can you explain why?
..."driver=Microsoft Access Driver (*.mdb);SERVER=PWS;database=quickstore;USERID=;PASSWORD=;"<br><br> strSQL = "SELECT * FROM customers order BY customerID"<br> Set oRs =...
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.