[CTS] Re: Need some HTML code - Ross, John, more info pls

  • From: "Eric C. Vogel" <ecvogel@xxxxxxxxx>
  • To: computertalkshop@xxxxxxxxxxxxx
  • Date: Sat, 09 Nov 2002 23:17:06 -0500

Top part:
<script language="JavaScript">
<!--//hide
function AETNA() {

window.open('providers/aetna.htm','EANITHING','toolbar=no,location=no,direct
ories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,w
idth=600,height=450');
}
//-->
</script>

Link:
<a href="javascript:AETNA()">

Anouther Version:
<SCRIPT LANGUAGE="JavaScript">
<!-- Original:  Eric King (eric_andrew_king@xxxxxxxxxxx) -->
<!-- Web Site:  http://redrival.com/eak/ -->


<!-- Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops =
'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',r
esizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->
</script>

Link:
<a href="mbt_demo.htm"
onclick="NewWindow(this.href,'name','128','5','no');return false;">


/*-----------------------------------------*\
  Eric C. Vogel
  Computer Talk Shop List Owner:
          http://www.computertalkshop.com
\*-----------------------------------------*/
----- Original Message ----- 
From: "DC Rudd" <delbertrudd@xxxxxxxxxxxx>
To: <computertalkshop@xxxxxxxxxxxxx>
Sent: Saturday, November 09, 2002 6:44 PM
Subject: [CTS] Re: Need some HTML code - Ross, John, more info pls


>
> Matt <radtech1@xxxxxxxxxxxxxx> wrote:
>
> >
> >OK Ross,
> >
> >The code you indicated works. To refine it, how do I get the newly
> >opened window to be the same size as the pic, and without the Tool Bar,
> >Status Bar, and Address Bar?
> >
> >For the sake of discussion, the large image is 1000 pixels wide, and 700
> >tall.
> >
> >Am I clear in what I am trying to say?
> >
> >Matt
> >
> >
> >
> >Ross Nelson wrote:
> >>
> >> If you want it in it's own window, use this:
> >>
> >> <a href="http://doamin.subdomain.com/~myusername/images/large.jpg";
> >> target="_new"><img
> >> src="http://doamin.subdomain.com/~myusername/images/small.jpg";></a>
> >>
> >> You need to specify a target if you want it in a new window.
> >>
> >> --
> >> Ross Nelson
> >> coutcin@xxxxxxxxxxxxxxx
> >>
> >> War doesn't determine who's
> >> right but who's left.
> >>
> >> On Sun, 10 Nov 2002, John Durham wrote:
> >>
> >> >
> >> > Try this...
> >> >
> >> > <a href="http://doamin.subdomain.com/~myusername/images/large.jpg";>
> >> > <img
src="http://doamin.subdomain.com/~myusername/images/small.jpg";></a>
> >> >
> >> > Matt wrote:
> >> > >
> >> > > All,
> >> > >
> >> > > Forgive my ignorance, but that is what this list is for. I need a
snip
> >> > > of what is likely elementary HTML code.
> >> > >
> >> > > On a webpage, how do you code a small (think thumbnail) image to
open
> >> > > the large image in *in its own window*?
> >> > >
> >> > > Fo this sake of discussion, assume that the images are stored at:
> >> > >
> >> > > http://doamin.subdomain.com/~myusername/images/small.jpg
> >> > > and
> >> > > http://doamin.subdomain.com/~myusername/images/large.jpg
> >> > >
> >> > > Thanks for your help.
> >> > >
> >> > > Matt
>
>---------------------------------------------------------------------------
> >-----
> >Computer Talk Shop http://www.computertalkshop.com
> >Un-subscribe/Vacation, http://szaroconsulting.com/cts/list_options.htm
> >
> >List HowTo: http://szaroconsulting.com/cts/faq
> >
> >To join Computer Talk Shop's off topic list, please goto:
> >http://szaroconsulting.com/cts/other_cts_lists.htm
>
>---------------------------------------------------------------------------
> >------
> >
>
>
> -- 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> This msg is Virus Free!
> Checked by AVG anti-virus system http://www.grisoft.com
>
> http://www.alighthouse.com/
> http://stations.mp3s.com/stations/298/justaoldman2.html
> http://www.jokes.thefunnybone.com/waves/
> http://www.jokes.thefunnybone.com/waves/ass2nite.wav
> http://www.friend4free.com/disney/flyingtweety.gif
> http://artists.mp3s.com/artists/423/the_north_american_phonogr.html
>
>
>
>
>
> __________________________________________________________________
> The NEW Netscape 7.0 browser is now available. Upgrade now!
http://channels.netscape.com/ns/browsers/download.jsp
>
> Get your own FREE, personal Netscape Mail account today at
http://webmail.netscape.com/
> --------------------------------------------------------------------------
-
> -----
> Computer Talk Shop http://www.computertalkshop.com
> Un-subscribe/Vacation, http://szaroconsulting.com/cts/list_options.htm
>
> List HowTo: http://szaroconsulting.com/cts/faq
>
> To join Computer Talk Shop's off topic list, please goto:
> http://szaroconsulting.com/cts/other_cts_lists.htm
> --------------------------------------------------------------------------
-
> ------
>


---------------------------------------------------------------------------
-----
Computer Talk Shop http://www.computertalkshop.com
Un-subscribe/Vacation, http://szaroconsulting.com/cts/list_options.htm

List HowTo: http://szaroconsulting.com/cts/faq

To join Computer Talk Shop's off topic list, please goto:
http://szaroconsulting.com/cts/other_cts_lists.htm
---------------------------------------------------------------------------
------

Other related posts: