HTML, JavaScript And CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingHTML, JavaScript And CSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old November 17th, 2008, 09:05 AM
InGale InGale is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Location: 3W
Posts: 106 InGale User rank is Sergeant (500 - 2000 Reputation Level)InGale User rank is Sergeant (500 - 2000 Reputation Level)InGale User rank is Sergeant (500 - 2000 Reputation Level)InGale User rank is Sergeant (500 - 2000 Reputation Level)InGale User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 1 Day 3 h 11 m 16 sec
Reputation Power: 12
Making the form hidden/invisible after validation

Hello!

I have a registration form on the page. After the form I have an ASP code that collects the information, validates it and after the validation inserting the data to the DB and sending a confirmation email and presenting a Welcome message. It all happens on the same page.
Now what I want, is after everything was validated and the email was sent, I want to hide the form, make it invisible.
How can this be done?

In the past I used to have this JavaScript code on my page:
Code:
<SCRIPT LANGUAGE=javascript>
function show_hide(msg_id){
msg_id.style.display=msg_id.style.display=="none" ? "" : "none"
}
</SCRIPT>


Then I had a link with this code:
Code:
<A href=javascript:show_hide(readcomments) class="menulink">Read comments</a>


And I had a TD tag with an ID "readcomments":
Code:
<td id=""readcomments"" style=""display:none; "">


So I had to click on the link to make this TD invisible. Perhaps it can be done automatically, without clicking the link?
Or is there another way?

Thank you very much!

Reply With Quote
  #2  
Old November 17th, 2008, 08:00 PM
weeps weeps is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2007
Posts: 103 weeps User rank is Corporal (100 - 500 Reputation Level)weeps User rank is Corporal (100 - 500 Reputation Level)weeps User rank is Corporal (100 - 500 Reputation Level)weeps User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 43 m 6 sec
Reputation Power: 8
is it not possible on your page just to use redirection after validating your form?

Code:
<% response.redirect = "page.asp?showform=yes" %>

'===========

<%
showform = "yes";
if showform = request.querystring("yes") then
%>
<form></form>
<%end if%>

Reply With Quote
  #3  
Old November 18th, 2008, 04:37 AM
InGale InGale is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Location: 3W
Posts: 106 InGale User rank is Sergeant (500 - 2000 Reputation Level)InGale User rank is Sergeant (500 - 2000 Reputation Level)InGale User rank is Sergeant (500 - 2000 Reputation Level)InGale User rank is Sergeant (500 - 2000 Reputation Level)InGale User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 1 Day 3 h 11 m 16 sec
Reputation Power: 12
Quote:
Originally Posted by weeps
is it not possible on your page just to use redirection after validating your form?

Code:
<% response.redirect = "page.asp?showform=yes" %>

'===========

<%
showform = "yes";
if showform = request.querystring("yes") then
%>
<form></form>
<%end if%>


I'm not very good with it, so I didn't exactly understand where would I put this code? If I use the redirection, wouldn't the Welcome message disappear?
Could you take a look at my code, please? I'm attaching zipped ASP file... The messages there are in Hebrew.

Thank you!
Attached Files
File Type: zip registration.zip (6.0 KB, 103 views)

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingHTML, JavaScript And CSS Help > Making the form hidden/invisible after validation


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump





 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 



Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.


© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek