Jun 21, 2001 #1 sweetleaf Programmer Joined Jan 16, 2001 Messages 439 Location CA Hi there, Can a modal dialogue box submit data (for example Querystrings) to itself without opening up a new browser window?
Hi there, Can a modal dialogue box submit data (for example Querystrings) to itself without opening up a new browser window?
Jun 22, 2001 #2 DeZiner Programmer Joined May 17, 2001 Messages 815 Location US To clarify are you wanting the query result to be written to the same page the query is initiated from? If this is the case make your form action point to the page the form is on. I use ColdFusion where the if and else statements come in handy to handle output. Good Luck! Upvote 0 Downvote
To clarify are you wanting the query result to be written to the same page the query is initiated from? If this is the case make your form action point to the page the form is on. I use ColdFusion where the if and else statements come in handy to handle output. Good Luck!