Forum Moderators: open

Message Too Old, No Replies

<form target="_self"

target will only work with _blank

         

chesstraveler

3:05 am on Feb 27, 2006 (gmt 0)



Hi,

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)">

Dijkgraaf

7:14 pm on Feb 27, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Well you have failed to tell us various things including what you are actually trying to achieve that isn't working.

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...]