If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > sumbit without redirecting?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-03-04, 16:29
zobernjik zobernjik is offline
Registered User
 
Join Date: Feb 2004
Location: Australia
Posts: 183
Unhappy sumbit without redirecting?

I am interesting in knowing how to submit data withou redirecting to a submit page which is what I am doing at the moment but users couldn't be bothere going back and forth, so I was thinking entering data,submitting and then clearing those submitted values so users visibly still stay on the same page.

At the moment I am using a javascript function that I link to next or submit button.

Could sombody please help me with this?
Reply With Quote
  #2 (permalink)  
Old 11-03-04, 16:36
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
submit to a target. the target would be a hidden iframe.

Code:
<form action="blah.asp" action="post" target="hiddenWin">
.
.
.
</form>

<iframe src="" name="hiddenWin" height="0" width="0"></iframe>
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On