» Quick Links
You can make money on these forums
We Share profits with you
Google
Google Adsense
Google Adwords
YPN
Yahoo
MSN Search
Web Directories
Web Hosting
Web Hosting Offers
Hosting News
Suggestions
Link Building
Domain Names
PHP Forums
MySQL Forums
» More Links
OSP News
Reseller Hosting
Shared Hosting
Dedicated Servers
Google Adsense
Search Engine Marketing
Link Development
Affiliate Marketing


» Advertising
Multiple DC PR Check

Free SEO Tools


Go Back   Webmaster Forums > Website Developement / Programming > ASP forums and Tips

ASP forums and Tips Talk about ASP Scripting. .net and Cold Fusion as well.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-25-2006, 10:56 AM
chloe chloe is offline
OSP Starters
 
Join Date: Mar 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
chloe is on a distinguished road
Default Posting from one form on a page to another form

Hi there

This might seem like a silly question but can you have one form on an html page post to another form on the same page?
Thanks also another silly question I would like to have the information (all of the second form) hidden until the post is sent to it. Is that possible too?

Thanks for any feedback. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Revenue Sharing Ads ( ?):
  #2  
Old 08-25-2006, 10:57 AM
acerman acerman is offline
OSP Addicts
 
Join Date: Jun 2006
Posts: 36
Thanks: 0
Thanked 2 Times in 1 Post
Rep Power: 17
acerman is on a distinguished road
Default

Try this code

<form name="form1" action="(put either refresh in here or the page name)" method="post">

<input type="text" name="text1">

<submit>

<form>

<form name="form2" action="(put either refresh in here or the page name)" method="post">

<input type="text" name="text1" value="document.form1.text1.value">

</form>

Hope that helps you -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Reply


Thread Tools
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Basics : On-Page Optimization, few things you shouldn't miss !! pumice Premium Webmaster Articles 12 06-17-2007 01:15 AM
Form validation before submission to ASP page trumper ASP forums and Tips 1 08-19-2006 10:29 AM
installing 5.0 on Windows XP gives problem... Elisabeth MySQL Forums 0 08-01-2006 12:24 PM
home page links and internal page links!! juliana Link Building 5 03-28-2006 11:48 AM
yahoo returning the index page erica Yahoo 2 03-26-2006 05:11 AM


All times are GMT. The time now is 09:45 PM.