Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
doms1973 #1
Spry & Developer Toolkit - Pagre Refresh ;-(
In .asp (old I know!), I am using a Devleopers Toolkit Dynamic Form witin a
Spry Tab (displayed within a DIV)... When the form is submitted, the database
is updated - but how do I get the Triggers to run the javascript to refresh the
DIV (I have the code for this - but it's not running as a Trigger). I also
need to stop the page refreshing the entire page... In the previous version of
InterAKT you could simply remove the response.redirect lines and bingo... but
now it's not that simple....
Simply removing the "upd_Events.registerTrigger Array("END",
"Trigger_Default_Redirect", 99, "">" line does not seem to have any affect.
I have set the last Trigger to:
upd_Events.registerTrigger Array("END", "Trigger_Reload_Ajax", 99)
and the function I call is:
<%
'start Trigger_Reload_Ajax trigger
Function Trigger_Reload_Ajax (ByRef tNG)
%>
<script type="text/javascript">
<!-- alert('Hello World!'); -->
Spry.Utils.updateContent('SubContent',
'/management/setup/event/setup_frame.asp?EventID=8');
stop();
</script>
<%
Set Trigger_Reload_Ajax = nothing
End Function
'end Trigger_Reload_Ajax trigger
%>
Ideally I would like to force the redirect to stop!
Any help - much appreaciated
Dom
doms1973 Guest
-
Developer Toolkit -- extend login period
Hi, I need to extend the login period for my site so that folks can leave their computers and return to finish their work without timing out... -
Dreamweaver Developer Toolkit
I am more of a web designer than a developer and have 2 questions to get started using the developer toolkit for dreamweaver: Does anyone know of... -
Kollection problems with Developer Toolkit
Last year Adobe took over Interakt and Adobe replaced their extensions with Kollection that included KTML and CSS Menus. Many of us have used these... -
looking for a pdf converter developer toolkit for asp.net
hi im needing to convert my office documents (word, excel, powepoint, visio) to pdf on the web. Can anyone suggest any good tools they have used.... -
Problem with refresh button breaking automatic refresh
As a public service, I'm posting the solution to a problem I had. The bizarre thing is that I think this should have created an error. Instead, it... -
danilocelic AdobeCommunityExpert #2
Re: Spry & Developer Toolkit - Pagre Refresh ;-(
doms1973 wrote:
No idea how ADDT handles Ajax driven content, but I'd suggest that you ask your question in the ADDT forums:> In .asp (old I know!), I am using a Devleopers Toolkit Dynamic Form witin a
> Spry Tab (displayed within a DIV)... When the form is submitted, the database
> is updated - but how do I get the Triggers to run the javascript to refresh the
> DIV (I have the code for this - but it's not running as a Trigger). I also
> need to stop the page refreshing the entire page... In the previous version of
> InterAKT you could simply remove the response.redirect lines and bingo... but
> now it's not that simple....
[url]http://www.adobeforums.com/cgi-bin/webx/.3bc3909a/[/url]
--
Danilo Celic
| [url]http://blog.extensioneering.com/[/url]
| Adobe Community Expert
danilocelic AdobeCommunityExpert Guest



Reply With Quote

