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
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...
error:<br>"Microsoft OLE DB Provider for ODBC Drivers error '80040e4e' <br>Operation Canceled"<br>----------------------------<br>code:<br><%<br> Set oConn = Server.CreateObject("ADODB.Connection")<br> Set oRs...
i saw many evalute function in fusebox. <br>what's it for. what's the different result, if i don't use it.<br><br>e.g.<br><cfset "caller.attributes.#urlname#" = "#evaluate("url."&"#urlname#")#">
does anyone know how to write search engine? I wrote like <b>"where name like '%#typeinname#%' " </b><br>if i search for <b>dallas</b>, i can find out <b>dallas - houston</b>.<br>but search for <b>dallas houston</b>, i can't find out <b>dallas - houston</b>.
erro shows:<br>ODBC Error Code = 22012 (Division by zero)<br>[Microsoft][ODBC Microsoft Access 97 Driver]Division by zero (null)<br><br>who can tell me what's wrong with database?<br>
I tried to set a select form, according to different value go to different table. tablename=select form value. but erro shows:'The Microsoft Jet database engine cannot find the input table or query 'DATA'. Make sure it exists and that its name is spelled correctly."<br><br>file...
how to make a deadline reminder?<br>table:project->field:deadline<br>many dates in deadline field. can i write coldfuion query to ask system to remind me two days before each deadline.<br>or use Scheduled Tasks.
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.