dhodgdon
Posts: 80
|
| Posted: 07/25/2004, 3:58 AM |
|
When errors are found during validation of a form, the response displays the error and form again in a new window of IE.
How can I get CCS to display the error and form in the same window or alternatively, close the original window if it must open a new window?
_________________
Regards,
David Hodgdon
|
 |
 |
peterr
Posts: 5971
|
| Posted: 07/25/2004, 9:19 AM |
|
Hmm, I never seen the errors being displayed in a new window. How did you do that?
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
dhodgdon
Posts: 80
|
| Posted: 07/25/2004, 4:48 PM |
|
Well...I found out how and when it began but not how to fix it.
I used FrontPage with the add-in to do some layout and links on the HTML page. I added a number of links and bookmarks to an HTML page and configured the links I added to open in a new IE page.
Now, every link on the ASP page, including the <Add> button open in a new IE page. Seems like an anomaly with the FrontPage add-in. When I used FrontPage exclusively in the past, only the links configured to open in a new page did.
I switched to FrontPage for this editing because of familiarity with FrontPage web design and the work was simple page layout and linking. I am brand new to CCS.
Can someone point me in the right direction within CCS for further investigation to fix this problem?
_________________
Regards,
David Hodgdon
|
 |
 |
peterr
Posts: 5971
|
| Posted: 07/25/2004, 7:35 PM |
|
This doesn't look related to CCS. I would recommend that you examine your HTML in FrontPage. For example search for "target" and check if each occurence applies to the link that you want it to apply to.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
dhodgdon
Posts: 80
|
| Posted: 07/28/2004, 4:25 AM |
|
I found that for some reason unknown to me, FrontPage added:
<base target="_blank"> to the top of the HTML code for the page. I changed the _blank to _page and all works well.
dh
_________________
Regards,
David Hodgdon
|
 |
 |
Walter Kempees
|
| Posted: 08/04/2004, 11:54 AM |
|
naughty, nifty.
Learned from that one , tx.
Walt
"dhodgdon" <dhodgdon@forum.codecharge> schreef in bericht
news:641078d467bc79@news.codecharge.com...
> I found that for some reason unknown to me, FrontPage added:
>
> <base target="_blank"> to the top of the HTML code for the page. I
changed
> the _blank to _page and all works well.
>
> dh
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|