Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Directing an HTML page to a particular window

Reply
Thread Tools

Directing an HTML page to a particular window

 
 
Pat
Guest
Posts: n/a
 
      05-29-2004
Is it possible to "encode" an HTML page from the server such that it appears
in a specific browser window?

I plan to send a form data to the server in a conventional manner. Then
I'll open an "answers" window using JavaScript. When the server's reply
is received, I want it to flow to the "answers" window rather than the form
window.

How do I do this?

Thanks,
Pat
 
Reply With Quote
 
 
 
 
Whitecrest
Guest
Posts: n/a
 
      05-29-2004
In article < >, pmcclure33
@yahoo.com says...
> Is it possible to "encode" an HTML page from the server such that it appears
> in a specific browser window?


Flash would (probably) be better suited for what you are trying to do.
--
Whitecrest Entertainment
www.whitecrestent.com
 
Reply With Quote
 
 
 
 
DU
Guest
Posts: n/a
 
      05-29-2004
Pat wrote:

> Is it possible to "encode" an HTML page from the server such that it appears
> in a specific browser window?
>
> I plan to send a form data to the server in a conventional manner. Then
> I'll open an "answers" window using JavaScript. When the server's reply
> is received, I want it to flow to the "answers" window rather than the form
> window.
>
> How do I do this?
>
> Thanks,
> Pat



Use the target attribute; your question was in the FAQ.
4.37 How do I POST a form to a new window?
http://jibbering.com/faq/#FAQ4_37

DU
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you stop a web page from "re-directing" Ben Computer Information 8 01-03-2008 08:04 AM
directing page output to a New window from server-side? =?Utf-8?B?Q2hyaXNB?= ASP .Net 2 12-09-2006 05:08 AM
Error when re-directing word document Mantorok ASP .Net 2 09-26-2005 10:59 PM
Directing Domains Andrew Bonney \(abweb\) ASP .Net 2 11-16-2004 08:07 PM
Re: Directing dynamically generated html content to word from ASP.NET Steve C. Orr [MVP, MCSD] ASP .Net 0 06-03-2004 06:36 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57