Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

open a window

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  Script Inquiry/Modification  
Author Message
sat_ring

External


Since: Jul 08, 2003
Posts: 9



(Msg. 1) Posted: Fri Jul 11, 2003 6:59 pm
Post subject: open a window
Archived from groups: alt>www>webmaster (more info?)

Im looking for a perl/cgi script that when called will open a new window
with out tool bar ect, I know theres a lot of javascript's that will do the
job but for this one I can't us java.
Unless any one can get this working with out = using " and replaceing with '
as used with onclick="NewWindow .

Regards
Chris

 >> Stay informed about: open a window 
Back to top
Login to vote
dorward

External


Since: Jun 27, 2003
Posts: 195



(Msg. 2) Posted: Fri Jul 11, 2003 7:07 pm
Post subject: Re: open a window [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

cutitout wrote:

 > Im looking for a perl/cgi script that when called will open a new window
 > with out tool bar ect

Opening new windows can only be done client side.

--
David Dorward <a style='text-decoration: underline;' href="http://david.us-lot.org/" target="_blank">http://david.us-lot.org/</a>
Redesign in progress: <a style='text-decoration: underline;' href="http://stone.thecoreworlds.net/" target="_blank">http://stone.thecoreworlds.net/</a>
Microsoft announces IE is dead (so upgrade):
<a style='text-decoration: underline;' href="http://minutillo.com/steve/weblog/2003/5/30/microsoft-announces-ie-is-dead" target="_blank">http://minutillo.com/steve/weblog/2003/5/30/microsoft-announces-ie-is-dead</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: open a window 
Back to top
Login to vote
gking

External


Since: Jul 07, 2003
Posts: 31



(Msg. 3) Posted: Fri Jul 11, 2003 7:38 pm
Post subject: Re: open a window [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Chris45" <sat_ring@(cutitout)hotmail.com> wrote in message
news:bemjc2$6roe8$1@ID-54577.news.uni-berlin.de...
 > Im looking for a perl/cgi script that when called will open a new window
 > with out tool bar ect, I know theres a lot of javascript's that will do
the
 > job but for this one I can't us java.
 > Unless any one can get this working with out = using " and replaceing with
'
 > as used with onclick="NewWindow .
 >
 > Regards
 > Chris
 >

How about a little more detail? How many windows simultaneously? What do
you want to put in the new window, etc.?

George<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: open a window 
Back to top
Login to vote
sat_ring

External


Since: Jul 08, 2003
Posts: 9



(Msg. 4) Posted: Fri Jul 11, 2003 8:31 pm
Post subject: Re: open a window [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

David Dorward <dorward RemoveThis @yahoo.com> wrote in message
news:bemjtu$3mt$1$8300dec7@news.demon.co.uk...
 > Opening new windows can only be done client side.
<cut>
Maybe I worded it it a little wrong, I have scripts that use "print" to
write/open a page is this also done client side ?

Regards
Chris<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: open a window 
Back to top
Login to vote
philrob

External


Since: Jul 03, 2003
Posts: 71



(Msg. 5) Posted: Fri Jul 11, 2003 8:31 pm
Post subject: Re: open a window [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

With total disregard for any kind of safety measures "Chris45"
<sat_ring@(cutitout)hotmail.com> leapt forth and uttered:

 >
 > David Dorward <dorward RemoveThis @yahoo.com> wrote in message
 > news:bemjtu$3mt$1$8300dec7@news.demon.co.uk...
  >> Opening new windows can only be done client side.
 > <cut>
 > Maybe I worded it it a little wrong, I have scripts that use
 > "print" to write/open a page is this also done client side ?
 >
 > Regards
 > Chris
 >
 >

Yes.

--
There is no signature.....<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: open a window 
Back to top
Login to vote
sat_ring

External


Since: Jul 08, 2003
Posts: 9



(Msg. 6) Posted: Fri Jul 11, 2003 8:51 pm
Post subject: Re: open a window [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

sma1king <gking.TakeThisOut@geking.com> wrote in message
news:dKBPa.1134$eY3.257@nwrddc01.gnilink.net...
 >
 > "Chris45" <sat_ring@(cutitout)hotmail.com> wrote in message
 > news:bemjc2$6roe8$1@ID-54577.news.uni-berlin.de...
 > How about a little more detail? How many windows simultaneously? What do
 > you want to put in the new window, etc.?
<cut>

1 window to open a chat script .
As I'm using a dynamic cascading menu a java opener is not working.

Regards
Chris<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: open a window 
Back to top
Login to vote
dorward

External


Since: Jun 27, 2003
Posts: 195



(Msg. 7) Posted: Fri Jul 11, 2003 10:00 pm
Post subject: Re: open a window [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

cutitout wrote:
  >> Opening new windows can only be done client side.

 > Maybe I worded it it a little wrong, I have scripts that use "print" to
 > write/open a page is this also done client side ?

That suggests the use of Perl. That is done server side, but it generates
client side code and its rendered by the client.

You could generate JavaScript to open new windows using Perl, but you
explicitly stated you could not use Java, although given the context I'm
sure you really meant to say you couldn't use JavaScript (they are two very
different languages).

--
David Dorward <a style='text-decoration: underline;' href="http://david.us-lot.org/" target="_blank">http://david.us-lot.org/</a>
Redesign in progress: <a style='text-decoration: underline;' href="http://stone.thecoreworlds.net/" target="_blank">http://stone.thecoreworlds.net/</a>
Microsoft announces IE is dead (so upgrade):
<a style='text-decoration: underline;' href="http://minutillo.com/steve/weblog/2003/5/30/microsoft-announces-ie-is-dead" target="_blank">http://minutillo.com/steve/weblog/2003/5/30/microsoft-announces-ie-is-dead</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: open a window 
Back to top
Login to vote
sat_ring

External


Since: Jul 08, 2003
Posts: 9



(Msg. 8) Posted: Fri Jul 11, 2003 10:32 pm
Post subject: Re: open a window [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

David Dorward <dorward RemoveThis @yahoo.com> wrote in message
news:bemu2n$i61$1$8300dec7@news.demon.co.uk...
 > cutitout wrote:
<cut>>

You could generate JavaScript to open new windows using Perl, but you
 > explicitly stated you could not use Java, although given the context I'm
 > sure you really meant to say you couldn't use JavaScript (they are two
very
 > different languages).

Slip of the key ,will remember from now on and make sure it won't happen
again Smile)<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: open a window 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]