|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Help with submit button and Frames
I have 2 frames. The top frame has a navigation bar and initially the main frame is loading an asp page. It has a submit button on it that used to open another asp page until I incorporated the frames. That doesn't work anymore. I don't get errors. It just doesn't open the page it is supposed to. The part I don't understand is that it used to work when the asp page wasn't in a frame. The submit button is part of a form along with a text input. The input value is being passed to the second asp page. I tried to specify a target for the form, but that didn't have any effects. Has anyone had similar problems or heard of something similar?
Thanks in advance. |
|
#2
|
||||
|
||||
|
have you tried setting the target property of the form???
Code:
<form name="form1" method="post" action="mypage.asp" target="_parent"> etc... </form> Last edited by Memnoch : January 14th, 2004 at 08:57 AM. |
|
#3
|
|||
|
|||
|
Yep
|
|
#4
|
|||
|
|||
|
it really shouldn't matter if it's in a frame... the target shouldn't even matter because it should access the page you're submitting to in the same frame. even now, if you take away the frames and just access the page with the form and submit it, does it work (that is, when you incoporated the frames, did you change anything on the form/process pages?)?
post some code if you want more ideas... if all else fails... use tables and ssi, not frames. heh. |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Help with submit button and Frames |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|