Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
alexreyenga #1
Reload the page to a variable
Here is the command I'm trying to use, but wont work. How else can I acomplish
this without referring to a different page?
<meta http-equiv="refresh"
content="2;URL=edittest1.cfm?ServiceCallID=#servic ecallid#">
alexreyenga Guest
-
Forced Page Reload
Howdy all, I have a site I just released which has several pages which change with some frequency. I remember that I can force the browser to... -
Force reload of variable in a .swf file
Hi, Is there any way, maybe in actionscript, that I can get the browser to reload the flash movie file? My Flash Movie file contains a variable... -
Reload page on resize?
I've finally got a menu built and it works great! Only one problem I have noticed... Flash HATES to be scaled! Okay here it is, PROBLEM: When... -
How do I reload same page?
Hi, I am new to php and as a learning challenge for myself I have been writing a page that links to a mysql database and populates it with values... -
How To? Reload webapps main page.
Good morning all, I have a page that has a frameset with three frames. It is called Default.aspx. This is the main way into my app. On a page in... -
alexreyenga #2
Re: Reload the page to a variable
It looks like I figured out a way to do it. It seems not so advanced after all.
I guess I should have posted this topic in the Dynamic HTML forum. Now I know.
Here's what I did..I replaced the meta tag with this:
<cfset servicecallurl = "edittest1.cfm?ServiceCallID=#servicecallid#">
<cflocation url="#servicecallurl#">
alexreyenga Guest



Reply With Quote

