DwZone Forum DwZone Forum
Welcome to the DwZone-it Forum
 
  FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  
    RegisterRegister -->   LoginLogin  
Ajax loader  
DwZone Forum Index -> Ajax loader
.
Moderators: AdministratorsModerators 
Hint: For improved responsiveness, use Internet Explorer 4 (or above) with Javascript enabled, choose 'Dynamic' from the View dropdown and hit 'Set Options' to save your changes.
New Topic Search for
 View     Per page     Messages Since 
Messages 1 to 8 of 8 (Total: 8) First |  Prev |  Next |  Last  
 Subject Author Date  
   Full list  
View this persons public profile  avycom   4:27 14 Jun 2016  
   Full list  
View this persons public profile  avycom   4:27 14 Jun 2016  
   Re: Full list  
View this persons public profile  Gianluigi   9:46 14 Jun 2016  
   Re: Full list  
View this persons public profile  avycom   9:55 14 Jun 2016  
   Re: Full list  
View this persons public profile  Gianluigi   10:41 14 Jun 2016  
   Re: Full list  
View this persons public profile  avycom   11:27 14 Jun 2016  
    What do I do?  
View this persons public profile  Shane   11:00 25 Jan 2014  
 
Hi, Gianluigi!

OK - I have the ASP Ajax Loader... not sure how to make it work.

Here's what I have:

1. A page with the AJAX form on it: (Pasted code below)
[CODE]

<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!--#include file="dwzAjaxLoader/dwzAjaxLoader.asp" -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<%
'**********************************
' http://www.DwZone-it.com
' Ajax Loader
' Version 1.0.7
'**********************************
ObjName = "fmsubmit"
Set dwzLoader_0 = new dwzAjaxLoader
dwzLoader_0.Init()
dwzLoader_0.SetContainer "data"
dwzLoader_0.SetSource "testrs.asp", "fmstate;fmstate;form", "GET"
dwzLoader_0.SetWaitImage "/dwzAjaxLoader/ajax_loader.gif"
dwzLoader_0.SetLockBody "25", "#000000"
dwzLoader_0.SetFade "300", "100"
dwzLoader_0.SetModal "false"
dwzLoader_0.SetCursor "wait"
dwzLoader_0.SetMessages "Sales Search", "Searching for sales."
dwzLoader_0.SetExtraParams "false@_@300@_@50@_@45%@_@35%@_@0@_@0@_@Left@_@Top@_@#000000@_@#FFFFFF@_@0@_@#000000@_@true@_@None@_@"
dwzLoader_0.InsertHeadCode()
'**********************************
' Ajax Loader
'**********************************
%>
</head>

<body>


<div id="data">
<form action="" method="post" name="form1">
<input name="fmstate" type="text" />
<input onclick="<%
'**********************************
' http://www.DwZone-it.com
' Ajax Loader - BUTTON
'**********************************
response.write( dwzLoader_0.InsertLink() )
%>" name="fmsubmit" type="button" value="Search" />
</form>

</div>


</body>
</html>

[/CODE]


2. A second page with a simple recordset that filters on the form value from the first page.


I completed the AJAX form, but it doesn't seem to load the data.


Please tell me what I need to do.

- Do I need to add something in the DIV container?
- Do I need to add an "Action" to my form?
- Etc.


Thank you!
Shane
 
Reply to this current thread  View this persons public profile  Send Private Message
   Re: What do I do?  
View this persons public profile  Gianluigi   0:47 26 Jan 2014  
Last Visit: Friday 19 Apr, 2024 2:20 pm First |  Prev |  Next |  Last  
 Login
Username:  Password:    
Read Message Read Message   Unread message Unread message
Read message [popular] Read message [popular]   Unread message [popular] Unread message [popular]
Read message [locked] Read message [locked]   Unread message [locked] Unread message [locked]
All times are GMT-2

Jump to: