Signup · Login
Stardeveloper.com  
Home · Tutorials · Forums · Web Hosting Plans · Faisal Khan's Blog · Contact
Forums : ASP : ASP 3.0 : form validation Signup · Login
Author Thread
form validation
Posted in tutorial: Uploading Files to the Server Hard Disk using plain ASP
·  olocin
User
Joined: 30 Jul 2007
Total Posts: 1
form validation
Posted: 30 Jul 2007
hello faisal, im working on adding a progress bar on your file upload but unfortunately i cant move on with the form validation. Is there some way that i could retrieve the values of the form from insert.htm on submit?
here the changes i made on the form

<input type="button" value="Submit" onClick"performProcess();">

<SCRIPT LANGUAGE="JavaScript">
var OpenWindow;
var windowprops = "toolbar=0,location=0,directories=0,status=0, " + "menubar=0,scrollbars=0,resizable=0,width=800,height=600";

function performProcess()
{
OpenWindow = window.open("insert.asp", "nameOfPage", windowprops);
document.forms[0].submit();
}
</SCRIPT>

When a new windows is pop out (or target.self), it retrieves the value of the form from insert.htm

Any help is greatly appreciated. Thank you

olocin

line vty 0 4

Users Who Have Visited This Thread In Last 24 Hours
3 Visitors

Login
UserName Or Email Address:       Password:       Auto-Login:    
· Create New User Account
· Send Forgotten Password by Email
 
© 1999 - 2009 Stardeveloper.com, All Rights Reserved.