Thanks Scott...
Maybe I will just re-create the contents of the Content area in a new window
as you suggest. I just need to come up with a way to allow the user to enter
the printing preferences when he clicks the Print button on the original
page. The user preferences have nothing to do with the actual Printer
settings, but rather what content to include or exclude, depending on the
intended recipient of the printed document. Hmmm... maybe I can have 2
buttons on the Parent page... "Print Options" and "Print". Ok, sounds like
the way to go, as it appears that Microsoft is trying to bury the frames
concept eventually anyway.
Thanks again. A fresh perspective helps after a mind-bending day.
"Scott M." <s-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>> So my questions:
>> 1. Can I use frames in such a way as to allow VS to actually accept and
>> compile the syntax?
>
> Yes, but you need to specify that you wish to use the HTML 4.01 Frameset
> "flavor" of HTML in your DOCTYPE. You can do this by changing the
> validation document of the page.
>
>> 2. Does ASP.NET have an easier way to accomplish what I need to do?
>
> Most sites I've seen that need to provide a printable something or other
> simply have the user click a button, which causes a new window to open
> that contains the data to be printed. This only requries some client-side
> JavaScript and no frames at all.
>
>
>>
>> Thanks to all for your input.
>>
>>
>>
>
>
|