Forum Moderators: open
I am having a difficult time with a page I am writing. I only able to get my target to work if I put _blank in as the target. I have tried _self and _parent and nothing happens. Any suggestions?
This is the line that I am having trouble with:
<FORM name="submissionform" method="get" action="InputToDatabase" target="_parent" onSubmit="return ValidateForm(this)">
Is the page with the form inside a frameset?
Your action has "InputToDatabase" is that the page you are calling? If so does that page exist? (I noticed that it doesn't have a file extension e.g. aps(x), php)
I suggest you read these, it might give you what you are after.
[msdn.microsoft.com...]
[msdn.microsoft.com...]