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...
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.